-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
53 lines (42 loc) · 1021 Bytes
/
main.css
File metadata and controls
53 lines (42 loc) · 1021 Bytes
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
.btn-facebook {
background-color: #3b5998;
color: white;
}
.btn-facebook:hover {
background-color: #304d8a;
}
.btn-facebook:active {
background-color: #2d4373;
}
.btn-facebook:focus {
-webkit-box-shadow: 0px 0em 0px 0.2rem rgba(59, 88, 152, 0.15) !important;
box-shadow: 0px 0em 0px 0.2rem rgba(59, 88, 152, 0.15) !important;
}
.btn-google {
background-color: #DD4B39;
color: white;
}
.btn-google:hover {
background-color: #e0321c;
}
.btn-google:active {
background-color: #c23321;
}
.btn-google:focus {
-webkit-box-shadow: 0px 0em 0px 0.2rem rgba(221, 76, 57, 0.15) !important;
box-shadow: 0px 0em 0px 0.2rem rgba(221, 76, 57, 0.15) !important;
}
.btn-github {
background-color: #808080;
color: white;
}
.btn-google:github {
background-color: #837a7a;
}
.btn-google:github {
background-color: #686868;
}
.btn-google:github {
-webkit-box-shadow: 0px 0em 0px 0.2rem rgba(127, 127, 127, 0.15) !important;
box-shadow: 0px 0em 0px 0.2rem rgba(127, 127, 127, 0.15) !important;
}