
committed by
Pete Bacon Darwin

parent
cf0a9e0730
commit
f7422a9607
@ -86,10 +86,8 @@ aio-shell.page-resources md-toolbar.mat-toolbar {
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
padding-left: 24px;
|
||||
|
||||
button.hamburger {
|
||||
display: none;
|
||||
margin: 0 24px 0 -88px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,14 +8,19 @@
|
||||
}
|
||||
|
||||
.hamburger.mat-button {
|
||||
transition: color 0.2s;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
&:not(.starting) {
|
||||
transition-duration: .4s;
|
||||
transition-property: color, margin;
|
||||
transition-timing-function: cubic-bezier(.25, .8, .25, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.hamburger.mat-button:hover {
|
||||
color: $offwhite;
|
||||
color: $offwhite;
|
||||
}
|
||||
|
||||
.hamburger .mat-icon {
|
||||
|
Reference in New Issue
Block a user