Clean up OAuth buttons
This commit is contained in:
parent
b3c4db0cf9
commit
1fe6ce6f8c
2 changed files with 24 additions and 5 deletions
|
@ -224,6 +224,26 @@ a.label {
|
|||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.btn-facebook {
|
||||
background-color: #325c99;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.btn-github {
|
||||
background-color: #4c4c4c;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.btn-google {
|
||||
background-color: #dd4b39;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.btn-twitter {
|
||||
background-color: #02acec;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@media (max-width:1000px) {
|
||||
.ace_content {
|
||||
padding: 3px;
|
||||
|
@ -285,6 +305,5 @@ a.label {
|
|||
background-color: #3498db;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue