Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the...
[aai/sparky-fe.git] / resources / scss / bootstrap-cust / _panels.scss
1 .panel {
2   border: none;
3 }
4
5 .model-card {
6   .panel {
7     background-color: initial;
8     box-shadow: none;
9     margin-bottom: 0;
10   }
11
12   .panel-default > .panel-heading {
13     padding-left: 0;
14     border: 0;
15     padding: 0;
16     color: #191919 !important;
17   }
18   
19   .panel-default > .panel-heading + .panel-collapse > .panel-body {
20     overflow-y: scroll;
21     max-height: 250px;
22     background-color: #fff;
23     margin-top: 15px;
24   }
25 }