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

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

The newest version!
/* badge placeholders
-----------------------------*/
@require '../scales';
@require skins;
@require layout;

$badge {

  @extend $skin-default
  @extend $flex-absolute-center

  width: 120px;
  height: 120px;

  border: 1px solid $gray4;
  border-radius: $radius-large;

  word-break: break-all;

  cursor: default;
  overflow: hidden;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy