mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:54:22 +01:00
Add: contact form styling
This commit is contained in:
parent
cc1eb49299
commit
4f822f6445
1 changed files with 14 additions and 0 deletions
|
@ -1508,6 +1508,20 @@ img.loaded video.loaded {
|
||||||
justify-content: center;
|
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
|
Social sharing buttons from Sharingbuttons.io
|
||||||
|
|
Loading…
Reference in a new issue