Style changes

This commit is contained in:
Moris Zen
2018-07-10 11:47:58 +02:00
parent 09f7b48064
commit 666125499d
9 changed files with 23930 additions and 30 deletions

View File

@@ -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;