Sha256: a89c778c00338928e7fddfeaa9fc3fd78f71b6fb42fdc0dcd240810f115d2c00

Contents?: true

Size: 1.13 KB

Versions: 76

Compression:

Stored size: 1.13 KB

Contents

@import "base/variables";
.remove_nested_fields, .add_nested_fields {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  font: inherit;
  margin-top: 0px;
  border-radius: $btn-border-radius;
  color: white;
  float: right !important;
}
.remove_nested_fields {
  background-color: $red;
  border-color: $red;
}

.add_nested_fields {
  background-color: $blue;
  border-color: $blue;
}
.add_nested_fields:hover, .add_nested_fields:focus, .add_nested_fields:active, .add_nested_fields.active {
  background-color: darken($blue, 3%);
  border-color: darken($blue, 3%);
  color: white;
}

.remove_nested_fields:hover, .remove_nested_fields:focus, .remove_nested_fields:active, .remove_nested_fields.active {
  background-color: darken($red, 3%);
  border-color: darken($red, 3%);
  color: white;
}

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
templus_models-3.0.21 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.20 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.19 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.17 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.16 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-1.6.9 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.15 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.14 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.14 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.12 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.13 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.12 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.11 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.9 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.8 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.10 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-1.6.8 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-1.6.7 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-3.0.9 test/dummy/app/assets/stylesheets/nested_form.css.scss
templus_models-2.0.7 test/dummy/app/assets/stylesheets/nested_form.css.scss