blob: 58ed1227cece6181be573966eba12b6c1d2b5189 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.sdc-app {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 height: 100%;
Michael Landoefa037d2017-02-19 12:57:33 +02003}
4.flex {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03005 display: flex;
6 flex: 1;
Michael Landoefa037d2017-02-19 12:57:33 +02007}
8
9.flex-column {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030010 @extend .flex;
11 flex-direction: column;
Michael Landoefa037d2017-02-19 12:57:33 +020012}
13
14.content-area {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030015 padding: 30px 60px 70px 60px;
16 overflow-y: auto;
17 overflow-x: hidden;
18 height: 100%;
19 &.no-padding-content-area {
20 padding: 0;
21 }
Michael Landoefa037d2017-02-19 12:57:33 +020022}
AviZi280f8012017-06-09 02:39:56 +030023
talig8e9c0652017-12-20 14:30:43 +020024.page-title {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030025 @extend .heading-1;
26 @extend .text-uppercase !optional;
27 margin-bottom: 20px;
28 color: $blue;
29}
30.sdc-modal {
31 .sdc-modal__wrapper.sdc-modal-type-custom {
32 .sdc-modal__content {
33 padding: 0;
34 .entitlement-pools-modal,
35 .license-key-groups-modal,
36 .manage-permissions-page {
37 .validation-form-content {
38 overflow-y: visible;
39 }
40 }
41 .validation-form-content {
42 padding: 20px 40px;
43 overflow-y: auto;
44 .no-bottom-margin {
45 margin-bottom: 0;
46 .customized-date-picker {
47 margin-bottom: 0;
48 }
49 }
50 }
51 }
52 }
talig8e9c0652017-12-20 14:30:43 +020053}