File size: 598 Bytes
7f9c7e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
42
43
44
45
46
.tags {
  margin-bottom: 24px;
}

.preset {
  display: flex;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 24px;

  .left {
    flex: 1;
  }

  .right {
    width: 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    margin: 10px 0px;
    padding: 5px;
  }
}

.configurationWrapper {
  padding: 0 52px;
  .buttonWrapper {
    text-align: right;
  }
  .variableSlider {
    width: 100%;
  }
}

.categoryPanelWrapper {
  .topTitle {
    margin-top: 0;
  }
  .imageRow {
    margin-top: 16px;
  }
  .image {
    width: 100%;
  }
}