Sha256: 11ea2eb9c45c7688bec4f621ffb5ae2c01c4ddc2dbbe424b9ad4f19e5a9dcab9

Contents?: true

Size: 515 Bytes

Versions: 14

Compression:

Stored size: 515 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-remove{
  @include button-positive(#FFF, #FF0000, rgba(213, 0, 0, 1), #FFF);
}

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.9.9.9 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.8 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.7 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.6 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.5 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.4 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.3 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.2 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9.1 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.9 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.8 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.7 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.6 app/assets/stylesheets/custom/_general.scss
waterfall_bourbon_neat_rails-1.9.5 app/assets/stylesheets/custom/_general.scss