Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the...
[aai/sparky-fe.git] / resources / scss / bootstrap-cust / _panels.scss
index 9ee5622..74f7424 100644 (file)
@@ -1,3 +1,25 @@
 .panel {
   border: none;
-}
\ No newline at end of file
+}
+
+.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;
+  }
+}