-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (99 loc) · 1.65 KB
/
style.css
File metadata and controls
114 lines (99 loc) · 1.65 KB
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
.navbar-google{
list-style-type: none;
display: flex;
flex-direction: row;
justify-content: end;
}
.navbar-item-google{
margin: 10px;
}
.center-div{
display: flex;
justify-content: center;
}
.rounded-input{
display: flex;
z-index: 3;
height: 44px;
background: #ffffff;
border: 1px solid #dfe1e5;
box-shadow: none;
border-radius: 24px;
margin: 0 auto;
margin-top: 30px;
/*width: 638px;*/
width: 584px;
max-width: 584px;
}
.btn-google{
background-color: #f8f9fa;
border: 1px solid #f8f9fa;
border-radius: 4px;
color: #3c4043;
font-family: arial,sans-serif;
font-size: 14px;
margin: 11px 4px;
padding: 0 16px;
line-height: 27px;
height: 36px;
min-width: 54px;
text-align: center;
cursor: pointer;
user-select: none;
}
.h1-advanced{
color: #d93025;
font-size: 20px;
margin: 25px 35px;
}
.line{
border-color: #3c4043;
/*border-bottom: 1px solid #ebebeb;*/
}
.h2-advanced{
font-size: 16px;
color:#333333
}
.div-advanced{
margin: 50px;
}
.row-input{
display: flex;
flex-direction: row;
align-items: center;
margin-top: 8px;
}
.left{
width: 200px;
}
.right{
width: 385px;
}
.btn-advanced{
box-shadow: none;
background-color:#4d90fe;
border: 1px solid #3079ed;
color: #fff;
}
.btn-div{
display: flex;
justify-content: flex-end;
width: 585px;
margin-top: 15px;
}
a:link {
color: black;
text-decoration: none;
}
/* visited link */
a:visited {
color: black;
}
/* mouse over link */
a:hover {
color: blue;
}
/* selected link */
a:active {
color: black;
}