.button-burger -> .nav-button

This commit is contained in:
Raphael Goetter 2017-09-07 18:48:39 +02:00
parent 0f91666bbc
commit 5e1c4bced1
4 changed files with 9 additions and 9 deletions

View file

@ -2205,8 +2205,8 @@ button:focus {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 2.4rem;
width: 2.4rem;
height: 2.6rem;
width: 2.6rem;
padding: 0;
background-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
@ -2214,7 +2214,7 @@ button:focus {
background-position: center;
background-repeat: no-repeat;
background-origin: content-box;
background-size: 100% calc(2.4rem * (18 / 100));
background-size: 100% 5px;
-webkit-transition: .25s;
transition: .25s;
-webkit-transition-property: background, -webkit-transform;
@ -2226,7 +2226,7 @@ button:focus {
.button-burger > *::before, .button-burger > *::after {
content: "";
height: calc(2.4rem * (18 / 100));
height: 5px;
background: #333;
-webkit-transition: .25s;
transition: .25s;

File diff suppressed because one or more lines are too long