All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.reboot.css.src.placeholders.skins.styl Maven / Gradle / Ivy

There is a newer version: 0.1.20
Show newest version
/* skin placeholders
-----------------------------*/
@require '../scales/color';

$skin-default {
  background: $white;
  color: $gray;
}

$skin-classic {
  background: $gray5;
  color: $gray;
}

$skin-primary {
  background: $blue;
  color: $white;
}

$skin-success {
  background: $green;
  color: $white;
}

$skin-caution {
  background: $yellow;
  color: $white;
}

$skin-error {
  background: $red;
  color: $white;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy