Sha256: 8110f54c7f59cba4a69445d5b8ff2367be7350685465172cb62af2acc6cb8d46

Contents?: true

Size: 965 Bytes

Versions: 18

Compression:

Stored size: 965 Bytes

Contents

// Toadstool core v0.0.0.1
// This document is not to be edited as it will be versioned
// -----------------------------------------------------------------


////////////// Form mixins ////////////////
// ---------------------------------------

@mixin field_focus {
	&:hover {
		border-color: $form_field_focus_border_color;
	}
	&:focus {
		background-color: $form_field_focus_color;
		border-color: $form_field_focus_border_color;
		outline: none;
	}
}

//////// Form settings //////////



/////////// Alert  mixins //////////////
// -----------------------------------------
@mixin alert_boxes ($background_color, $padding_tb, $padding_l, $padding_r, $margin_bottom: 0) {
	background-color: $background_color;
	@include grid(12,12.25, $grid_uom:combo, $grid_child: alphaomega, $grid_padding_l: $padding_l, $grid_padding_r: $padding_r);
	padding-top: #{$padding_tb / $em}em;
	padding-bottom: #{$padding_tb / $em}em;
	margin-bottom: #{$margin_bottom / $em}em;
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
stipe-0.0.3.9 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.8 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.7 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.6 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.5 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.4 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.3 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.2 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3.1 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.3 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.9 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.8 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.7 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.6 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.5 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.4 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.3 stylesheets/stipe/forms/_mixins.scss
stipe-0.0.2.2 stylesheets/stipe/forms/_mixins.scss