Fixes styles for menu icon, button on header and figure img
This commit is contained in:
@@ -413,6 +413,11 @@ a {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
figure img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// 02. Header
|
||||
// ----------
|
||||
|
||||
@@ -503,6 +508,7 @@ header {
|
||||
}
|
||||
|
||||
.button {
|
||||
background: none;
|
||||
text-align: left;
|
||||
|
||||
@include breakpoint(medium) {
|
||||
@@ -543,6 +549,18 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
|
||||
&.dark {
|
||||
|
||||
&:hover::after,
|
||||
&::after {
|
||||
background: #fff;
|
||||
box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.title-bar {
|
||||
background: none;
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user