You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
form {
|
|
.button-wrapper {
|
|
margin-top: 0.75rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
span.required {
|
|
color: $error-color;
|
|
font-weight: 700;
|
|
font-size: 150%;
|
|
}
|
|
|
|
.form-input[type=range] {
|
|
appearance: slider-horizontal;
|
|
&:focus {
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
}
|
|
} |