summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/version-type-select/version-type-select.component.scss
blob: 9f7bad369ba7ab4e312b67db4e4faab0886e31ae (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
.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;
}

.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;
  }
}