Restructuring and styling services and index pages
This commit is contained in:
@@ -7,12 +7,16 @@
|
||||
);
|
||||
}
|
||||
|
||||
.bg-saburly-lighter {
|
||||
background: rgba(132, 72, 247, 0.04);
|
||||
}
|
||||
|
||||
.bg-saburly-light {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(255, 255, 255, 1) 1%,
|
||||
rgba(243, 246, 248, 0.7) 49%,
|
||||
rgba(241, 245, 248, 1) 100%
|
||||
rgba(255, 255, 255, 1) 0%,
|
||||
rgba(245, 247, 250, 0.7) 49%,
|
||||
rgba(245, 247, 250, 1) 100%
|
||||
);
|
||||
}
|
||||
|
||||
@@ -21,7 +25,8 @@
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(255, 255, 255, 1) 0%,
|
||||
rgba(241, 245, 248, 0.7) 100%
|
||||
rgba(245, 247, 250, 0.7) 49%,
|
||||
rgba(245, 247, 250, 1) 100%
|
||||
);
|
||||
}
|
||||
|
||||
@@ -29,7 +34,8 @@
|
||||
background: rgb(255, 255, 255);
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(241, 245, 248, 0.7) 0%,
|
||||
rgba(242, 242, 242, 1) 0%,
|
||||
rgba(242, 242, 242, 0.5) 49%,
|
||||
rgba(255, 255, 255, 1) 100%
|
||||
);
|
||||
}
|
||||
@@ -76,3 +82,7 @@
|
||||
.client-logo {
|
||||
max-height: 3rem;
|
||||
}
|
||||
|
||||
.border-bottom-saburly {
|
||||
border-bottom: 2px solid #e3e3e3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user