Sha256: 938c82629938e2e0dd4f2fe0f1f91b0dbb2e51400455be73799a671e5152f964

Contents?: true

Size: 420 Bytes

Versions: 19

Compression:

Stored size: 420 Bytes

Contents

// general classes - without dependencies

.hiddenElement{
  display: none;
}

.centeredElement{
  margin-left: auto;
  margin-right: auto;
}


//buttons
.button{
	@include button;
}
.button-positive{
	@include button-positive;
}

.button-positive.type2{
	@include button-positive-style2;
}

.button-negative{
	@include button-negative(#000);
}

.button-negative.type2{
	@include button-negative-style2;
	float:right;
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.9.2 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.1 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.8 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.7 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.6 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.5 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.8 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.7 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.6 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.5 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.4 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.3 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.2 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.1 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.4.0 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.3.2 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.3.1 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.3.0 app/assets/stylesheets/custom/_general.scss