2019-05-13 02:52:27 +00:00
|
|
|
.sequencer-baseline {
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sequencer-wrapper {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 12%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sequencer {
|
|
|
|
display: grid;
|
|
|
|
margin: 0 auto;
|
|
|
|
grid-template-columns: repeat(8, 1fr);
|
|
|
|
transform: rotate(30deg) skew(-30deg);
|
|
|
|
left: 25%;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sequencer-button {
|
|
|
|
-moz-appearance: none;
|
2019-05-13 03:18:25 +00:00
|
|
|
-webkit-appearance: none;
|
2019-05-13 02:52:27 +00:00
|
|
|
transform: skew(30deg) rotate(-30deg);
|
2019-05-13 03:18:25 +00:00
|
|
|
background-image: asset_url("'Neon_Cube_01_190513_v01-02.png'");;
|
|
|
|
padding-bottom: 77%;
|
|
|
|
margin: 12% -10%;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: bottom;
|
2019-05-13 02:52:27 +00:00
|
|
|
&:checked {
|
2019-05-13 03:18:25 +00:00
|
|
|
background-position: top;
|
2019-05-13 02:52:27 +00:00
|
|
|
}
|
|
|
|
}
|