Sha256: 5f818037b9681cdc5c11bc213672035e0e7ef96962cc7b3f5ec08dcda5c6bced

Contents?: true

Size: 401 Bytes

Versions: 3

Compression:

Stored size: 401 Bytes

Contents

.btn-flat {
	background-color: transparent;
	box-shadow: none;
	&:after {
		background-color: $offwhite-dark;
		box-shadow: none;
	}
	&.disabled,
	&[disabled],
	fieldset[disabled] & {
		background-color: transparent;
	}
}

// colour
	@each $color in $palette-list-class {
		$i: index($palette-list-class, $color);

		.btn-flat.btn-#{$color} {
			color: nth($palette-list-color, $i) !important;
		}
	}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
material-sass-1.4.1 app/assets/stylesheets/material/components/_button-flat.scss
material-sass-1.4.0 app/assets/stylesheets/material/components/_button-flat.scss
material-sass-1.3.0 app/assets/stylesheets/material/components/_button-flat.scss