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