styled form fields
This commit is contained in:
parent
bf03d8f71c
commit
eba7732a34
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -472,12 +472,12 @@ $input-background: scale-color($primary-color, $lightness: 95%);
|
|||
$input-background-focus: scale-color($primary-color, $lightness: 85%);
|
||||
$input-background-disabled: $light-gray;
|
||||
$input-border: 1px solid $medium-gray;
|
||||
$input-border-focus: 1px solid $dark-gray;
|
||||
$input-border-focus: 1px solid $input-background-focus;
|
||||
$input-padding: $form-spacing / 2;
|
||||
$input-shadow: inset 0 1px 2px rgba($black, 0.1);
|
||||
$input-shadow-focus: 0 0 5px $medium-gray;
|
||||
$input-shadow: none;// inset 0 1px 2px rgba($black, 0.1);
|
||||
$input-shadow-focus: none; //0 0 5px $medium-gray;
|
||||
$input-cursor-disabled: not-allowed;
|
||||
$input-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
|
||||
$input-transition: none;//box-shadow 0.5s, border-color 0.25s ease-in-out;
|
||||
$input-number-spinners: true;
|
||||
$input-radius: $global-radius;
|
||||
$form-button-radius: $global-radius;
|
||||
|
|
|
@ -14,12 +14,7 @@ button,.button {
|
|||
}
|
||||
}
|
||||
}
|
||||
//.dropdown.menu{
|
||||
// .button{
|
||||
// min-width: unset;
|
||||
// a {
|
||||
// padding: 0.5rem;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
.wpcf7-form-control[type="submit"] {
|
||||
@extend .button;
|
||||
min-width: unset;
|
||||
}
|
||||
|
|
|
@ -472,12 +472,12 @@ $input-background: scale-color($primary-color, $lightness: 95%);
|
|||
$input-background-focus: scale-color($primary-color, $lightness: 85%);
|
||||
$input-background-disabled: $light-gray;
|
||||
$input-border: 1px solid $medium-gray;
|
||||
$input-border-focus: 1px solid $dark-gray;
|
||||
$input-border-focus: 1px solid $input-background-focus;
|
||||
$input-padding: $form-spacing / 2;
|
||||
$input-shadow: inset 0 1px 2px rgba($black, 0.1);
|
||||
$input-shadow-focus: 0 0 5px $medium-gray;
|
||||
$input-shadow: none;// inset 0 1px 2px rgba($black, 0.1);
|
||||
$input-shadow-focus: none; //0 0 5px $medium-gray;
|
||||
$input-cursor-disabled: not-allowed;
|
||||
$input-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
|
||||
$input-transition: none;//box-shadow 0.5s, border-color 0.25s ease-in-out;
|
||||
$input-number-spinners: true;
|
||||
$input-radius: $global-radius;
|
||||
$form-button-radius: $global-radius;
|
||||
|
|
|
@ -14,12 +14,7 @@ button,.button {
|
|||
}
|
||||
}
|
||||
}
|
||||
//.dropdown.menu{
|
||||
// .button{
|
||||
// min-width: unset;
|
||||
// a {
|
||||
// padding: 0.5rem;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
.wpcf7-form-control[type="submit"] {
|
||||
@extend .button;
|
||||
min-width: unset;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue