Design tweaks, font changes and coloring

This commit is contained in:
Moris Zen
2018-08-23 17:14:43 +02:00
parent 2df21e68ea
commit 5cefa3e8d0
12 changed files with 153 additions and 92 deletions

View File

@@ -8,15 +8,15 @@
}
.bg-saburly-lighter {
background: rgba(245, 247, 250, 1);
background: rgba(235, 235, 234, 0.4);
}
.bg-saburly-light {
background: linear-gradient(
90deg,
rgba(255, 255, 255, 1) 0%,
rgba(245, 247, 250, 0.7) 49%,
rgba(245, 247, 250, 1) 100%
rgba(235, 235, 234, 0.4) 0%,
rgba(235, 235, 234, 0.4) 49%,
rgba(235, 235, 234, 0.4) 100%
);
}
@@ -25,9 +25,9 @@
@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%
rgba(235, 235, 234, 0.4) 0%,
rgba(235, 235, 234, 0.4) 49%,
rgba(235, 235, 234, 0.4) 100%
);
}
}
@@ -37,8 +37,7 @@
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 0%,
rgba(245, 247, 250, 0.7) 49%,
rgba(245, 247, 250, 1) 100%
rgba(235, 235, 234, 0.4) 100%
);
}
@@ -112,7 +111,7 @@
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.border-saburly-header {
.bg-saburly-light-header {
@media (max-width: 991px) {
box-shadow: 0 4px 2px -2px #000000;
}