メニューアイコンのpaddingを修正

gh-pages
Rui 2018-03-17 00:31:16 +09:00 committed by GitHub
parent 782c2cc8ff
commit 020fbd6654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -36,11 +36,15 @@ header {
}
button {
// ( - ) / 2
// TODO:
$padding: calc(calc(#{$header-height} - 2em) / 2)
background: transparent;
border: none;
left: 0;
object-fit: contain;
padding: 1em;
padding: $padding;
position: absolute;
top: 0;