admin global nav
This commit is contained in:
17
app/assets/stylesheets/molecules/_nav.scss
Normal file
17
app/assets/stylesheets/molecules/_nav.scss
Normal file
@ -0,0 +1,17 @@
|
||||
nav {
|
||||
margin: 15px 0;
|
||||
padding: 0;
|
||||
text-align: right;
|
||||
|
||||
a,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
padding: 15px;
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover {
|
||||
background-color: $gray-lighter;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user