ode-csslib 4.0.13-dev.202306121000 → 4.0.13-dev.202306161138
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/index.css +3 -3
- package/dist/index.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/specifics/calendar/_calendar.scss +8 -0
- package/scss/specifics/presences/components/containers/_calendar.scss +2 -1
- package/scss/specifics/statistics-presences/indicators/_global.scss +10 -0
- package/scss/specifics/vie-scolaire/specifics/_memento.scss +1 -1
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
entcore-css-lib=4.0-dev-SNAPSHOT
|
|
1
|
+
entcore-css-lib=4.0-dev-SNAPSHOT 16/06/2023 11:39:00
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib",
|
|
3
|
-
"version": "4.0.13-dev.
|
|
3
|
+
"version": "4.0.13-dev.202306161138",
|
|
4
4
|
"description": "Open Digital Education Legacy CSS framework",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
|
|
@@ -528,7 +528,8 @@ $calendar-user-card-height: 56px;
|
|
|
528
528
|
|
|
529
529
|
+ .list {
|
|
530
530
|
overflow-y: scroll;
|
|
531
|
-
height:
|
|
531
|
+
height: auto !important;
|
|
532
|
+
max-height: calc(100% - #{$calendar-user-card-height}) !important;
|
|
532
533
|
}
|
|
533
534
|
}
|
|
534
535
|
|