ode-csslib 4.0.11 → 4.0.13-dev.202306051723
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 +4 -4
- package/dist/index.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/_crisscross-mobile.scss +2 -2
- package/scss/icons/_pictos.scss +17 -2
- package/scss/index.css +56096 -0
- package/scss/index.css.map +1 -0
- package/scss/mobile/_tablette.scss +5 -3
- package/scss/modules/_humane.scss +1 -1
- package/scss/modules/_navigations.scss +2 -2
- package/scss/specifics/cahier-de-textes/components/fixCalendarHRFirefox.css +3 -0
- package/scss/specifics/cahier-de-textes/components/fixCalendarHRFirefox.css.map +1 -0
- package/scss/specifics/calendar/components/additional.css +156 -0
- package/scss/specifics/calendar/components/additional.css.map +1 -0
- package/scss/specifics/calendar/components/fixCalendar.css +16 -0
- package/scss/specifics/calendar/components/fixCalendar.css.map +1 -0
- package/scss/specifics/calendar/components/jquery.timepicker.css +73 -0
- package/scss/specifics/calendar/components/jquery.timepicker.css.map +1 -0
- package/scss/specifics/calendar/components/timepicker.css +157 -0
- package/scss/specifics/calendar/components/timepicker.css.map +1 -0
- package/scss/specifics/calendar/components/toasts.scss +6 -5
- package/scss/specifics/crre/_crre.scss +1 -0
- package/scss/specifics/edt/components/fixCalendarHRFirefox.css +5 -0
- package/scss/specifics/edt/components/fixCalendarHRFirefox.css.map +1 -0
- package/scss/specifics/formulaire/components/_edit-form.scss +9 -3
- package/scss/specifics/presences-common/common.css +124 -0
- package/scss/specifics/presences-common/common.css.map +1 -0
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
entcore-css-lib=4.0
|
|
1
|
+
entcore-css-lib=4.0-dev-SNAPSHOT 05/06/2023 17:24:16
|
package/package.json
CHANGED
package/scss/icons/_pictos.scss
CHANGED
|
@@ -128,8 +128,23 @@ i.help-large::before,
|
|
|
128
128
|
i.type.help::before,
|
|
129
129
|
i.help::before,
|
|
130
130
|
i.navbar-help::before {
|
|
131
|
-
content: "
|
|
132
|
-
|
|
131
|
+
content: "";
|
|
132
|
+
display: block;
|
|
133
|
+
width: 24px;
|
|
134
|
+
height: 24px;
|
|
135
|
+
background-size: cover;
|
|
136
|
+
background-position: center;
|
|
137
|
+
background-repeat: no-repeat;
|
|
138
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' color='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12ZM7.123 7.667C8.276 5.958 9.745 5 12.013 5 14.425 5 17 6.941 17 9.5c0 2.113-1.377 2.932-2.418 3.552-.633.376-1.142.68-1.142 1.154v.169a.693.693 0 0 1-.682.703h-2.06a.693.693 0 0 1-.681-.703v-.287c0-1.768 1.269-2.5 2.266-3.075l.073-.042c.863-.499 1.392-.838 1.392-1.499 0-.874-1.082-1.454-1.956-1.454-1.112 0-1.64.53-2.351 1.449a.668.668 0 0 1-.945.121L7.27 8.63a.718.718 0 0 1-.147-.963ZM9.76 17.97c0-1.12.883-2.03 1.969-2.03 1.085 0 1.968.91 1.968 2.03 0 1.119-.883 2.029-1.968 2.029-1.086 0-1.969-.91-1.969-2.03Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
|
|
139
|
+
}
|
|
140
|
+
@media only screen and (min-width: 768px) {
|
|
141
|
+
i.help-large::before,
|
|
142
|
+
i.type.help::before,
|
|
143
|
+
i.help::before,
|
|
144
|
+
i.navbar-help::before {
|
|
145
|
+
width: 32px;
|
|
146
|
+
height: 32px;
|
|
147
|
+
}
|
|
133
148
|
}
|
|
134
149
|
i.others,
|
|
135
150
|
i.share {
|