-
Notifications
You must be signed in to change notification settings - Fork 2
/
six-degs-app.css
81 lines (68 loc) · 1.23 KB
/
six-degs-app.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
:host {
font-family: RobotoDraft, sans-serif;
font-size: 16px;
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;
}
.content-wrapper {
margin: 0 50px;
overflow: hidden;
padding: 50px 0;
}
.show-teams-wrapper {
margin-top: 15px;
}
.welcome {
margin-bottom: 50px;
}
#path {
margin-top: 100px;
text-align: center;
}
.tt-dropdown-menu {
max-height: 200px;
overflow: auto;
width: 300px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
margin-top: -10px;
}
.tt-suggestion.tt-cursor {
background-color: rgba(0,0,0,.1);
}
.tt-suggestion {
margin: 0;
padding: 5px;
}
core-toolbar {
background-color: #455ede;
color: #fff;
font-size: 24px;
font-weight: 400;
}
paper-button {
margin-top: 10px;
width: 10em;
color: white;
background-color: #455ede;
}
paper-input {
font-size: 16px;
width: 300px;
}
paper-checkbox::shadow #ink {
color: #455ede;
}
paper-checkbox::shadow #checkbox.checked {
background-color: #455ede;
border-color: #455ede;
}