styles.scss
714 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
// Custom style for loading elements without height
.will-load {
min-height: 80px;
}
// Href line height wasn't right for md-icon-button
a[md-icon-button] {
line-height: 36px;
}
// Capitalize
.text-capital {
text-transform: capitalize;
}
.grid_containert {
height: 100%;
}
.control_button {
position: fixed;
bottom: 40px;
right: 40px;
td-loading {
width: 56px;
height: 56px;
float: left;
margin-right: 20px;
.td-loading-wrapper {
margin-top: -10px;
}
}
}
.map-container {
height: 400px;
width: 400px;
}
#mapId {
height: 400px;
width: 400px;
}
road-map>div {
transition: height 1s ease-out;
}