Keep the original image shadow of the theme
Bootstrap 4.6.x has its own class `.shadow`
This commit is contained in:
parent
5295bbf4f9
commit
5753118d8b
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ img[data-src] {
|
|||
|
||||
&.shadow {
|
||||
filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.08));
|
||||
box-shadow: none !important; // cover the Bootstrap 4.6.1 styles
|
||||
}
|
||||
|
||||
@extend %img-caption;
|
||||
|
|
Loading…
Reference in a new issue