diff --git a/scss/_utilities.scss b/scss/_utilities.scss index d9b332b176..2ec19dd020 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -25,16 +25,6 @@ $utilities: map-merge( class: d, values: none inline inline-block block table table-row table-cell flex inline-flex ), - "shadow": ( - property: box-shadow, - class: shadow, - values: ( - sm: $box-shadow-sm, - null: $box-shadow, - lg: $box-shadow-lg, - none: none, - ) - ), "position": ( property: position, values: static relative absolute fixed sticky diff --git a/scss/_variables.scss b/scss/_variables.scss index aee5b19110..20e67bdd84 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -340,10 +340,10 @@ $border-radius-sm: null !default; // Boosted mod: forbidden by Orange $rounded-pill: 50rem !default; -$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default; -$box-shadow: 0 .5rem 1rem rgba($black, .15) !default; -$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default; -$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default; +$box-shadow-sm: null !default; // Boosted mod: forbidden by Orange Brand +$box-shadow: null !default; // Boosted mod: forbidden by Orange Brand +$box-shadow-lg: null !default; // Boosted mod: forbidden by Orange Brand +$box-shadow-inset: null !default; // Boosted mod: forbidden by Orange Brand $component-active-color: $white !default; $component-active-bg: $primary !default; diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index a911aa9f88..c865d00880 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -82,7 +82,6 @@ - title: Float - title: Overflow - title: Position - - title: Shadows - title: Sizing - title: Spacing - title: Text