mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove the bottom margin from list elements in dashboard help text
This commit is contained in:
parent
ae2f980135
commit
d6f16fa432
1 changed files with 4 additions and 0 deletions
|
@ -334,6 +334,10 @@ body {
|
||||||
border-radius: pxrem(5);
|
border-radius: pxrem(5);
|
||||||
background-color: $c-dashboard-dark;
|
background-color: $c-dashboard-dark;
|
||||||
color: $c-text-light;
|
color: $c-text-light;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
|
|
Loading…
Reference in a new issue