This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/sass/components/_menus.scss
2017-03-31 12:22:46 +01:00

28 lines
370 B
SCSS

ul.menu {
margin: 0;
padding: 0;
li.menu-item {
display: inline-block;
padding: 1rem 1.5rem;
text-transform: uppercase;
a {
color: black;
text-decoration: none;
&:hover,
&:focus,
&.is-active {
color: $dcb-green;
}
}
}
}
nav.menu--main {
float: right;
font-weight: bold;
margin: 0.8rem;
}