blob: ad6b4f8aca4e1780e87034d7c3fc92b170c5a621 [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;
14 overflow-y: auto;
15 max-height: 490px;
16 }
Michael Landoefa037d2017-02-19 12:57:33 +020017 }
18
19 .modal-footer {
20 padding: 15px;
21 border-top: 0;
22 background-color: $tlv-gray;
Avi Zivb8e2faf2017-07-18 19:45:38 +030023 .sdc-modal-footer {
24 .sdc-button + .sdc-button {
25 margin-left: 5px;
26 }
27 }
28
Michael Landoefa037d2017-02-19 12:57:33 +020029 }
30}