-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
59 lines (49 loc) · 857 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
55
56
57
58
59
body {
font-family: Roboto, 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;
}
section {
margin: 20px;
}
a, a:hover {
text-decoration: none;
}
iron-toolbar {
background-color: #455ede;
box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 20px;
font-weight: 400;
margin-bottom: 1.5em;
}
paper-button {
margin: 0.5em 1em 0.5em 0;
width: 10em;
}
paper-button[right] {
position: fixed;
right: 0;
}
paper-checkbox {
margin-left: 1em;
}
paper-fab {
position: absolute !important;
top: 35px;
right: 1em;
z-index: 1;
}
paper-tabs {
background-color: #5677fc;
color: #fff;
}
paper-tabs paper-tab.iron-selected {
color: #ffff8d;
}