-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
115 lines (108 loc) · 1.62 KB
/
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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
*{
margin: 0;
padding: 0;
}
@font-face {
font-family: 'Avenir Next Bold';
src: url("fonts/AvenirNextLTPro-Bold.otf");
}
@font-face {
font-family: 'Avenir Next Regular';
src: url("fonts/AvenirNextLTPro-Regular.otf");
}
.googleSignIn{
background-color: #d74937;
border: none;
border-radius: 10px;
color: white;
font-family: "Avenir Next Regular";
height: 60px;
padding: 15px;
font-size: 14pt;
margin-left: 50px;
margin-bottom: 30px;
margin-top: 15px;
}
.googleSignIn:hover{
cursor: pointer;
opacity: .9;
}
.googleSignIn img{
float: left;
}
.text{
font-size: 18px;
}
#time,
#money{
font-family: 'Avenir Next Bold';
text-transform: uppercase;
color: #4990E2;
margin-top: 15px;
display: inline block;
font-size: 40pt;
float: left;
}
#time {
color: #FE2851;
display: block;
float:none;
margin: 0;
}
body{
width: 300px;
border-radius: 15px;
padding: 20px 40px;
padding-right: 20px;
border-radius: 8px;
}
#notSignedIn{
display: none;
opacity: 0;
text-align: center;
}
#notSignedIn h1 {
margin: 0 auto;
text-align: center;
width: 80%;
margin-bottom: 10px;
color: #4990E2;
}
#quickstart-button {
margin: 0 auto;
}
#icons{
float: right;
}
#profile-pic {
border-radius: 15px;
height: 30px;
width: 30px;
-webkit-transition: .4s;
transition: .4s;
}
#icons img{
-webkit-transition: .4s;
transition: .4s;
margin-right: 10px;
}
#notSignedIn {
display: none;
opacity: 0;
-webkit-transition: .4s;
transition: .4s;
}
#hands{
height: 40px;
margin-top: 17px;
margin-left: 10px;
}
#icons {
display: flex;
align-items: center;
}
#settings{
height: 20px;
/*margin-top: 10px;*/
vertical-align: center;
}