Contact page form from guidelines
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user