This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/css/webform.element.toggle.css
2018-11-23 12:29:20 +00:00

43 lines
716 B
CSS

/**
* @file
* Toggle element styles.
*/
html.js .form-type-webform-toggle .form-checkbox {
display: none;
}
html.js .form-type-webform-toggle label.option {
display: block;
float: left;
}
html.js .form-type-webform-toggle label + input + .toggle {
margin: 2px 0;
}
html.js .toggle {
display: block;
float: left;
margin: 2px .5em 2px 0;
text-transform: uppercase;
}
html.js .toggle.toggle-small,
html.js .toggle.toggle-small + label {
height: 16px;
line-height: 16px;
}
html.js .toggle.toggle-medium,
html.js .toggle.toggle-medium+ label {
height: 24px;
line-height: 24px;
}
html.js .toggle.toggle-large,
html.js .toggle.toggle-large + label {
height: 36px;
line-height: 36px;
}