Design upgrades, responsiveness and tweaks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user