added images to checkboxes
parent
0bb416e650
commit
78017e52a7
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
|
@ -19,11 +19,14 @@
|
||||||
|
|
||||||
.sequencer-button {
|
.sequencer-button {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
transform: skew(30deg) rotate(-30deg);
|
transform: skew(30deg) rotate(-30deg);
|
||||||
background: white;
|
background-image: asset_url("'Neon_Cube_01_190513_v01-02.png'");;
|
||||||
padding-bottom: 100%;
|
padding-bottom: 77%;
|
||||||
margin: 0;
|
margin: 12% -10%;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: bottom;
|
||||||
&:checked {
|
&:checked {
|
||||||
background: #000;
|
background-position: top;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue