-
Notifications
You must be signed in to change notification settings - Fork 17
/
styles.css
55 lines (52 loc) · 992 Bytes
/
styles.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
body {
font-family: RobotoDraft, sans-serif;
color: #333;
margin: 0;
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
core-header-panel {
background-color: #f0f0f0;
}
#nav_header {
background-color: #3f51b5;
color: #fff;
}
#nav_header img {
height: 48px;
}
core-item {
font-size: 1.2em;
}
core-item[icon="home"].core-selected {
color: #0266C8;
}
core-item[icon="explore"].core-selected {
color: #F90101;
}
core-item[icon="schedule"].core-selected {
color: #F2B50F;
}
core-item[icon="room"].core-selected {
color: #0266C8;
}
core-item[icon="info"].core-selected {
color: #00933B;
}
core-item[icon="group-work"].core-selected {
color: #F90101;
}
core-scaffold::shadow core-toolbar {
background-color: #3f51b5;
}
#content-container {
background-color: white;
}
#content-pages {
height: 100%;
overflow:auto;
}