mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
23 lines
315 B
SCSS
23 lines
315 B
SCSS
#navigation {
|
|
padding: 50px 0 0 0;
|
|
}
|
|
|
|
#navigation li {
|
|
@include core-16();
|
|
margin: 3px 0;
|
|
}
|
|
|
|
#navigation ul {
|
|
border-bottom: 1px solid #777;
|
|
margin: 0 20px 0 0;
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
|
|
#navigation a:link,a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#navigation a:hover {
|
|
color: #2e8aca;
|
|
} |