mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
Email field styling
This commit is contained in:
parent
7d95b8a525
commit
e3d666aa96
1 changed files with 7 additions and 32 deletions
|
@ -45,38 +45,6 @@ body{
|
||||||
.me-5{
|
.me-5{
|
||||||
margin-right: 225px !important;
|
margin-right: 225px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.m-4{
|
|
||||||
margin: 150px !important;
|
|
||||||
}
|
|
||||||
.mb-4{
|
|
||||||
margin-bottom: 150px !important;
|
|
||||||
}
|
|
||||||
.mt-4{
|
|
||||||
margin-top: 150px !important;
|
|
||||||
}
|
|
||||||
.ms-4{
|
|
||||||
margin-left: 150px !important;
|
|
||||||
}
|
|
||||||
.me-4{
|
|
||||||
margin-right: 150px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.m-3{
|
|
||||||
margin: 75px !important;
|
|
||||||
}
|
|
||||||
.mb-3{
|
|
||||||
margin-bottom: 75px !important;
|
|
||||||
}
|
|
||||||
.mt-3{
|
|
||||||
margin-top: 75px !important;
|
|
||||||
}
|
|
||||||
.ms-3{
|
|
||||||
margin-left: 75px !important;
|
|
||||||
}
|
|
||||||
.me-3{
|
|
||||||
margin-right: 75px !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navbar General */
|
/* Navbar General */
|
||||||
|
@ -329,6 +297,13 @@ hr{
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-email:focus{
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
color: #fff;
|
||||||
|
outline: none !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.social-box{
|
.social-box{
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
border: 2px solid #949494;
|
border: 2px solid #949494;
|
||||||
|
|
Loading…
Reference in a new issue