mirror of
https://github.com/kristopolous/BOOTSTRA.386.git
synced 2026-07-08 17:56:59 +00:00
[PR #132] Shadows and a correction #170
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kristopolous/BOOTSTRA.386/pull/132
Author: @jmfergeau
Created: 7/31/2023
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
f79b5e5fix: dropdown.scss can be compiled againfcbad56feature: added the shadow class📊 Changes
3 files changed (+1515 additions, -1800 deletions)
View changed files
📝
v4.4.1/dist/css/bootstrap.css(+1512 -1799)📝
v4.4.1/scss/_dropdown.scss(+1 -1)📝
v4.4.1/scss/utilities/_shadows.scss(+2 -0)📄 Description
This adds the
shadowclass for bootstra 4.4.1. This adds the shadow effect to basically any element you want, like in the original bootstrap. Also works withshadow-smandshadow-lgwith the same effect as fallback for bootstrap.These are card elements with the
shadowclass added.Note that it only works right with blocks that have a filled color like cards, alert boxes, jombotron, etc.
This also corrects a missing
;that prevents scss compilation.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.