mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fixed color gradiant display in Safari
This commit is contained in:
parent
56fd5c7ed7
commit
8bc158118e
1 changed files with 4 additions and 3 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue