commento/frontend/sass/commento-oauth.scss

44 lines
836 B
SCSS
Raw Normal View History

@import "colors-main.scss";
.commento-oauth-buttons-container {
display: flex;
justify-content: center;
.commento-oauth-buttons {
display: flex;
flex-direction: column;
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;
}
2019-02-23 10:23:24 +08:00
.commento-twitter-button {
background: #00aced;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
2019-02-23 10:54:08 +08:00
.commento-gitlab-button {
background: #fc6d26;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
}
}