styled navigatio and guttemberg styles
This commit is contained in:
parent
391d999466
commit
bffaa38328
509
adminstyles.css
509
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -142,26 +142,26 @@
|
|||
}
|
||||
}
|
||||
.menu-toggle {
|
||||
display: inline-block;
|
||||
width: 10rem;
|
||||
height: 4rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 0;
|
||||
border: none;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
//display: inline-block;
|
||||
//width: 10rem;
|
||||
//height: 4rem;
|
||||
//margin: 0;
|
||||
//padding: 0;
|
||||
//font-size: 0;
|
||||
//border: none;
|
||||
//background-position: center;
|
||||
//background-repeat: no-repeat;
|
||||
//background-size: contain;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 47.99em) {
|
||||
.site-branding {
|
||||
display: block;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
//display: block;
|
||||
//width: 0px;
|
||||
//height: 0px;
|
||||
//overflow: hidden;
|
||||
//margin: 0;
|
||||
//padding: 0;
|
||||
}
|
||||
.main-navigation-content {
|
||||
text-transform: uppercase;
|
||||
|
|
|
@ -34,18 +34,18 @@
|
|||
&::after {
|
||||
content: "+";
|
||||
position: absolute;
|
||||
bottom: -1rem;
|
||||
bottom: 0rem;
|
||||
left: 0.7rem;
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $color__grey-light;
|
||||
//color: $color__grey-light;
|
||||
|
||||
&::after {
|
||||
content: ">";
|
||||
font-size: 3rem;
|
||||
bottom: 0;
|
||||
//font-size: 3rem;
|
||||
//bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue