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