1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

commento-oauth.scss: move oauth button styling to file

This commit is contained in:
Adhityaa Chandrasekar
2019-02-13 00:58:01 -05:00
parent 4ceb85ae51
commit e70546fb56
3 changed files with 28 additions and 40 deletions

View File

@ -0,0 +1,27 @@
@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;
}
.commento-github-button {
background: #000000;
text-transform: uppercase;
font-size: 13px;
}
}
}