PHP Classes

File: theme/sass/bootstrap/mixins/_labels.scss

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Giga CMS   theme/sass/bootstrap/mixins/_labels.scss   Download  
File: theme/sass/bootstrap/mixins/_labels.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Giga CMS
Multi-user content management system
Author: By
Last change:
Date: 7 years ago
Size: 167 bytes
 

Contents

Class file image Download
// Labels @mixin label-variant($color) { background-color: $color; &[href] { &:hover, &:focus { background-color: darken($color, 10%); } } }