PHP Classes

File: assets/vendor/bootstrap-md/scss/free/_badges.scss

Recommend this page to a friend!
  Classes of akeel   F3A   assets/vendor/bootstrap-md/scss/free/_badges.scss   Download  
File: assets/vendor/bootstrap-md/scss/free/_badges.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: F3A
PHP Web development framework like Laravel lite
Author: By
Last change:
Date: 2 years ago
Size: 336 bytes
 

Contents

Class file image Download
// Badges .badge { color: $white !important; border-radius: $border-radius-base; box-shadow: $z-depth-1; } .badge-pill { padding-right: $badge-pill-padding-x; padding-left: $badge-pill-padding-x; border-radius: $badge-pill-border-radius; } @each $name, $color in $basic-mdb-colors { @include make-badge($name, $color); }