navigation for noscript
This commit is contained in:
parent
4cd70b5ef8
commit
d210a68283
|
@ -216,37 +216,14 @@
|
||||||
@import 'player';
|
@import 'player';
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
position: fixed;
|
filter: blur(0px);
|
||||||
top: 20px;
|
|
||||||
right: 20px;
|
|
||||||
width: 50%;
|
|
||||||
height: 10%;
|
|
||||||
background-color: transparent;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center center;
|
|
||||||
background-size: 95% 95%;
|
|
||||||
-webkit-transition: all 400ms ease-in;
|
|
||||||
-moz-transition: all 400ms ease-in;
|
|
||||||
transition: all 400ms ease-in;
|
|
||||||
box-shadow: 0 0 10px 1px _palette(border-alt);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 769px) {
|
.blurredout {
|
||||||
.logo {
|
filter: blur(0px);
|
||||||
position: fixed;
|
-webkit-transition: filter 400ms ease-in;
|
||||||
top: 20px;
|
-moz-transition: filter 400ms ease-in;
|
||||||
right: 20px;
|
transition: filter 400ms ease-in;
|
||||||
width: 20%;
|
|
||||||
height: 10%;
|
|
||||||
background-color: transparent;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center center;
|
|
||||||
background-size: 95% 95%;
|
|
||||||
-webkit-transition: all 400ms ease-in;
|
|
||||||
-moz-transition: all 400ms ease-in;
|
|
||||||
transition: all 400ms ease-in;
|
|
||||||
box-shadow: 0 0 10px 1px _palette(border-alt);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Player link
|
// Player link
|
||||||
|
|
Loading…
Reference in a new issue