Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / demos / tabs / demoDynamicHeight / style.scss
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicHeight/style.scss b/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicHeight/style.scss
new file mode 100644 (file)
index 0000000..437977e
--- /dev/null
@@ -0,0 +1,13 @@
+md-content {
+  background-color: transparent !important;
+  md-tabs {
+    background: #f6f6f6;
+    border: 1px solid #e1e1e1;
+    md-tabs-canvas {
+      background: white;
+    }
+  }
+  h1:first-child {
+    margin-top: 0;
+  }
+}