Design tweaks, font changes and coloring
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user