summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/demos/tabs/demoDynamicTabs/style.scss
blob: 84a4b00f62bccc026b0904faa1e5cf8bce87055c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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);
}