inspec/www/source/stylesheets/_sidebar.scss

35 lines
451 B
SCSS
Raw Normal View History

2016-09-26 00:12:07 +00:00
.main-sidebar ul {
list-style: none;
margin-left: 0.5rem;
ul {
margin-left: 0;
margin-bottom: 1rem;
}
}
.main-sidebar--link h6 {
font-weight: 500;
}
.main-sidebar--list--item {
position: relative;
padding: 3px 0;
text-transform: uppercase;
font-size: 14px;
& > a {
color: $inspec-grey;
&:hover,
&:focus,
&:active {
color: darken($inspec-grey, 15%);
}
}
}
2016-09-26 03:28:31 +00:00
.center {
text-align: center;
}