aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/bootstrap-cust/_modals.scss
blob: 6a825b811eb921c1fefda19f2cffa5dffa14773e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.modal-content {
  .modal-header {
    border-top: 3px solid $blue;
    .modal-title {
      @extend .heading-2;
    }
  }

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

  .modal-footer {
    padding: 15px;
    border-top: 0;
    background-color: $tlv-gray;
  }
}