Initial theming

This commit is contained in:
Rob Davies 2017-03-31 12:22:46 +01:00
parent 53d6173a5f
commit 002f40bc1a
25 changed files with 634 additions and 0 deletions

View file

@ -0,0 +1,27 @@
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;
}