nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / demos / tabs / demoDynamicTabs / style.scss
1 md-content {
2   background-color: transparent !important;
3   md-tabs {
4     border: 1px solid #e1e1e1;
5     md-tab-content {
6       background: #f6f6f6;
7     }
8     md-tabs-canvas {
9       background: white;
10     }
11   }
12   h1:first-child {
13     margin-top: 0;
14   }
15 }
16 md-input-container {
17   padding-bottom: 0;
18 }
19 .remove-tab {
20   margin-bottom: 40px;
21 }
22 .demo-tab > div > div {
23   padding: 25px;
24   box-sizing: border-box;
25 }
26 .edit-form input {
27   width: 100%;
28 }
29 md-tabs {
30   border-bottom: 1px solid rgba(0,0,0,0.12);
31 }
32 md-tab[disabled] {
33   opacity: 0.5;
34 }
35 label {
36   text-align: left;
37 }
38
39 .long > input {
40   width: 264px;
41 }
42 .md-button.add-tab {
43   transform: translateY(5px);
44 }