Design Changes and tweaks

This commit is contained in:
Moris Zen
2018-08-23 14:18:31 +02:00
parent 8f1e279723
commit 2df21e68ea
7 changed files with 21 additions and 16 deletions

View File

@@ -21,7 +21,7 @@
}
.bg-saburly-light-header {
background: #5640a6;
background: #7444cf;
@media (min-width: 992px) {
background: linear-gradient(
90deg,
@@ -56,7 +56,7 @@
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
RGBA(112, 92, 182, 1) 0%,
RGBA(116, 68, 207, 1) 0%,
RGBA(57, 57, 144, 1) 100%
);
}
@@ -111,3 +111,9 @@
.border-contact {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.border-saburly-header {
@media (max-width: 991px) {
box-shadow: 0 4px 2px -2px #000000;
}
}