Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
39
2017/web/themes/dcb2017/sass/components/_menus.scss
Normal file
39
2017/web/themes/dcb2017/sass/components/_menus.scss
Normal file
|
@ -0,0 +1,39 @@
|
|||
ul.menu {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
|
||||
@include media-tablet {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
li.menu-item {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
text-transform: uppercase;
|
||||
|
||||
@include media-tablet {
|
||||
padding: 1rem 0.8rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&.is-active {
|
||||
color: $dcb-green;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
nav.menu--main {
|
||||
font-weight: bold;
|
||||
|
||||
@include media-tablet {
|
||||
margin: 0.8rem;
|
||||
float: right;
|
||||
}
|
||||
}
|
Reference in a new issue