-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
79 lines (74 loc) · 1.56 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
svg.apps{
width: 24;
height: 24;
}
a.signIn {
font-family: Google Sans,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
color: #fff;
font-weight: 500;
font-size: 14px;
letter-spacing: .25px;
line-height: 16px;
margin-left: 10px;
margin-right: 8px;
min-width: 96px;
padding: 9px 23px;
text-align: center;
vertical-align: middle;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #4285f4;
outline: none;
background: #4285f4;
background: -moz-linear-gradient(top,#4387fd,#4683ea);
background: linear-gradient(top,#4387fd,#4683ea);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=0);
}
a:hover {
text-decoration: underline;
}
a {
display: inline-block;
padding: 5px;
margin: 0 5px;
margin-left: 5px;
color: #222;
text-decoration: none;
}
div.googleImg{
min-height: 92px;
position: relative;
margin-top: auto;
display: flex;
flex-direction: column;
align-items: center;
max-height: 290px;
height: calc(100% - 560px);
}
div.top_right_buttons{
position:relative
}
div.top_push_right{
float: right;
}
div.top_end{
flex-grow: 1;
align-items: center;
display: flex;
float: right;
justify-content: flex-end;
}
div.top {
align-items: center;
display: flex;
}
div{
display: block;
}
body, input, button {
font-size: 14px;
font-family: arial,sans-serif;
color: #222;
}