summaryrefslogtreecommitdiffstats
path: root/resources/scss/bootstrap-cust/_panels.scss
blob: 74f74249c05697dc58848e620c1478f2e9b4e6b5 (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
.panel {
  border: none;
}

.model-card {
  .panel {
    background-color: initial;
    box-shadow: none;
    margin-bottom: 0;
  }

  .panel-default > .panel-heading {
    padding-left: 0;
    border: 0;
    padding: 0;
    color: #191919 !important;
  }
  
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    overflow-y: scroll;
    max-height: 250px;
    background-color: #fff;
    margin-top: 15px;
  }
}