summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/demos/tabs')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicHeight/style.scss13
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicTabs/style.scss44
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoStaticTabs/style.scss25
3 files changed, 82 insertions, 0 deletions
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
index 00000000..437977ed
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicHeight/style.scss
@@ -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;
+ }
+}
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicTabs/style.scss b/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicTabs/style.scss
new file mode 100644
index 00000000..84a4b00f
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicTabs/style.scss
@@ -0,0 +1,44 @@
+md-content {
+ background-color: transparent !important;
+ md-tabs {
+ border: 1px solid #e1e1e1;
+ md-tab-content {
+ background: #f6f6f6;
+ }
+ md-tabs-canvas {
+ background: white;
+ }
+ }
+ h1:first-child {
+ margin-top: 0;
+ }
+}
+md-input-container {
+ padding-bottom: 0;
+}
+.remove-tab {
+ margin-bottom: 40px;
+}
+.demo-tab > div > div {
+ padding: 25px;
+ box-sizing: border-box;
+}
+.edit-form input {
+ width: 100%;
+}
+md-tabs {
+ border-bottom: 1px solid rgba(0,0,0,0.12);
+}
+md-tab[disabled] {
+ opacity: 0.5;
+}
+label {
+ text-align: left;
+}
+
+.long > input {
+ width: 264px;
+}
+.md-button.add-tab {
+ transform: translateY(5px);
+}
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoStaticTabs/style.scss b/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoStaticTabs/style.scss
new file mode 100644
index 00000000..9a088828
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoStaticTabs/style.scss
@@ -0,0 +1,25 @@
+md-tab-content {
+ padding: 25px;
+ &:nth-child(1) {
+ background-color: #42A5F5;
+ }
+ &:nth-child(2) {
+ background-color: #689F38;
+ }
+ &:nth-child(3) {
+ background-color: #26C6DA;
+ }
+}
+.after-tabs-area {
+ > span {
+ margin-top:25px;
+ padding-right: 15px;
+ vertical-align: middle;
+ line-height: 30px;
+ height: 35px;
+ }
+ > md-checkbox {
+ margin-top:26px;
+ margin-left: 0;
+ }
+}