PHP Classes

File: public/mdb/scss/free/_badges.scss

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Todo List   public/mdb/scss/free/_badges.scss   Download  
File: public/mdb/scss/free/_badges.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Todo List
Application to manage a list of tasks to do
Author: By
Last change:
Date: 1 year 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); }