blob: 06ef4d21fd56ebbc5fe510db157aa20dfa9b389f [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
Avi Ziv61070c92017-07-26 17:37:57 +03002.entitlement-pools-list-editor {
Michael Landoefa037d2017-02-19 12:57:33 +02003 .list-editor-item-view-field {
4
Michael Landoefa037d2017-02-19 12:57:33 +02005 .entitlement-pools-count {
6 @extend .heading-1;
talig8e9c0652017-12-20 14:30:43 +02007 color: $purple;
Michael Landoefa037d2017-02-19 12:57:33 +02008 }
9 }
10}
11
12.entitlement-pools-modal {
Michael Landoefa037d2017-02-19 12:57:33 +020013 .entitlement-pools-form {
talig8e9c0652017-12-20 14:30:43 +020014 .threshold-section, .date-section {
AviZi280f8012017-06-09 02:39:56 +030015 display: flex;
16 justify-content: space-between;
17 .validation-input-wrapper {
18 flex: 0 0 46%;
19 }
Avi Ziv61070c92017-07-26 17:37:57 +030020 }
svishnev8f133302018-08-06 23:08:39 +030021 .uuid-row-wrapper {
22 display: flex;
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 }
Avi Ziv61070c92017-07-26 17:37:57 +030036 }
Michael Landoefa037d2017-02-19 12:57:33 +020037}