| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/back/scss/ |
Upload File : |
// Styling for the contact page
.floating-label-form-group {
font-size: 14px;
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid $gray-300;
input,
textarea {
font-size: 1.5em;
position: relative;
z-index: 1;
padding: 0;
resize: none;
border: none;
border-radius: 0;
background: none;
box-shadow: none !important;
@include serif-font;
&::-webkit-input-placeholder {
color: $gray-600;
@include serif-font;
}
}
label {
font-size: 0.85em;
line-height: 1.764705882em;
position: relative;
z-index: 0;
top: 2em;
display: block;
margin: 0;
-webkit-transition: top 0.3s ease, opacity 0.3s ease;
-moz-transition: top 0.3s ease, opacity 0.3s ease;
-ms-transition: top 0.3s ease, opacity 0.3s ease;
transition: top 0.3s ease, opacity 0.3s ease;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
}
.help-block {
margin: 15px 0;
}
}
.floating-label-form-group-with-value {
label {
top: 0;
opacity: 1;
}
}
.floating-label-form-group-with-focus {
label {
color: $primary;
}
}
form .form-group:first-child .floating-label-form-group {
border-top: 1px solid $gray-300;
}
| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |