parent
ce5deeb4a1
commit
3025cbd72c
|
@ -11,7 +11,7 @@ $icedream-text-color: #EEE !default;
|
||||||
$icedream-extended-line-height: 5vmin !default;
|
$icedream-extended-line-height: 5vmin !default;
|
||||||
|
|
||||||
// extra features
|
// extra features
|
||||||
$icedream-staturation: true !default;
|
$icedream-saturation: true !default;
|
||||||
$icedream-metadata-overlay: false !default;
|
$icedream-metadata-overlay: false !default;
|
||||||
$icedream-metadata-overlay-background-gradient-from: #000 !default;
|
$icedream-metadata-overlay-background-gradient-from: #000 !default;
|
||||||
$icedream-metadata-overlay-background-gradient-to: transparent !default;
|
$icedream-metadata-overlay-background-gradient-to: transparent !default;
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
// player
|
// player
|
||||||
#player {
|
#player {
|
||||||
.player_button {
|
.player_button {
|
||||||
@if $icedream-staturation {
|
@if $icedream-saturation {
|
||||||
@include saturate-from-red();
|
@include saturate-from-red();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.slider {
|
.slider {
|
||||||
.active {
|
.active {
|
||||||
@if $icedream-staturation {
|
@if $icedream-saturation {
|
||||||
@include saturate-from-red();
|
@include saturate-from-red();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,13 +47,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.eq {
|
.eq {
|
||||||
@if $icedream-staturation {
|
@if $icedream-saturation {
|
||||||
@include saturate-from-red();
|
@include saturate-from-red();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#wave {
|
#wave {
|
||||||
@if $icedream-staturation {
|
@if $icedream-saturation {
|
||||||
@include saturate-from-red(300%, 5%);
|
@include saturate-from-red(300%, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue