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

frontend: display anonymous button in textarea

This commit is contained in:
Adhityaa Chandrasekar
2018-12-18 19:46:43 -05:00
parent bcc81e1ad8
commit 87a0c577bb
3 changed files with 45 additions and 18 deletions

View File

@ -16,7 +16,7 @@ textarea::placeholder {
color: #aaa;
font-size: 20px;
display: flex;
line-height: 80px;
line-height: 110px;
justify-content: center;
align-items: center;
text-align: center;
@ -28,7 +28,7 @@ textarea {
padding: 8px;
outline: none;
overflow: auto;
min-height: 100px;
min-height: 130px;
width: 100%;
}
@ -78,7 +78,7 @@ textarea {
.commento-account-buttons-question {
position: absolute;
top: 0.5rem;
top: 10px;
display: block;
text-align: center;
justify-content: center;
@ -124,9 +124,14 @@ textarea {
}
.commento-anonymous-button {
background: #096fa6;
text-transform: uppercase;
display: block;
color: $blue-6;
font-weight: 700;
margin-top: 12px;
font-size: 12px;
cursor: pointer;
text-align: center;
text-transform: uppercase;
}
.commento-blurred-textarea {
@ -154,16 +159,22 @@ textarea {
.commento-create-button {
width: 150px;
background: $pink-9;
text-transform: uppercase;
font-size: 12px;
}
.commento-login-button {
width: 50px;
background: $cyan-9;
text-transform: uppercase;
font-size: 12px;
}
.commento-submit-button {
float: right;
background: $indigo-7;
text-transform: uppercase;
font-size: 12px;
}
.commento-approve-button {

View File

@ -52,7 +52,7 @@
text-align: center;
.commento-login-link {
font-size: 15px;
font-size: 14px;
font-weight: bold;
border-bottom: none;
}