commento-login.scss: remove faux shadow from login box

This commit is contained in:
Adhityaa Chandrasekar 2019-05-01 20:04:25 -04:00
parent 8820dcd59e
commit 1cce90dcf2
3 changed files with 3 additions and 6 deletions

View File

@ -13,9 +13,6 @@
max-width: 500px;
min-height: 100px;
background: $gray-1;
box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
border: 1px solid transparent;
border-radius: 3px;
z-index: 100;
position: absolute;
top: 8px;

View File

@ -1,7 +1,7 @@
@import "source-sans.scss";
.commento-root-min-height {
min-height: 350px;
min-height: 430px;
}
.commento-root-font {
@ -38,7 +38,7 @@
}
.commento-blurred {
filter: blur(4px);
opacity: 0.4;
}
.commento-main-area {

View File

@ -16,7 +16,7 @@
.commento-input {
display: inline;
height: 30px;
height: 40px;
background: $white;
border: none;
outline: none;