blob: fab091fe67d89a1242e57c35f2df71b87d2ade38 (
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
|
.license-model-modal {
.modal-body {
padding: 0;
}
.modal-header {
border-bottom: none;
padding-bottom: 30px;
}
.modal-body {
padding: 0;
}
.sdc-tabs-list {
padding-left: 50px;
border-bottom: 1px solid $tlv-light-gray;
display: flex;
align-items: baseline;
}
.sdc-tab-content {
margin-top: 0;
}
.add-limit-button {
margin-left: auto;
margin-right: 50px;
padding-right: 0;
text-align: end;
}
.license-model-form {
.validation-form-content {
padding: 20px 50px;
}
.validation-buttons {
padding: 20px 50px;
}
&.license-agreement-form, &.feature-group-form {
.validation-form-content {
padding: 0;
}
.sdc-tab-content {
padding: 20px 50px;
}
}
}
.license-model-modal-buttons {
padding: 21px 50px;
display: flex;
justify-content: flex-end;
background-color: $tlv-gray;
margin-top: 2px;
.sdc-button {
margin-left: 20px;
}
}
}
|