remove fallbacks from shadow control
This commit is contained in:
parent
d134b691cc
commit
eab3bfaf0d
@ -219,8 +219,6 @@
|
|||||||
<script src="./shadow_control.js"></script>
|
<script src="./shadow_control.js"></script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "../../variables";
|
|
||||||
|
|
||||||
.shadow-control {
|
.shadow-control {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -237,8 +235,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
$side: 15em;
|
|
||||||
|
|
||||||
input[type="number"] {
|
input[type="number"] {
|
||||||
width: 5em;
|
width: 5em;
|
||||||
min-width: 2em;
|
min-width: 2em;
|
||||||
@ -261,7 +257,7 @@
|
|||||||
.x-shift-control .wrap,
|
.x-shift-control .wrap,
|
||||||
input[type="range"] {
|
input[type="range"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: $side;
|
width: 15em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -271,7 +267,7 @@
|
|||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: $side;
|
height: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="range"] {
|
input[type="range"] {
|
||||||
@ -298,8 +294,6 @@
|
|||||||
.preview-block {
|
.preview-block {
|
||||||
width: 33%;
|
width: 33%;
|
||||||
height: 33%;
|
height: 33%;
|
||||||
background-color: $fallback--bg;
|
|
||||||
background-color: var(--bg, $fallback--bg);
|
|
||||||
border-radius: var(--roundness);
|
border-radius: var(--roundness);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user