Stylistic and text changes
This commit is contained in:
@@ -35,6 +35,20 @@ body {
|
||||
);
|
||||
}
|
||||
|
||||
.bg-saburly-fadeout-up {
|
||||
background: rgb(255, 255, 255);
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(237, 233, 245, 0.5) 0%,
|
||||
rgba(255, 255, 255, 1) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.bg-saburly-fadeout-up svg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bg-saburly svg {
|
||||
-moz-transform: scaleX(-1);
|
||||
-o-transform: scaleX(-1);
|
||||
|
||||
Reference in New Issue
Block a user