added images to checkboxes

master
Jordan Han 2019-05-13 11:18:25 +08:00
parent 0bb416e650
commit 78017e52a7
2 changed files with 7 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -19,11 +19,14 @@
.sequencer-button {
-moz-appearance: none;
-webkit-appearance: none;
transform: skew(30deg) rotate(-30deg);
background: white;
padding-bottom: 100%;
margin: 0;
background-image: asset_url("'Neon_Cube_01_190513_v01-02.png'");;
padding-bottom: 77%;
margin: 12% -10%;
background-size: cover;
background-position: bottom;
&:checked {
background: #000;
background-position: top;
}
}