Adjust EQ elements in page container.

header/meta/overlay^2
Icedream 2018-07-22 21:17:53 +02:00
parent 13d48d433d
commit 69a6985c8d
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 28 additions and 0 deletions

View File

@ -18,6 +18,34 @@
@include icedream-font;
}
&#page_EQ {
#wave {
position: absolute;
left: 0;
right: 0;
top: 25%;
bottom: 25%;
}
#eq {
margin: 20vh;
.slider {
transition: opacity ease-out .5s, transform ease-out .5s;
opacity: 0;
transform: scale(0%);
background-color: rgba(0, 0, 0, .75);
}
&:hover {
.slider {
opacity: 1;
transform: scale(100%);
}
}
}
#bars {
display: none;
}
}
.eq {
@if $icedream-staturation {
@include saturate-from-red();