UI fixes
This commit is contained in:
parent
8dd4fcd197
commit
c82c770246
10 changed files with 52 additions and 16 deletions
|
|
@ -9,9 +9,11 @@
|
|||
.group {
|
||||
font-size: 1.10em;
|
||||
font-weight: bold;
|
||||
color: @color2;
|
||||
color: @color3;
|
||||
margin-top: 1.5em;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
h2 {
|
||||
border-bottom: unset;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -94,6 +94,11 @@
|
|||
margin-top: 12px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
&.configuration {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,8 +52,10 @@ body {
|
|||
|
||||
h1,
|
||||
h2 {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 4px;
|
||||
&:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -64,11 +66,12 @@ h1 {
|
|||
|
||||
h2 {
|
||||
font-size: 1.25em;
|
||||
color: @color3;
|
||||
font-weight: @bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @color2;
|
||||
color: @color4;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue