Add: contact form styling

This commit is contained in:
Aroy-Art 2022-02-02 10:12:04 +01:00
parent cc1eb49299
commit 4f822f6445
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -1508,6 +1508,20 @@ img.loaded video.loaded {
justify-content: center;
}
/*==================================================================
Contact Form
==================================================================*/
.form-control {
color: #57cbcc;
border: solid 5px;
transition: border-color .5s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
border-color: #FF00BA;
}
/*==================================================================
Social sharing buttons from Sharingbuttons.io