UNPKG

487 BCSSView Raw
1.menu {
2 position: fixed;
3 height: 40px;
4 width: 100%;
5 top: 0;
6 padding-left: 10px;
7 box-sizing: border-box;
8 line-height: 40px;
9 background: #292961;
10 color: rgb(209, 209, 240);
11}
12.canvas {
13 margin-top: 40px;
14}
15.select-count {
16 float: right;
17 padding: 0 5px;
18}
19
20.select-change {
21 vertical-align: top;
22}
23body {
24 user-select: none;
25 padding: 0;
26 margin: 0;
27}
28label {
29 margin-right: 10px;
30}
31button {
32 display: inline-block;
33 height: 24px;
34 vertical-align: text-top;
35}