[PR #132] Shadows and a correction #170

Open
opened 2026-01-29 14:58:38 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kristopolous/BOOTSTRA.386/pull/132
Author: @jmfergeau
Created: 7/31/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

  • f79b5e5 fix: dropdown.scss can be compiled again
  • fcbad56 feature: 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 shadow class for bootstra 4.4.1. This adds the shadow effect to basically any element you want, like in the original bootstrap. Also works with shadow-sm and shadow-lg with the same effect as fallback for bootstrap.

The shadow class used on cards elements
These are card elements with the shadow class 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.

## 📋 Pull Request Information **Original PR:** https://github.com/kristopolous/BOOTSTRA.386/pull/132 **Author:** [@jmfergeau](https://github.com/jmfergeau) **Created:** 7/31/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`f79b5e5`](https://github.com/kristopolous/BOOTSTRA.386/commit/f79b5e5352cb8633607042615e1d0b6c7d4099c5) fix: dropdown.scss can be compiled again - [`fcbad56`](https://github.com/kristopolous/BOOTSTRA.386/commit/fcbad563136960419287d0c1f302acf2b80803fa) feature: added the shadow class ### 📊 Changes **3 files changed** (+1515 additions, -1800 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This adds the `shadow` class for bootstra 4.4.1. This adds the shadow effect to basically any element you want, like in the original bootstrap. Also works with `shadow-sm` and `shadow-lg` with the same effect as fallback for bootstrap. ![The shadow class used on cards elements](https://user-images.githubusercontent.com/6705075/130131444-7028673b-be6b-4200-b01e-122150bcfb39.JPG) These are card elements with the `shadow` class 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:58:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BOOTSTRA.386#170