dash-website/_sass/_nav.scss
2016-07-27 02:08:35 -04:00

31 lines
488 B
SCSS

#top {
border-bottom: 1px solid $white;
text-align: left;
margin-top: 30px;
margin-bottom: 40px;
.logo {
width: 180px;
height: auto;
display: inline-block;
}
nav {
float: right;
text-align: right;
li {
display: inline;
margin-left: 10px;
a {
color: rgba($black, 0.9);
text-transform: uppercase;
text-decoration: none;
font-size: 16px;
&:hover {
color: rgba($black, 1.0);
}
}
}
.status {
color: $blue !important;
}
}
}