1
mirror of https://gitlab.com/commento/commento.git synced 2025-04-28 18:40:29 -04:00

commento-oauth.scss: explicitly define button width

This commit is contained in:
Adhityaa Chandrasekar 2019-02-20 10:50:47 -05:00
parent 27caa60e0c
commit 352c93bf88

View File

@ -16,12 +16,14 @@
background: #dd4b39;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
.commento-github-button {
background: #000000;
text-transform: uppercase;
font-size: 13px;
width: 70px;
}
}
}