Contact page form from guidelines

This commit is contained in:
Moris Zen
2018-08-23 01:25:02 +02:00
parent 4d7b29f32a
commit 8f1e279723
6 changed files with 889 additions and 56 deletions

View File

@@ -52,6 +52,15 @@
);
}
.bg-contact-form {
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
RGBA(112, 92, 182, 1) 0%,
RGBA(57, 57, 144, 1) 100%
);
}
.bg-saburly svg {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
@@ -98,3 +107,7 @@
.border-bottom-saburly {
border-bottom: 2px solid #e3e3e3;
}
.border-contact {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}