Compare commits
2 Commits
ce5deeb4a1
...
dea7abe861
Author | SHA1 | Date |
---|---|---|
|
dea7abe861 | |
|
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;
|
||||||
|
@ -24,7 +24,7 @@ $icedream-fog-bg-blur: false !default;
|
||||||
$icedream-fog-bg-animated: true !default;
|
$icedream-fog-bg-animated: true !default;
|
||||||
$icedream-fog-bg-pulse-animation-length: 68s !default;
|
$icedream-fog-bg-pulse-animation-length: 68s !default;
|
||||||
$icedream-fog-bg-slide-animation-length: 25s !default;
|
$icedream-fog-bg-slide-animation-length: 25s !default;
|
||||||
$icedream-station-fill-background-color: rgba(255, 255, 255, .1);
|
$icedream-station-fill-background-color: rgba(255, 255, 255, .1) !default;
|
||||||
|
|
||||||
$rekt-tab-count: 4 !default;
|
$rekt-tab-count: 4 !default;
|
||||||
$rekt-border-color: #AAA !default;
|
$rekt-border-color: #AAA !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