1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| .edit-preset-dialog{
| .preset-name{
| margin-bottom: 16px;
| display: flex;
| label{
| text-align: left;
| }
| }
| .info-button{
| position: relative;
| top: 1px;
| left: 2px;
| }
|
| .checkbox{
| min-height: 45px;
| }
|
| .search-toggle{
| position: absolute;
| right: 24px;
| top: 24px;
| z-index: 2;
| }
|
| .search-controls{
| margin-bottom: 12px;
| margin-right: 38px;
| input{
| height: 36px;
| }
| }
| }
|
|