Fixes styles for menu icon, button on header and figure img

This commit is contained in:
decabeza
2018-04-16 18:49:02 +02:00
parent 0bf31bde6c
commit 369ae52000

View File

@@ -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;