-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy pathapp.component.css
More file actions
73 lines (61 loc) · 954 Bytes
/
Copy pathapp.component.css
File metadata and controls
73 lines (61 loc) · 954 Bytes
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
62
63
64
65
66
67
68
69
70
71
72
73
md-sidenav-layout.m2app-dark {
background: black;
}
.app-content {
padding: 20px;
}
.app-content md-card {
margin: 20px;
}
.app-sidenav {
padding: 10px;
min-width: 100px;
}
.app-content md-checkbox {
margin: 10px;
}
.app-toolbar-filler {
flex: 1 1 auto;
}
.app-toolbar-menu {
padding: 0 14px 0 14px;
color: white;
}
.app-icon-button {
box-shadow: none;
user-select: none;
background: none;
border: none;
cursor: pointer;
filter: none;
font-weight: normal;
height: auto;
line-height: inherit;
margin: 0;
min-width: 0;
padding: 0;
text-align: left;
text-decoration: none;
}
.app-action {
display: inline-block;
position: fixed;
bottom: 20px;
right: 20px;
}
.app-spinner {
height: 30px;
width: 30px;
display: inline-block;
}
.app-input-icon {
font-size: 16px;
}
.app-list {
border: 1px solid rgba(0, 0, 0, 0.12);
width: 350px;
margin: 20px;
}
.app-progress {
margin: 20px;
}