commento.scss: unset previously defined CSS
This commit is contained in:
parent
e0f188909f
commit
27caa60e0c
@ -25,6 +25,7 @@ textarea::placeholder {
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
white-space: pre;
|
||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -7,8 +7,11 @@
|
|||||||
.commento-root {
|
.commento-root {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
all: unset;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
all: unset;
|
||||||
|
display: block;
|
||||||
font-family: "Source Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
|
font-family: "Source Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
|
||||||
.commento-input {
|
.commento-input {
|
||||||
height: 40px;
|
display: inline;
|
||||||
|
height: 30px;
|
||||||
background: $white;
|
background: $white;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user