app.css
1.29 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
md-dialog{ width:50%; }
.m-20px-0{ margin:20px 0; }
.m-b-20px{ margin-bottom:20px; }
.m-b-0px{ margin-bottom:0px; }
.md-info{ background-color:#2196F3 !important; color:#ffffff !important; }
.md-danger{ background-color:#D32F2F !important; color:#ffffff !important; }
.w-5-pct{ width:5%; }
.w-10-pct{ width:10%; }
.w-20-pct{ width:20%; }
.w-30-pct{ width:30%; }
.w-35-pct{ width:35%; }
.w-40-pct{ width:40%; }
.w-50-pct{ width:50%; }
.w-60-pct{ width:60%; }
.w-70-pct{ width:70%; }
.w-80-pct{ width:80%; }
.w-90-pct{ width:90%; }
.w-100-pct{ width:100%; }
.t-a-c{ text-align:center; }
.t-a-l{ text-align:left; }
.margin-bottom-1em{ margin-bottom:1em; }
h2, h3 {
color : #ffffff;
}
md-toolbar.md-default-theme.md-hue-2:not(.md-menu-toolbar), md-toolbar.md-hue-2:not(.md-menu-toolbar) {
background-color: #23282d;
}
md-list-item.md-3-line .md-list-item-text {
margin :10px 0;
}
md-list-item.md-3-line {
min-height: inherit;
}
md-list-item.md-3-line:before, md-list-item.md-3-line>.md-no-style:before {
min-height: inherit;
}
md-toolbar {
min-height: inherit;
padding :5px 0;
}
.md-toolbar-tools {
height: auto;
min-height: inherit;
}
.md-headline {
line-height: inherit;
}
.md-button {
font-size: 12px;
min-width: 63px;
min-height: 10px;
line-height: inherit;
}