blob: d9919c27e3064136c061266dd22d2e45a6b016f6 [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 }
Avi Ziv61070c92017-07-26 17:37:57 +030021 }
Michael Landoefa037d2017-02-19 12:57:33 +020022}