Fix help layout

This commit is contained in:
Julia Radzhabova 2018-07-17 15:19:05 +03:00
parent 52bd0e873c
commit ecf425c73b
3 changed files with 10 additions and 6 deletions

View file

@ -271,6 +271,7 @@
.box-shadow(none);
margin: 0;
font-size: 12px;
float: none;
&:not(.header-name) {
&:hover,
@ -286,11 +287,12 @@
}
.help-item-wrap {
padding: 7px 2px 7px 20px;
padding: 4px 2px 4px 20px;
}
.header-name {
padding: 7px 2px 7px 10px;
padding: 16px 2px 4px 10px;
font-size: 12px;
}
}
}

View file

@ -357,6 +357,7 @@
.box-shadow(none);
margin: 0;
font-size: 12px;
float: none;
&:not(.header-name) {
&:hover,
@ -372,11 +373,11 @@
}
.help-item-wrap {
padding: 7px 2px 7px 20px;
padding: 4px 2px 4px 20px;
}
.header-name {
padding: 7px 2px 7px 10px;
padding: 16px 2px 4px 10px;
}
}
}

View file

@ -424,6 +424,7 @@
.box-shadow(none);
margin: 0;
font-size: 12px;
float: none;
&:not(.header-name) {
&:hover,
@ -439,11 +440,11 @@
}
.help-item-wrap {
padding: 7px 2px 7px 20px;
padding: 4px 2px 4px 20px;
}
.header-name {
padding: 7px 2px 7px 10px;
padding: 16px 2px 4px 10px;
}
}
}