blob: e93ea989fd0e75a2d0e3d3e8f00cb6b729994461 [file] [log] [blame]
Avi Ziv61070c92017-07-26 17:37:57 +03001.license-model-modal {
Michael Landoefa037d2017-02-19 12:57:33 +02002 .modal-body {
3 padding: 0;
4 }
Avi Ziv61070c92017-07-26 17:37:57 +03005 .modal-header {
6 border-bottom: none;
7 padding-bottom: 30px;
8 }
Avi Ziv61070c92017-07-26 17:37:57 +03009 .sdc-tabs-list {
10 padding-left: 50px;
11 border-bottom: 1px solid $tlv-light-gray;
12 display: flex;
13 align-items: baseline;
14 }
15 .sdc-tab-content {
16 margin-top: 0;
17 }
18 .add-limit-button {
19 margin-left: auto;
20 margin-right: 50px;
21 padding-right: 0;
22 text-align: end;
23 }
24 .license-model-form {
talig8e9c0652017-12-20 14:30:43 +020025 .validation-form-content, .validation-buttons {
Avi Ziv61070c92017-07-26 17:37:57 +030026 padding: 20px 50px;
27 }
28 &.license-agreement-form, &.feature-group-form {
29 .validation-form-content {
30 padding: 0;
31 }
32 .sdc-tab-content {
33 padding: 20px 50px;
34 }
35 }
36 }
37 .license-model-modal-buttons {
38 padding: 21px 50px;
39 display: flex;
40 justify-content: flex-end;
41 background-color: $tlv-gray;
42 margin-top: 2px;
43 .sdc-button {
44 margin-left: 20px;
45 }
46 }
Michael Landoefa037d2017-02-19 12:57:33 +020047}
talig8e9c0652017-12-20 14:30:43 +020048.license-model-list-editor {
49 .list-editor-view-list {
50 .list-editor-item-view {
51 min-height: 110px;
52 height: 110px;
53 }
54 }
55}