commento.scss: unset previously defined CSS

This commit is contained in:
Adhityaa Chandrasekar 2019-02-20 10:44:53 -05:00
parent e0f188909f
commit 27caa60e0c
3 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,7 @@ textarea::placeholder {
textarea {
display: inline-block;
white-space: pre;
font-family: 'Source Sans Pro', sans-serif;
padding: 8px;
outline: none;

View File

@ -7,8 +7,11 @@
.commento-root {
overflow-x: hidden;
padding: 0px;
all: unset;
* {
all: unset;
display: block;
font-family: "Source Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
font-size: 15px;
line-height: 1.5;

View File

@ -15,7 +15,8 @@
max-width: 400px;
.commento-input {
height: 40px;
display: inline;
height: 30px;
background: $white;
border: none;
outline: none;