mirror of
https://github.com/fergalmoran/ferglie.git
synced 2025-12-22 09:17:55 +00:00
122 lines
2.0 KiB
CSS
Executable File
122 lines
2.0 KiB
CSS
Executable File
.login_modal_footer {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.login_modal_header .modal-title {
|
|
text-align: center;
|
|
font-family: 'Philosopher', sans-serif;
|
|
}
|
|
|
|
.form-group {
|
|
position: relative;
|
|
}
|
|
|
|
.form-group .login-field-icon {
|
|
font-size: 20px;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 3px;
|
|
transition: all 0.25s ease 0s;
|
|
padding-top: 2%;
|
|
}
|
|
|
|
.login-modal {
|
|
width: 100%;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.login_modal_header, .login_modal_footer {
|
|
background: #00BB64 !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.modal-register-btn {
|
|
margin: 4% 33% 2% 33%;
|
|
width: 100%;
|
|
}
|
|
|
|
.login-modal input {
|
|
height: 40px;
|
|
box-shadow: none;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.modal-body-left {
|
|
float: left;
|
|
width: 50%;
|
|
padding-right: 4%;
|
|
border-right: 4px solid #ddd;
|
|
}
|
|
|
|
.modal-body-right {
|
|
float: right;
|
|
width: 47%;
|
|
}
|
|
|
|
.login-link {
|
|
padding: 0 20%;
|
|
}
|
|
|
|
.modal-social-icons {
|
|
padding: 0 10%;
|
|
}
|
|
|
|
.facebook, .twitter, .google, .linkedin {
|
|
width: 100%;
|
|
height: 40px;
|
|
padding-top: 2%;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.modal-icons {
|
|
margin-left: -10px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.google, .google:hover {
|
|
background-color: #dd4b39;
|
|
border: 2px solid #dd4b39;
|
|
color: #fff;
|
|
}
|
|
|
|
.twitter, .twitter:hover {
|
|
background-color: #00aced;
|
|
border: 2px solid #00aced;
|
|
color: #fff;
|
|
}
|
|
|
|
.facebook, .facebook:hover {
|
|
background-color: #3b5999;
|
|
border: 2px solid #3b5999;
|
|
color: #fff;
|
|
}
|
|
|
|
.linkedin, .linkedin:hover {
|
|
background-color: #007bb6;
|
|
border: 2px solid #007bb6;
|
|
color: #fff;
|
|
}
|
|
|
|
#social-icons-conatainer {
|
|
position: relative;
|
|
}
|
|
|
|
#center-line {
|
|
position: absolute;
|
|
right: 265.7px;
|
|
top: 80px;
|
|
background: #ddd;
|
|
border: 4px solid #DDDDDD;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.modal-login-btn {
|
|
width: 100%;
|
|
height: 40px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#modal-launcher {
|
|
margin: 30% 0 0 30%;
|
|
}
|