Adding about us page styling and images
This commit is contained in:
@@ -8,27 +8,17 @@
|
||||
}
|
||||
|
||||
.bg-saburly-lighter {
|
||||
background: rgba(235, 235, 234, 0.4);
|
||||
background: RGBA(248, 248, 248, 1);
|
||||
}
|
||||
|
||||
.bg-saburly-light {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(235, 235, 234, 0.4) 0%,
|
||||
rgba(235, 235, 234, 0.4) 49%,
|
||||
rgba(235, 235, 234, 0.4) 100%
|
||||
);
|
||||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
.bg-saburly-light-header {
|
||||
background: #393990;
|
||||
@media (min-width: 992px) {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(235, 235, 234, 0.4) 0%,
|
||||
rgba(235, 235, 234, 0.4) 49%,
|
||||
rgba(235, 235, 234, 0.4) 100%
|
||||
);
|
||||
background: RGBA(248, 248, 248, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,7 +27,7 @@
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(255, 255, 255, 1) 0%,
|
||||
rgba(235, 235, 234, 0.4) 100%
|
||||
rgba(248, 248, 248, 1) 100%
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user