Switched background image SVGs into regular images, made logo go over the top of the menu on mobile.
This commit is contained in:
@ -22,7 +22,6 @@
|
||||
}
|
||||
|
||||
.o-loadable-image {
|
||||
position: relative;
|
||||
|
||||
&__image-container {
|
||||
opacity: 1;
|
||||
@ -31,6 +30,8 @@
|
||||
}
|
||||
|
||||
&.is-loading {
|
||||
position: relative;
|
||||
|
||||
@include t-animation-name(o-loadable-image--load-flash);
|
||||
@include t-animation-timing-function(linear);
|
||||
@include t-animation-duration(2s);
|
||||
|
Reference in New Issue
Block a user