summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/version-type-select/version-type-select.component.scss
blob: a6eca3f9f05f97d7bf167b52b9b0196756fa9745 (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
55
56
57
58
59
60
.selected-event {
  display: flex;
  // margin: 10px 0; // align-items: center;
  flex-direction: column;
  // margin-bottom: 30px;
}

.small-padding {
  padding-right: 1rem;
}

.btn {
  padding: 6px;
  margin: 6px 8px 6px 8px;
  min-width: 88px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
}

.space-down {
  margin-bottom: 5px;
}

.input-wrapper {
  .input {
    height: 35px;
    border-radius: 2px;
    padding: 5px;
    width: 100%;
    border: 1px solid #d2d2d2;
  }
}

.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;
    border: 1px solid #d2d2d2;
  }
}