commento-input.scss: remove unused approve and delete classes
This commit is contained in:
parent
e70546fb56
commit
24ddf0657b
@ -58,31 +58,12 @@ textarea {
|
|||||||
will-change: transform;
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-approve-button,
|
|
||||||
.commento-delete-button,
|
|
||||||
.commento-submit-button {
|
|
||||||
margin-top: 10px;
|
|
||||||
font-size: 14px;
|
|
||||||
width: -moz-fit-content;
|
|
||||||
width: -webkit-fit-content;
|
|
||||||
width: -ms-fit-content;
|
|
||||||
width: -o-fit-content;
|
|
||||||
width: fit-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
.commento-submit-button {
|
.commento-submit-button {
|
||||||
float: right;
|
float: right;
|
||||||
background: $blue-8;
|
background: $blue-8;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
margin-top: 10px;
|
||||||
|
|
||||||
.commento-approve-button {
|
|
||||||
background: $green-7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.commento-delete-button {
|
|
||||||
background: $red-7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-button-margin {
|
.commento-button-margin {
|
||||||
|
Loading…
Reference in New Issue
Block a user