Style changes
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
html {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: scroll;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.bg-saburly-indigo {
|
||||
background: rgb(69, 76, 183);
|
||||
background: linear-gradient(
|
||||
@@ -7,6 +17,16 @@
|
||||
);
|
||||
}
|
||||
|
||||
.bg-saburly-light {
|
||||
background: rgb(69, 76, 183);
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(255, 255, 255, 1) 0%,
|
||||
rgba(241, 245, 248, 1) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.bg-saburly-light svg,
|
||||
.bg-saburly-indigo svg {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user