Restructuring and styling services and index pages

This commit is contained in:
Moris Zen
2018-08-08 18:10:40 +02:00
parent 53e87a903b
commit 955b05667e
12 changed files with 419 additions and 145 deletions

View File

@@ -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;
}