1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 10:55:40 -04:00
Files
commento/frontend/sass/commento-oauth.scss
2019-04-20 21:10:07 -04:00

49 lines
926 B
SCSS

@import "colors-main.scss";
.commento-oauth-buttons-container {
display: flex;
justify-content: center;
.commento-oauth-buttons {
align-items: center;
position: absolute;
z-index: 1;
display: contents;
.commento-google-button {
background: #dd4b39;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
.commento-github-button {
background: #000000;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
.commento-twitter-button {
background: #00aced;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
.commento-gitlab-button {
background: #fc6d26;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
.commento-sso-button {
background: #000000;
text-transform: uppercase;
font-size: 13px;
width: 200px;
}
}
}