-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
56 lines (56 loc) · 896 Bytes
/
main.css
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
body {
font-family: 'Roboto', sans-serif;
}
#core_scaffold {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width: 100%;
height: 100%;
}
#core_header_panel {
background-color: rgb(255, 255, 255);
}
#drawer_toolbar {
color: rgb(255, 255, 255);
background-color: rgb(239, 72, 79);
}
#main_toolbar {
background-color: rgb(229, 45, 53);
color: #fff;
}
#core_menu {
font-size: 16px;
}
#google_map {
width: 100%;
height: 100%;
display: block;
left: 0px;
top: 0px;
position: absolute;
}
#cool_clock {
width: 400px;
height: 300px;
left: 1550px;
top: 560px;
}
#core_field1 {
left: 28px;
top: 10px;
width: 100%;
background-color: rgb(255, 255, 255);
}
paper-tabs /deep/ #ink {
color: white;
}
paper-tabs /deep/ #selectionBar {
background-color: white;
}
core-icon[icon="menu"] {
margin-top: auto;
margin-bottom: auto;
}