blob: 1f132043abfe4acd4e75c3d2d0b532c9ea29d9e7 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.modal-content {
2 .modal-header {
3 border-top: 3px solid $blue;
Avi Ziv61070c92017-07-26 17:37:57 +03004 padding-left: 50px;
Michael Landoefa037d2017-02-19 12:57:33 +02005 .modal-title {
6 @extend .heading-2;
7 }
8 }
9
10 .modal-body{
AviZi280f8012017-06-09 02:39:56 +030011 padding: 0;
12 .validation-form-content {
13 padding: 50px;
talig8e9c0652017-12-20 14:30:43 +020014 padding-bottom: 30px;
AviZi280f8012017-06-09 02:39:56 +030015 overflow-y: auto;
16 max-height: 490px;
17 }
talig8e9c0652017-12-20 14:30:43 +020018 .validation-buttons {
19 padding-right: 50px;
20 }
Michael Landoefa037d2017-02-19 12:57:33 +020021 }
22
23 .modal-footer {
24 padding: 15px;
25 border-top: 0;
26 background-color: $tlv-gray;
Avi Zivb8e2faf2017-07-18 19:45:38 +030027 .sdc-modal-footer {
28 .sdc-button + .sdc-button {
29 margin-left: 5px;
30 }
31 }
32
Michael Landoefa037d2017-02-19 12:57:33 +020033 }
34}