summaryrefslogtreecommitdiffstats
path: root/resources/scss/bootstrap-cust/_panels.scss
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2021-01-15 15:32:00 -0500
committerwr148d <wr148d@att.com>2021-02-11 09:47:17 -0500
commit5ee7367a101143715c2869d72ea4a6fbf55f5af6 (patch)
tree84bf43601c0cce4fb37b5b3b494e113c96d5591e /resources/scss/bootstrap-cust/_panels.scss
parentddc05d4ea0254b427fea6ec80e2b03950eeca4ce (diff)
Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the Builder FE Updates
Issue-ID: AAI-3250 Change-Id: I576e37f77f7e9b40d72e4a5e7de645e9f62bc7d2 Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'resources/scss/bootstrap-cust/_panels.scss')
-rw-r--r--resources/scss/bootstrap-cust/_panels.scss24
1 files changed, 23 insertions, 1 deletions
diff --git a/resources/scss/bootstrap-cust/_panels.scss b/resources/scss/bootstrap-cust/_panels.scss
index 9ee5622..74f7424 100644
--- a/resources/scss/bootstrap-cust/_panels.scss
+++ b/resources/scss/bootstrap-cust/_panels.scss
@@ -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;
+ }
+}