Sha256: 26c81d63f356e0940af61d7b140d312267a238962364646815c5b0b6c1f67f7d

Contents?: true

Size: 1.51 KB

Versions: 7

Compression:

Stored size: 1.51 KB

Contents

// Form
// ––––––––––––––––––––––––––––––––––––––––––––––––––

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select
	appearance: none // Removes awkward default styles on some inputs for iOS
	background-color: transparent
	border: .1rem solid $color-quaternary
	border-radius: .4rem
	box-shadow: none
	box-sizing: inherit // Forced to replace inherit values of the normalize.css
	height: 3.8rem
	padding: .6rem 1.0rem // The .6rem vertically centers text on FF, ignored by Webkit
	width: 100%

	&:focus
		border-color: $color-primary
		outline: 0

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

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
alien-minimalistic-0.11.0 _sass/2-base/milligram/_Form.sass
alien-minimalistic-0.10.0 _sass/2-base/milligram/_Form.sass
milligram-1.3.0.0 vendor/assets/stylesheets/milligram/_Form.sass
milligram-1.2.3.0 vendor/assets/stylesheets/milligram/_Form.sass
milligram-1.2.2.0 vendor/assets/stylesheets/milligram/_Form.sass
milligram-1.2.1.0 vendor/assets/stylesheets/milligram/_Form.sass
milligram-1.2.0.0 vendor/assets/stylesheets/milligram/_Form.sass