PHP Classes

File: public/vendors/bootstrap/scss/utilities/_shadows.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/vendors/bootstrap/scss/utilities/_shadows.scss   Download  
File: public/vendors/bootstrap/scss/utilities/_shadows.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 249 bytes
 

Contents

Class file image Download
// stylelint-disable declaration-no-important .shadow-sm { box-shadow: $box-shadow-sm !important; } .shadow { box-shadow: $box-shadow !important; } .shadow-lg { box-shadow: $box-shadow-lg !important; } .shadow-none { box-shadow: none !important; }