fixed color gradiant display in Safari

This commit is contained in:
Linda 2018-09-21 09:53:58 -04:00
parent 56fd5c7ed7
commit 8bc158118e

View file

@ -1,5 +1,7 @@
@import "../../../colors";
$cross-browser-transparent: hsla(0, 0, 100, 0);
.compose-comment {
width: 100%;
@ -172,7 +174,7 @@
position: absolute;
bottom: 0;
background: linear-gradient(
transparent,
$cross-browser-transparent,
$ui-light-primary
);
width: 100%;
@ -188,7 +190,7 @@
margin-bottom: 24px;
width: 100%;
overflow: hidden;
text-align: center;
text-align: center;
&:before,
&:after {
@ -211,4 +213,3 @@
margin-right: -50%;
}
}