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