blob: 736927fb5177b7ba7400d7cbe74fc8689b19c657 [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 }
Michael Landoefa037d2017-02-19 12:57:33 +02007 }
Michael Landoefa037d2017-02-19 12:57:33 +02008}
9
10.entitlement-pools-modal {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030011 .entitlement-pools-form {
12 .threshold-section,
13 .date-section {
14 display: flex;
15 justify-content: space-between;
16 .validation-input-wrapper {
17 flex: 0 0 46%;
18 }
svishnev8f133302018-08-06 23:08:39 +030019 }
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030020 .uuid-row-wrapper {
21 display: flex;
22 margin-top: 20px;
23 .separator {
24 margin-left: 30px;
25 margin-right: 30px;
26 height: 35px;
27 border: 1px solid $tlv-light-gray;
28 }
29 .uuid-container {
30 .uuid-value {
31 @extend .body-3;
32 user-select: text;
33 }
34 }
35 }
svishnev8f133302018-08-06 23:08:39 +030036 }
Michael Landoefa037d2017-02-19 12:57:33 +020037}