synthing

a waveform sequencing synth on the web
Log | Files | Refs | Submodules

style.css (388B)


      1 .checkbox {
      2     background: #f1ddd8;
      3     display: flex;
      4     align-items: center;
      5     justify-content: center;
      6     width: 40px;
      7     height: 40px;
      8     margin: 5px;
      9 }
     10 .checkbox .checkbox-circle {
     11     width: 25px;
     12     height: 25px;
     13     border-radius: 999px;
     14     background: #ff735e;
     15 }
     16 
     17 .checkbox.beat {
     18     background: #ff735e;
     19 }
     20 
     21 .checkbox.beat .checkbox-circle {
     22     background: #f1ddd8;
     23 }