mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
框架重构
清除多余的业务
This commit is contained in:
6
WebFirst/wwwroot/vendors/bootstrap/scss/utilities/_shadows.scss
vendored
Normal file
6
WebFirst/wwwroot/vendors/bootstrap/scss/utilities/_shadows.scss
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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; }
|
||||
Reference in New Issue
Block a user