diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 9376570f1..2ae5b7c40 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -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;