Skip to content

Commit a82594a

Browse files
authored
Merge pull request #2264 from citizenos/#1490
#1490
2 parents 74baea2 + 4b60af2 commit a82594a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,8 @@ html {
724724
z-index: 3;
725725
background: linear-gradient(
726726
180deg,
727-
rgba(255, 255, 255, 0) 0%,
728-
rgba(255, 255, 255, 0.9) 100%
727+
rgba(255, 255, 255, 0.3) 0%,
728+
rgba(255, 255, 255, 1) 100%
729729
);
730730
height: 144px;
731731

@@ -743,9 +743,9 @@ html {
743743
}
744744
button {
745745
position: absolute;
746-
bottom: 16px;
746+
bottom: 0px;
747747
width: calc(100% - 48px);
748-
box-shadow: 0px 8px 20px 0px rgba(220, 231, 240, 0.3);
748+
box-shadow: 0px -4px 10px rgba(220, 231, 240, 0.3);
749749
path {
750750
fill: none;
751751
}

0 commit comments

Comments
 (0)