-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathstyles.css
82 lines (67 loc) · 1.11 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#expIcon {
position: absolute;
bottom: 0px;
right: 0px;
}
body {
font-family: RobotoDraft, sans-serif;
font-weight: 400;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
core-header-panel {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
core-toolbar {
background: #7986cb;
color: white;
}
organizer-card {
margin: 30px;
width: 290px;
}
core-animated-pages {
width: 100%;
/* height: 85%;
-webkit-user-select: none;
overflow: hidden;
*/
}
core-animated-pages > * {
border-radius: 5px;
font-size: 50px;
background-color: white;
}
body /deep/ core-toolbar {
background-color: #0097A7;
color: #fff;
}
core-menu {
color: #01579b;
margin: 10px 0 0 0;
}
core-menu > paper-item, core-menu > core-item {
transition: all 300ms ease-in-out;
}
core-item.core-selected {
background: #eee;
}
@media all and (max-width: 480px) {
core-animated-pages {
width: 100%;
height: 100%;
}
}
organizer-card {
margin: 30px;
width: 420px;
}
.quartercol {
width: 200px;
margin: 10px;
}
.sponsornode {
padding: 20px;
}