Stylistic changes for services

This commit is contained in:
Moris Zen
2018-08-08 12:34:02 +02:00
parent 0e5a2f40c5
commit 53e87a903b
11 changed files with 1476 additions and 89 deletions

View File

@@ -11,8 +11,8 @@
background: linear-gradient(
90deg,
rgba(255, 255, 255, 1) 1%,
rgba(250, 249, 252, 1) 49%,
rgba(237, 233, 245, 1) 100%
rgba(243, 246, 248, 0.7) 49%,
rgba(241, 245, 248, 1) 100%
);
}
@@ -21,7 +21,7 @@
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 0%,
rgba(237, 233, 245, 0.5) 100%
rgba(241, 245, 248, 0.7) 100%
);
}
@@ -29,16 +29,11 @@
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
rgba(237, 233, 245, 0.5) 0%,
rgba(241, 245, 248, 0.7) 0%,
rgba(255, 255, 255, 1) 100%
);
}
.bg-saburly-fadeout-up svg {
position: absolute;
top: 0;
}
.bg-saburly svg {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);