lib.itmens/common/static/sass/_Form.sass
2023-04-25 09:12:18 -04:00

35 lines
536 B
Sass
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Form
//
select
padding-right: 3.0rem
textarea
min-height: 6.5rem
width: 100%
select
width: 100%
label,
legend
display: block
// font-size: 1.6rem
// font-weight: 700
margin-bottom: .5rem
fieldset
border-width: 0
padding: 0
input[type='checkbox'],
input[type='radio']
display: inline
.label-inline
display: inline-block
font-weight: normal
margin-left: .5rem