@openedx/paragon 23.17.0 → 23.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.css +8 -0
- package/dist/core.css.map +1 -1
- package/dist/core.min.css +1 -1
- package/package.json +1 -1
- package/styles/scss/core/_utilities.scss +24 -0
package/dist/core.css
CHANGED
|
@@ -8487,6 +8487,14 @@ p > a.brand-link[href]:not(.btn):hover, a.brand-link.inline-link:hover {
|
|
|
8487
8487
|
.box-shadow-centered-5 {
|
|
8488
8488
|
box-shadow: var(--pgn-elevation-box-shadow-centered-5);
|
|
8489
8489
|
}
|
|
8490
|
+
.dvh-100 {
|
|
8491
|
+
height: 100vh !important;
|
|
8492
|
+
height: 100dvh !important;
|
|
8493
|
+
}
|
|
8494
|
+
.min-dvh-100 {
|
|
8495
|
+
min-height: 100vh !important;
|
|
8496
|
+
min-height: 100dvh !important;
|
|
8497
|
+
}
|
|
8490
8498
|
.media {
|
|
8491
8499
|
display: flex;
|
|
8492
8500
|
align-items: flex-start;
|