Add styling and restructure of markup

This commit is contained in:
Moris Zen
2018-07-03 10:52:51 +02:00
parent e5287ac835
commit 602e556a1c
8 changed files with 413 additions and 495 deletions

View File

@@ -1,8 +1,13 @@
.bg-saburly-default {
.bg-saburly-blue {
background: rgb(69,76,183);
background: linear-gradient(90deg, rgba(69,76,183,1) 0%, rgba(157,163,255,1) 100%);
}
.bg-saburly-blue svg {
position: absolute;
bottom: 0;
}
.btn-saburly-green {
background: rgb(0,255,252);
background: linear-gradient(150deg, rgba(0,255,252,1) 0%, rgba(0,177,186,1) 55%);