aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/bootstrap-cust/_modals.scss
blob: 1f132043abfe4acd4e75c3d2d0b532c9ea29d9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.modal-content {
  .modal-header {
    border-top: 3px solid $blue;
		padding-left: 50px;
    .modal-title {
      @extend .heading-2;
    }
  }

  .modal-body{
    padding: 0;
    .validation-form-content {
      padding: 50px;
      padding-bottom: 30px;
        overflow-y: auto;
        max-height: 490px;
    }
    .validation-buttons {
      padding-right: 50px;
    }
  }

  .modal-footer {
    padding: 15px;
    border-top: 0;
    background-color: $tlv-gray;
    .sdc-modal-footer {
      .sdc-button + .sdc-button {
        margin-left: 5px;
      }
    }

  }
}