[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / bootstrap-cust / _modals.scss
1 .modal-content {
2   .modal-header {
3     border-top: 3px solid $blue;
4     .modal-title {
5       @extend .heading-2;
6     }
7   }
8
9   .modal-body{
10     padding: 0;
11     .validation-form-content {
12       padding: 50px;
13         overflow-y: auto;
14         max-height: 490px;
15     }
16   }
17
18   .modal-footer {
19     padding: 15px;
20     border-top: 0;
21     background-color: $tlv-gray;
22     .sdc-modal-footer {
23       .sdc-button + .sdc-button {
24         margin-left: 5px;
25       }
26     }
27
28   }
29 }