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

  .modal-body{
    padding: 15px;
  }

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