Skip to content

Commit dccbbf6

Browse files
committed
CSS updated for social auth buttons.
1 parent 999ee44 commit dccbbf6

File tree

1 file changed

+175
-0
lines changed

1 file changed

+175
-0
lines changed

junction/static/css/app.css

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8649,6 +8649,181 @@ fieldset[disabled] .btn-github.focus {
86498649
color: #eee;
86508650
background-color: #454545;
86518651
}
8652+
8653+
.btn-twitter {
8654+
color: white;
8655+
background-color: #4099FF;
8656+
border-color: #4585f3;
8657+
}
8658+
.btn-twitter:focus,
8659+
.btn-twitter.focus {
8660+
color: white;
8661+
background-color: #1566f0;
8662+
border-color: #0b47ad;
8663+
}
8664+
.btn-twitter:hover {
8665+
color: white;
8666+
background-color: #1566f0;
8667+
border-color: #0f60ec;
8668+
}
8669+
.btn-twitter:active,
8670+
.btn-twitter.active,
8671+
.open > .dropdown-toggle.btn-twitter {
8672+
color: white;
8673+
background-color: #1566f0;
8674+
border-color: #0f60ec;
8675+
}
8676+
.btn-twitter:active:hover,
8677+
.btn-twitter.active:hover,
8678+
.open > .dropdown-toggle.btn-twitter:hover,
8679+
.btn-twitter:active:focus,
8680+
.btn-twitter.active:focus,
8681+
.open > .dropdown-toggle.btn-twitter:focus,
8682+
.btn-twitter:active.focus,
8683+
.btn-twitter.active.focus,
8684+
.open > .dropdown-toggle.btn-twitter.focus {
8685+
color: white;
8686+
background-color: #0e56d4;
8687+
border-color: #0b47ad;
8688+
}
8689+
.btn-twitter:active,
8690+
.btn-twitter.active,
8691+
.open > .dropdown-toggle.btn-twitter {
8692+
background-image: none;
8693+
}
8694+
.btn-twitter.disabled:hover,
8695+
.btn-twitter[disabled]:hover,
8696+
fieldset[disabled] .btn-twitter:hover,
8697+
.btn-twitter.disabled:focus,
8698+
.btn-twitter[disabled]:focus,
8699+
fieldset[disabled] .btn-twitter:focus,
8700+
.btn-twitter.disabled.focus,
8701+
.btn-twitter[disabled].focus,
8702+
fieldset[disabled] .btn-twitter.focus {
8703+
background-color: #4585f3;
8704+
border-color: #4585f3;
8705+
}
8706+
.btn-twitter .badge {
8707+
color: #4585f3;
8708+
background-color: white;
8709+
}
8710+
.btn-linkedin {
8711+
color: white;
8712+
background-color: #007bb6;
8713+
border-color: #4585f3;
8714+
}
8715+
.btn-linkedin:focus,
8716+
.btn-linkedin.focus {
8717+
color: white;
8718+
background-color: #1566f0;
8719+
border-color: #0b47ad;
8720+
}
8721+
.btn-linkedin:hover {
8722+
color: white;
8723+
background-color: #1566f0;
8724+
border-color: #0f60ec;
8725+
}
8726+
.btn-linkedin:active,
8727+
.btn-linkedin.active,
8728+
.open > .dropdown-toggle.btn-linkedin {
8729+
color: white;
8730+
background-color: #1566f0;
8731+
border-color: #0f60ec;
8732+
}
8733+
.btn-linkedin:active:hover,
8734+
.btn-linkedin.active:hover,
8735+
.open > .dropdown-toggle.btn-linkedin:hover,
8736+
.btn-linkedin:active:focus,
8737+
.btn-linkedin.active:focus,
8738+
.open > .dropdown-toggle.btn-linkedin:focus,
8739+
.btn-linkedin:active.focus,
8740+
.btn-linkedin.active.focus,
8741+
.open > .dropdown-toggle.btn-linkedin.focus {
8742+
color: white;
8743+
background-color: #0e56d4;
8744+
border-color: #0b47ad;
8745+
}
8746+
.btn-linkedin:active,
8747+
.btn-linkedin.active,
8748+
.open > .dropdown-toggle.btn-linkedin {
8749+
background-image: none;
8750+
}
8751+
.btn-linkedin.disabled:hover,
8752+
.btn-linkedin[disabled]:hover,
8753+
fieldset[disabled] .btn-linkedin:hover,
8754+
.btn-linkedin.disabled:focus,
8755+
.btn-linkedin[disabled]:focus,
8756+
fieldset[disabled] .btn-linkedin:focus,
8757+
.btn-linkedin.disabled.focus,
8758+
.btn-linkedin[disabled].focus,
8759+
fieldset[disabled] .btn-linkedin.focus {
8760+
background-color: #4585f3;
8761+
border-color: #4585f3;
8762+
}
8763+
.btn-linkedin .badge {
8764+
color: #4585f3;
8765+
background-color: white;
8766+
}
8767+
8768+
.btn-facebook {
8769+
padding: 6px;
8770+
color: white;
8771+
background-color: #8b9dc3;
8772+
border-color: #3b5998;
8773+
}
8774+
.btn-facebook:focus,
8775+
.btn-facebook.focus {
8776+
color: white;
8777+
background-color: #1566f0;
8778+
border-color: #0b47ad;
8779+
}
8780+
.btn-facebook:hover {
8781+
color: white;
8782+
background-color: #3b5998;
8783+
border-color: #3b5998;
8784+
}
8785+
.btn-facebook:active,
8786+
.btn-facebook.active,
8787+
.open > .dropdown-toggle.btn-facebook {
8788+
color: white;
8789+
background-color: #1566f0;
8790+
border-color: #0f60ec;
8791+
}
8792+
.btn-facebook:active:hover,
8793+
.btn-facebook.active:hover,
8794+
.open > .dropdown-toggle.btn-facebook:hover,
8795+
.btn-facebook:active:focus,
8796+
.btn-facebook.active:focus,
8797+
.open > .dropdown-toggle.btn-facebook:focus,
8798+
.btn-facebook:active.focus,
8799+
.btn-facebook.active.focus,
8800+
.open > .dropdown-toggle.btn-facebook.focus {
8801+
color: white;
8802+
background-color: #0e56d4;
8803+
border-color: #0b47ad;
8804+
}
8805+
.btn-facebook:active,
8806+
.btn-facebook.active,
8807+
.open > .dropdown-toggle.btn-facebook {
8808+
background-image: none;
8809+
}
8810+
.btn-facebook.disabled:hover,
8811+
.btn-facebook[disabled]:hover,
8812+
fieldset[disabled] .btn-facebook:hover,
8813+
.btn-facebook.disabled:focus,
8814+
.btn-facebook[disabled]:focus,
8815+
fieldset[disabled] .btn-facebook:focus,
8816+
.btn-facebook.disabled.focus,
8817+
.btn-facebook[disabled].focus,
8818+
fieldset[disabled] .btn-facebook.focus {
8819+
background-color: #4585f3;
8820+
border-color: #4585f3;
8821+
}
8822+
.btn-facebook .badge {
8823+
color: #4585f3;
8824+
background-color: white;
8825+
}
8826+
86528827
.hr-mini {
86538828
margin: 10px 0;
86548829
}

0 commit comments

Comments
 (0)