You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sup_File/scss/pro/_forms.scss

28 lines
547 B
SCSS

// FORMS PRO
// hide default radio / checkbox
%hide-radio-checkbox {
position: absolute;
left: -9999px;
visibility: hidden;
}
%base-radio-checkbox-label {
position: relative;
padding-left: 35px;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 1rem;
}
.form-header {
@extend .z-depth-1-half;
color: $form-header-color;
text-align: center;
margin-top: $form-header-mt;
margin-bottom: $form-header-mb;
padding: $form-header-padding;
border-radius: $form-header-border-radius;
}