mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Refactor navigation SASS
Moves the right-padding from being on the container and each element to just being on the container. No visual changes.
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
.navigation {
|
.navigation {
|
||||||
|
|
||||||
padding: $gutter-two-thirds $gutter-half 0 0;
|
padding: 0 $gutter 0 0;
|
||||||
|
|
||||||
h2,
|
|
||||||
li {
|
li {
|
||||||
@include core-19;
|
@include core-19;
|
||||||
margin: 10px 20px 0 0;
|
margin: 10px 0 0 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@include bold-19;
|
@include bold-19;
|
||||||
|
margin: $gutter 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user