Design upgrades, responsiveness and tweaks

This commit is contained in:
Moris Zen
2018-08-22 23:05:41 +02:00
parent 6754263181
commit a4ce786dcc
7 changed files with 33 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
}
.bg-saburly-lighter {
background: rgba(132, 72, 247, 0.04);
background: rgba(245, 247, 250, 1);
}
.bg-saburly-light {
@@ -20,6 +20,18 @@
);
}
.bg-saburly-light-header {
background: #5640a6;
@media (min-width: 992px) {
background: linear-gradient(
90deg,
rgba(255, 255, 255, 1) 0%,
rgba(245, 247, 250, 0.7) 49%,
rgba(245, 247, 250, 1) 100%
);
}
}
.bg-saburly-fadeout {
background: rgb(255, 255, 255);
background: linear-gradient(
@@ -50,7 +62,7 @@
}
.bg-saburly-dark {
background-color: #210b44;
background-color: #393990;
}
.bg-saburly svg,