39 lines
996 B
Sass
39 lines
996 B
Sass
|
||
// Form
|
||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
|
||
|
||
select
|
||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat
|
||
padding-right: 3.0rem
|
||
|
||
&:focus
|
||
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>')
|
||
|
||
textarea
|
||
min-height: 6.5rem
|
||
width: 100%
|
||
|
||
input, 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
|