ode-csslib 4.0.12 → 4.0.13-dev.202306071801
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/edt/components/fixCalendarHRFirefox.css +5 -0
- package/scss/specifics/edt/components/fixCalendarHRFirefox.css.map +1 -0
- package/scss/specifics/presences-common/common.css +124 -0
- package/scss/specifics/presences-common/common.css.map +1 -0
- package/scss/specifics/web-conference/_web-conference.scss +26 -22
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src: url(
|
|
4
|
-
src: url(
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
font-family: "material-icons";
|
|
3
|
+
src: url("/webconference/public/font/material-design/fonts/materialdesignicons-webfont.eot");
|
|
4
|
+
src: url("/webconference/public/font/material-design/fonts/materialdesignicons-webfont.eot")
|
|
5
|
+
format("embedded-opentype"),
|
|
6
|
+
url("/webconference/public/font/material-design/fonts/materialdesignicons-webfont.woff2")
|
|
7
|
+
format("woff2"),
|
|
8
|
+
url("/webconference/public/font/material-design/fonts/materialdesignicons-webfont.woff2")
|
|
9
|
+
format("woff"),
|
|
10
|
+
url("/webconference/public/font/material-design/fonts/materialdesignicons-webfont.ttf")
|
|
11
|
+
format("truetype");
|
|
8
12
|
font-weight: normal;
|
|
9
13
|
font-style: normal;
|
|
10
14
|
}
|
|
11
15
|
|
|
12
16
|
.wc {
|
|
13
|
-
.header {
|
|
17
|
+
div.header {
|
|
14
18
|
display: flex;
|
|
15
19
|
height: 50px;
|
|
16
20
|
.button {
|
|
@@ -65,7 +69,8 @@
|
|
|
65
69
|
width: 30%;
|
|
66
70
|
.img-container {
|
|
67
71
|
border-radius: 4px;
|
|
68
|
-
img,
|
|
72
|
+
img,
|
|
73
|
+
.img {
|
|
69
74
|
width: 25px;
|
|
70
75
|
height: 25px;
|
|
71
76
|
margin: 10px;
|
|
@@ -88,7 +93,7 @@
|
|
|
88
93
|
margin: 1px; // separate buttons
|
|
89
94
|
}
|
|
90
95
|
|
|
91
|
-
.logos_div{
|
|
96
|
+
.logos_div {
|
|
92
97
|
display: flex;
|
|
93
98
|
justify-content: space-evenly;
|
|
94
99
|
margin-block-start: auto;
|
|
@@ -97,13 +102,13 @@
|
|
|
97
102
|
gap: 3px;
|
|
98
103
|
}
|
|
99
104
|
i.sharing::before {
|
|
100
|
-
font-family:
|
|
105
|
+
font-family: "material-icons";
|
|
101
106
|
content: "\F497";
|
|
102
107
|
font-size: 20px;
|
|
103
108
|
vertical-align: top;
|
|
104
109
|
}
|
|
105
110
|
i.waitingRoom::before {
|
|
106
|
-
font-family:
|
|
111
|
+
font-family: "material-icons";
|
|
107
112
|
content: "\FB32";
|
|
108
113
|
font-size: 20px;
|
|
109
114
|
vertical-align: top;
|
|
@@ -111,12 +116,12 @@
|
|
|
111
116
|
|
|
112
117
|
i.streaming {
|
|
113
118
|
&.active {
|
|
114
|
-
color: #
|
|
119
|
+
color: #46bfaf;
|
|
115
120
|
}
|
|
116
121
|
}
|
|
117
122
|
|
|
118
123
|
i.streaming::before {
|
|
119
|
-
font-family:
|
|
124
|
+
font-family: "material-icons";
|
|
120
125
|
content: "\F118";
|
|
121
126
|
font-size: 20px;
|
|
122
127
|
vertical-align: top;
|
|
@@ -128,11 +133,11 @@
|
|
|
128
133
|
float: right;
|
|
129
134
|
}
|
|
130
135
|
}
|
|
131
|
-
.emptyscreen{
|
|
132
|
-
margin-top
|
|
133
|
-
img{
|
|
134
|
-
width:65%;
|
|
135
|
-
height:auto;
|
|
136
|
+
.emptyscreen {
|
|
137
|
+
margin-top: -25px;
|
|
138
|
+
img {
|
|
139
|
+
width: 65%;
|
|
140
|
+
height: auto;
|
|
136
141
|
}
|
|
137
142
|
}
|
|
138
143
|
.padding-bottom-15 {
|
|
@@ -156,13 +161,12 @@
|
|
|
156
161
|
}
|
|
157
162
|
|
|
158
163
|
.active-streaming {
|
|
159
|
-
|
|
160
164
|
}
|
|
161
165
|
}
|
|
162
166
|
|
|
163
167
|
@media screen and (max-width: $tablette) {
|
|
164
168
|
.grid {
|
|
165
|
-
grid-template-columns: repeat(2, 1fr)!important;
|
|
169
|
+
grid-template-columns: repeat(2, 1fr) !important;
|
|
166
170
|
}
|
|
167
171
|
.rooms .title-container h2 {
|
|
168
172
|
font-size: 24px;
|
|
@@ -195,9 +199,9 @@
|
|
|
195
199
|
grid-template-columns: repeat(1, 1fr) !important;
|
|
196
200
|
}
|
|
197
201
|
dots-menu.right {
|
|
198
|
-
.options{
|
|
202
|
+
.options {
|
|
199
203
|
right: 20px;
|
|
200
204
|
left: auto;
|
|
201
205
|
}
|
|
202
206
|
}
|
|
203
|
-
}
|
|
207
|
+
}
|