| .. | |||||
| _animation.scss | |||||
| _bg-colors.scss | |||||
| _breadcrumb.scss | |||||
| _buttons.scss | |||||
| _forms.scss | |||||
| _helpers.scss | |||||
| _icons.scss | |||||
| _lists.scss | |||||
| _pagetitle.scss | |||||
| _pagination.scss | |||||
| _preloader.scss | |||||
| _tabs.scss | |||||
| _typography.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/promosi/assets/scss/layout/ |
Upload File : |
/*---------------------------
Forms
----------------------------*/
label {
font-weight: 700;
line-height: 1;
margin-bottom: 10px;
color: $color-heading;
&.error {
font-size: 14px;
font-weight: 400;
color: red;
margin-bottom: 0;
margin-top: 7px;
}
}
.form-group {
position: relative;
margin-bottom: 30px;
}
.form-control {
height: 55px;
border: 1px solid #f4f4f4;
background-color: #f4f4f4;
border-radius: 1px;
padding: 0 0 0 20px;
border-radius: 3px;
&:focus {
background-color: #f4f4f4;
border-color: $color-theme;
}
}
textarea.form-control {
min-height: 105px;
padding-top: 10px;
}
.form-control::-webkit-input-placeholder {
color: $color-body;
}
.form-control:-moz-placeholder {
color: $color-body;
}
.form-control::-moz-placeholder {
color: $color-body;
}
.form-control:-ms-input-placeholder {
color: $color-body;
}
.form__title {
font-size: 18px;
line-height: 1;
margin-bottom: 20px;
}
/* Input Radio */
.label-radio {
display: block;
position: relative;
padding-left: 26px;
margin-bottom: 0;
cursor: pointer;
font-size: 13px;
font-weight: 400;
color: $color-body;
}
.label-radio input {
position: absolute;
z-index: -1;
opacity: 0;
}
.radio-indicator {
position: absolute;
top: -1px;
left: 0;
height: 17px;
width: 17px;
background: transparent;
border: 2px solid #eaeaea;
border-radius: 50%;
}
.label-radio input:checked~.radio-indicator {
background: transparent;
}
.label-radio:hover input:not([disabled]):checked~.radio-indicator,
.label-radio input:checked:focus~.radio-indicator {
background: transparent;
}
.radio-indicator:after {
content: '';
position: absolute;
display: none;
left: 3px;
top: 3px;
height: 7px;
width: 7px;
border-radius: 50%;
background: $color-theme;
}
.label-radio input:checked~.radio-indicator:after {
display: block;
}
.nice-select {
width: 100%;
margin-bottom: 30px;
.current {
line-height: 55px;
color: $color-body;
}
}
/* Extra Small Devices */
@include xs-sm-screens {
.form-group,
.nice-select {
margin-bottom: 20px;
}
}| .. | |||||
| _animation.scss | |||||
| _bg-colors.scss | |||||
| _breadcrumb.scss | |||||
| _buttons.scss | |||||
| _forms.scss | |||||
| _helpers.scss | |||||
| _icons.scss | |||||
| _lists.scss | |||||
| _pagetitle.scss | |||||
| _pagination.scss | |||||
| _preloader.scss | |||||
| _tabs.scss | |||||
| _typography.scss |