Server : Apache/2 System : Linux server1.tkcorporation.co.th 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 i686 User : ifixit ( 537) PHP Version : 5.3.29 Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source Directory : /home/ifixit/public_html/assets/scss/layout/ |
// Styling for the contact section section#contact { background-color: $gray-900; background-image: url('../img/map-image.png'); background-repeat: no-repeat; background-position: center; .section-heading { color: $white; } .form-group { margin-bottom: 25px; input, textarea { padding: 20px; } input.form-control { height: auto; } textarea.form-control { height: 248px; } } .form-control:focus { border-color: $primary; box-shadow: none; } ::-webkit-input-placeholder { font-weight: 700; color: $gray-400; @include heading-font; } :-moz-placeholder { font-weight: 700; color: $gray-400; @include heading-font; } ::-moz-placeholder { font-weight: 700; color: $gray-400; @include heading-font; } :-ms-input-placeholder { font-weight: 700; color: $gray-400; @include heading-font; } }