summaryrefslogtreecommitdiffstats
path: root/public/src/app/bar-icons/bar-icons.component.scss
blob: 006e6500ffda5a4d0116eb4c78e51860494bb71f (plain)
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
47
48
49
50
51
52
53
54
.bars {
  hr {
    height: 22px;
    color: #d2d2d2;
  }
}
.setting {
  position: absolute;
  top: 47px;
  right: 0;
  background: white;
  padding: 1em;
  border: 1px solid gray;
  display: flex;
  min-width: 400px;
  z-index: 2;
  // width: 35%;
}

.target-field {
  width: 370px;
  display: flex;
  align-items: center;
  margin: 10px;
  .field-label {
    padding-right: 10px;
  }
  .required::before {
    content: '*';
    color: red;
    padding-right: 5px;
  }
  .field-select {
    flex: 1;
    width: 100%;
    min-width: 250px;
    padding: 5px 0 5px 5px;
    margin: 0;
  }
}

.field {
  margin: 1em;
  .field-label {
    padding-bottom: 0.5em;
  }
  .field-text {
    flex: 1;
    width: 100%;
    min-width: 250px;
    padding: 5px 0 5px 5px;
    margin: 0;
  }
}