blob: 8e8b820e994335057e99a4b170e6704d7dc19f97 [file] [log] [blame]
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03001.entitlement-pools-list-editor {
Michael Landoefa037d2017-02-19 12:57:33 +02002 .list-editor-item-view-field {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03003 .entitlement-pools-count {
4 @extend .heading-1;
5 color: $purple;
6 }
Ben David, Elad (eb7504)ec7da6a2020-03-17 18:12:17 +02007 .type {
8 color: $orange;
9 }
Michael Landoefa037d2017-02-19 12:57:33 +020010 }
Michael Landoefa037d2017-02-19 12:57:33 +020011}
12
13.entitlement-pools-modal {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030014 .entitlement-pools-form {
15 .threshold-section,
16 .date-section {
17 display: flex;
18 justify-content: space-between;
19 .validation-input-wrapper {
20 flex: 0 0 46%;
21 }
svishnev8f133302018-08-06 23:08:39 +030022 }
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030023 .uuid-row-wrapper {
24 display: flex;
25 margin-top: 20px;
26 .separator {
27 margin-left: 30px;
28 margin-right: 30px;
29 height: 35px;
30 border: 1px solid $tlv-light-gray;
31 }
32 .uuid-container {
33 .uuid-value {
34 @extend .body-3;
35 user-select: text;
36 }
37 }
38 }
svishnev8f133302018-08-06 23:08:39 +030039 }
Michael Landoefa037d2017-02-19 12:57:33 +020040}