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