commento-login.scss: remove faux shadow from login box
This commit is contained in:
parent
8820dcd59e
commit
1cce90dcf2
@ -13,9 +13,6 @@
|
|||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
background: $gray-1;
|
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;
|
z-index: 100;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@import "source-sans.scss";
|
@import "source-sans.scss";
|
||||||
|
|
||||||
.commento-root-min-height {
|
.commento-root-min-height {
|
||||||
min-height: 350px;
|
min-height: 430px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-root-font {
|
.commento-root-font {
|
||||||
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.commento-blurred {
|
.commento-blurred {
|
||||||
filter: blur(4px);
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commento-main-area {
|
.commento-main-area {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
.commento-input {
|
.commento-input {
|
||||||
display: inline;
|
display: inline;
|
||||||
height: 30px;
|
height: 40px;
|
||||||
background: $white;
|
background: $white;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user