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.
Files changed (28) hide show
  1. package/dist/index.css +4 -4
  2. package/dist/index.css.map +1 -1
  3. package/dist/version.txt +1 -1
  4. package/package.json +1 -1
  5. package/scss/_crisscross-mobile.scss +2 -2
  6. package/scss/icons/_pictos.scss +17 -2
  7. package/scss/index.css +56096 -0
  8. package/scss/index.css.map +1 -0
  9. package/scss/mobile/_tablette.scss +5 -3
  10. package/scss/modules/_humane.scss +1 -1
  11. package/scss/modules/_navigations.scss +2 -2
  12. package/scss/specifics/cahier-de-textes/components/fixCalendarHRFirefox.css +3 -0
  13. package/scss/specifics/cahier-de-textes/components/fixCalendarHRFirefox.css.map +1 -0
  14. package/scss/specifics/calendar/components/additional.css +156 -0
  15. package/scss/specifics/calendar/components/additional.css.map +1 -0
  16. package/scss/specifics/calendar/components/fixCalendar.css +16 -0
  17. package/scss/specifics/calendar/components/fixCalendar.css.map +1 -0
  18. package/scss/specifics/calendar/components/jquery.timepicker.css +73 -0
  19. package/scss/specifics/calendar/components/jquery.timepicker.css.map +1 -0
  20. package/scss/specifics/calendar/components/timepicker.css +157 -0
  21. package/scss/specifics/calendar/components/timepicker.css.map +1 -0
  22. package/scss/specifics/calendar/components/toasts.scss +6 -5
  23. package/scss/specifics/crre/_crre.scss +1 -0
  24. package/scss/specifics/edt/components/fixCalendarHRFirefox.css +5 -0
  25. package/scss/specifics/edt/components/fixCalendarHRFirefox.css.map +1 -0
  26. package/scss/specifics/formulaire/components/_edit-form.scss +9 -3
  27. package/scss/specifics/presences-common/common.css +124 -0
  28. package/scss/specifics/presences-common/common.css.map +1 -0
@@ -50,9 +50,9 @@
50
50
  }
51
51
  }
52
52
 
53
- .navbar .welcome-message {
53
+ /* .navbar .welcome-message {
54
54
  display: none;
55
- }
55
+ } */
56
56
 
57
57
  .cards-list .card {
58
58
  max-width: 250px;
@@ -93,9 +93,10 @@
93
93
  display: none;
94
94
  }
95
95
  .application-title {
96
+ margin-bottom: 0;
96
97
  position: fixed;
97
98
  color: #fff;
98
- top: 0;
99
+ top: -4px;
99
100
  left: 10px;
100
101
  z-index: 10001;
101
102
  line-height: 50px;
@@ -316,6 +317,7 @@
316
317
  padding: 0 20px;
317
318
  position: fixed;
318
319
  left: 0;
320
+ top: 43px;
319
321
  text-align: center;
320
322
  font-size: 17px;
321
323
  height: 35px;
@@ -13,7 +13,7 @@
13
13
  .humane-original {
14
14
  line-height: 40px;
15
15
  font-size: 25px;
16
- top: 25%;
16
+ top: 10%;
17
17
  left: 25%;
18
18
  opacity: 0;
19
19
  width: 50%;
@@ -1,4 +1,4 @@
1
- .navbar {
1
+ /* .navbar {
2
2
  height: 40px;
3
3
  .cell {
4
4
  height: 100%;
@@ -26,7 +26,7 @@
26
26
  margin-top: 3px;
27
27
  }
28
28
  }
29
- }
29
+ } */
30
30
 
31
31
  nav.horizontal {
32
32
  text-align: right;
@@ -0,0 +1,3 @@
1
+ .schedule .days .day .timeslots .timeslot hr {
2
+ border-bottom: thin solid #fff !important;
3
+ }/*# sourceMappingURL=fixCalendarHRFirefox.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["fixCalendarHRFirefox.scss","fixCalendarHRFirefox.css"],"names":[],"mappings":"AAAA;EACE,yCAAA;ACCF","file":"fixCalendarHRFirefox.css"}
@@ -0,0 +1,156 @@
1
+ @charset "UTF-8";
2
+ .details label {
3
+ font-weight: bold;
4
+ }
5
+
6
+ .details p {
7
+ margin-top: 2px;
8
+ margin-bottom: 12px;
9
+ padding: 5px 0;
10
+ }
11
+
12
+ p.placeholder {
13
+ font-style: italic;
14
+ }
15
+
16
+ .accordions .accordion.opened .toggle {
17
+ overflow: auto !important;
18
+ }
19
+
20
+ .content {
21
+ margin: 5px;
22
+ padding-bottom: 5px;
23
+ padding-left: 5px;
24
+ }
25
+
26
+ div.disabled {
27
+ color: #888;
28
+ }
29
+
30
+ .centered-text {
31
+ text-align: center;
32
+ }
33
+
34
+ .scrollable-content {
35
+ max-height: 350px;
36
+ overflow: auto;
37
+ }
38
+
39
+ .scrollable-content-small {
40
+ max-height: 220px;
41
+ overflow: auto;
42
+ }
43
+
44
+ nav.vertical ul li i.caret {
45
+ height: 20px;
46
+ width: 25px;
47
+ display: block;
48
+ float: left !important;
49
+ color: #fff;
50
+ font-size: 25px;
51
+ font-family: Arial;
52
+ font-weight: 900;
53
+ line-height: 12px;
54
+ }
55
+
56
+ nav.vertical ul li i.caret::before {
57
+ content: "▸";
58
+ }
59
+
60
+ nav.vertical ul li i.caret.expanded::before {
61
+ content: "▾";
62
+ }
63
+
64
+ table.colored i.pending-icon::before {
65
+ content: "?";
66
+ height: 20px;
67
+ width: 20px;
68
+ display: block;
69
+ color: #000;
70
+ font-size: 21px;
71
+ font-family: Arial;
72
+ font-weight: 900;
73
+ }
74
+
75
+ div.schedule-item-content i.pending-status::before {
76
+ bottom: 12px !important;
77
+ right: 12px !important;
78
+ z-index: 502;
79
+ }
80
+
81
+ div.schedule-item-content i.validated-status {
82
+ bottom: 14px !important;
83
+ right: 12px !important;
84
+ z-index: 502;
85
+ }
86
+
87
+ div.schedule-item-content i.refused-status {
88
+ bottom: 15px !important;
89
+ right: 14px !important;
90
+ z-index: 502;
91
+ }
92
+
93
+ div.schedule-item-content {
94
+ padding: 5px !important;
95
+ text-align: left !important;
96
+ text-overflow: ellipsis;
97
+ white-space: initial !important;
98
+ }
99
+
100
+ div.schedule-item-content .checkbox {
101
+ position: absolute;
102
+ bottom: 12px;
103
+ z-index: 504;
104
+ }
105
+
106
+ .filters div.dates {
107
+ position: absolute;
108
+ right: 0px;
109
+ top: 4px;
110
+ }
111
+
112
+ .filters div.dates div.cell {
113
+ margin-right: 5px;
114
+ line-height: 40px;
115
+ vertical-align: middle;
116
+ }
117
+
118
+ .form-section select {
119
+ padding: 3px 1px;
120
+ }
121
+
122
+ .form-section input[type=radio] {
123
+ margin-top: 7px;
124
+ }
125
+
126
+ ul.colored a.notselected {
127
+ color: #fff !important;
128
+ }
129
+
130
+ ul.colored a.notselected:hover {
131
+ color: #fff !important;
132
+ }
133
+
134
+ ul.colored a.selected {
135
+ color: #fff !important;
136
+ }
137
+
138
+ .down-open {
139
+ padding-left: 5px;
140
+ }
141
+
142
+ .multi-combo {
143
+ margin-top: 10px;
144
+ margin-bottom: 10px;
145
+ }
146
+
147
+ .warningEventView {
148
+ margin-top: 20px;
149
+ margin-bottom: 10px;
150
+ }
151
+
152
+ .ellipsis {
153
+ text-overflow: ellipsis;
154
+ overflow: hidden;
155
+ white-space: nowrap;
156
+ }/*# sourceMappingURL=additional.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["additional.css","additional.scss"],"names":[],"mappings":"AAAA,gBAAgB;ACAhB;EACC,iBAAA;ADED;;ACCA;EACC,eAAA;EACA,mBAAA;EACA,cAAA;ADED;;ACCA;EACC,kBAAA;ADED;;ACCA;EACC,yBAAA;ADED;;ACCA;EACC,WAAA;EACA,mBAAA;EACA,iBAAA;ADED;;ACCA;EACC,WAAA;ADED;;ACCA;EACC,kBAAA;ADED;;ACCA;EACC,iBAAA;EACA,cAAA;ADED;;ACCA;EACC,iBAAA;EACA,cAAA;ADED;;ACCA;EACC,YAAA;EACA,WAAA;EACA,cAAA;EACA,sBAAA;EACA,WAAA;EACA,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;ADED;;ACCA;EACC,YAAA;ADED;;ACCA;EACC,YAAA;ADED;;ACCA;EACC,YAAA;EACA,YAAA;EACA,WAAA;EACA,cAAA;EACA,WAAA;EACA,eAAA;EACA,kBAAA;EACA,gBAAA;ADED;;ACCA;EACC,uBAAA;EACA,sBAAA;EACA,YAAA;ADED;;ACAA;EACC,uBAAA;EACA,sBAAA;EACA,YAAA;ADGD;;ACAA;EACC,uBAAA;EACA,sBAAA;EACA,YAAA;ADGD;;ACAA;EACC,uBAAA;EACA,2BAAA;EACA,uBAAA;EACA,+BAAA;ADGD;;ACAA;EACC,kBAAA;EACA,YAAA;EACA,YAAA;ADGD;;ACAA;EACC,kBAAA;EACA,UAAA;EACA,QAAA;ADGD;;ACAA;EACC,iBAAA;EACA,iBAAA;EACA,sBAAA;ADGD;;ACAA;EACC,gBAAA;ADGD;;ACAA;EACC,eAAA;ADGD;;ACAA;EACC,sBAAA;ADGD;;ACAA;EACC,sBAAA;ADGD;;ACAA;EACC,sBAAA;ADGD;;ACAA;EACC,iBAAA;ADGD;;ACAA;EACC,gBAAA;EACA,mBAAA;ADGD;;ACAA;EACC,gBAAA;EACA,mBAAA;ADGD;;ACAA;EACC,uBAAA;EACA,gBAAA;EACA,mBAAA;ADGD","file":"additional.css"}
@@ -0,0 +1,16 @@
1
+ .schedule .days .day .timeslots .timeslot hr {
2
+ border-bottom: thin solid #fff !important;
3
+ }
4
+
5
+ .schedule .days .day.single {
6
+ width: 100%;
7
+ }
8
+
9
+ .datepicker {
10
+ display: none;
11
+ }
12
+
13
+ .schedule, .schedule list-view {
14
+ margin-top: 0px !important;
15
+ padding-top: 25px;
16
+ }/*# sourceMappingURL=fixCalendar.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["fixCalendar.scss","fixCalendar.css"],"names":[],"mappings":"AAAA;EACE,yCAAA;ACCF;;ADEA;EACE,WAAA;ACCF;;ADCA;EACE,aAAA;ACEF;;ADAA;EACE,0BAAA;EACA,iBAAA;ACGF","file":"fixCalendar.css"}
@@ -0,0 +1,73 @@
1
+ .ui-timepicker-wrapper {
2
+ overflow-y: auto;
3
+ height: 150px;
4
+ width: 6.5em;
5
+ background: #fff;
6
+ border: 1px solid #ddd;
7
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
8
+ outline: none;
9
+ z-index: 10001;
10
+ margin: 0;
11
+ }
12
+
13
+ .ui-timepicker-wrapper.ui-timepicker-with-duration {
14
+ width: 13em;
15
+ }
16
+
17
+ .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
18
+ .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
19
+ width: 11em;
20
+ }
21
+
22
+ .ui-timepicker-list {
23
+ margin: 0;
24
+ padding: 0;
25
+ list-style: none;
26
+ }
27
+
28
+ .ui-timepicker-duration {
29
+ margin-left: 5px;
30
+ color: #888;
31
+ }
32
+
33
+ .ui-timepicker-list:hover .ui-timepicker-duration {
34
+ color: #888;
35
+ }
36
+
37
+ .ui-timepicker-list li {
38
+ padding: 3px 0 3px 5px;
39
+ cursor: pointer;
40
+ white-space: nowrap;
41
+ color: #000;
42
+ list-style: none;
43
+ margin: 0;
44
+ }
45
+
46
+ .ui-timepicker-list:hover .ui-timepicker-selected {
47
+ background: #fff;
48
+ color: #000;
49
+ }
50
+
51
+ li.ui-timepicker-selected,
52
+ .ui-timepicker-list li:hover,
53
+ .ui-timepicker-list .ui-timepicker-selected:hover {
54
+ background: #1980EC;
55
+ color: #fff;
56
+ }
57
+
58
+ li.ui-timepicker-selected .ui-timepicker-duration,
59
+ .ui-timepicker-list li:hover .ui-timepicker-duration {
60
+ color: #ccc;
61
+ }
62
+
63
+ .ui-timepicker-list li.ui-timepicker-disabled,
64
+ .ui-timepicker-list li.ui-timepicker-disabled:hover,
65
+ .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
66
+ color: #888;
67
+ cursor: default;
68
+ }
69
+
70
+ .ui-timepicker-list li.ui-timepicker-disabled:hover,
71
+ .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
72
+ background: #f2f2f2;
73
+ }/*# sourceMappingURL=jquery.timepicker.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["jquery.timepicker.scss","jquery.timepicker.css"],"names":[],"mappings":"AAAA;EACC,gBAAA;EACA,aAAA;EACA,YAAA;EACA,gBAAA;EACA,sBAAA;EAGA,yCAAA;EACA,aAAA;EACA,cAAA;EACA,SAAA;ACCD;;ADEA;EACC,WAAA;ACCD;;ADEA;;EAEC,WAAA;ACCD;;ADEA;EACC,SAAA;EACA,UAAA;EACA,gBAAA;ACCD;;ADEA;EACC,gBAAA;EAAkB,WAAA;ACEnB;;ADCA;EACC,WAAA;ACED;;ADCA;EACC,sBAAA;EACA,eAAA;EACA,mBAAA;EACA,WAAA;EACA,gBAAA;EACA,SAAA;ACED;;ADCA;EACC,gBAAA;EAAkB,WAAA;ACGnB;;ADAA;;;EAGC,mBAAA;EAAqB,WAAA;ACItB;;ADDA;;EAEC,WAAA;ACID;;ADDA;;;EAGC,WAAA;EACA,eAAA;ACID;;ADDA;;EAEC,mBAAA;ACID","file":"jquery.timepicker.css"}
@@ -0,0 +1,157 @@
1
+ /*!
2
+ * Timepicker Component for Twitter Bootstrap
3
+ *
4
+ * Copyright 2013 Joris de Wit
5
+ *
6
+ * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+ .bootstrap-timepicker {
12
+ position: relative;
13
+ }
14
+
15
+ .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
16
+ left: auto;
17
+ right: 0;
18
+ }
19
+
20
+ .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
21
+ left: auto;
22
+ right: 12px;
23
+ }
24
+
25
+ .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
26
+ left: auto;
27
+ right: 13px;
28
+ }
29
+
30
+ .bootstrap-timepicker .add-on {
31
+ cursor: pointer;
32
+ }
33
+
34
+ .bootstrap-timepicker .add-on i {
35
+ display: inline-block;
36
+ width: 16px;
37
+ height: 16px;
38
+ }
39
+
40
+ .bootstrap-timepicker-widget.dropdown-menu {
41
+ padding: 4px;
42
+ }
43
+
44
+ .bootstrap-timepicker-widget.dropdown-menu.open {
45
+ display: inline-block;
46
+ }
47
+
48
+ .bootstrap-timepicker-widget.timepicker-orient-left:before {
49
+ left: 6px;
50
+ }
51
+
52
+ .bootstrap-timepicker-widget.timepicker-orient-left:after {
53
+ left: 7px;
54
+ }
55
+
56
+ .bootstrap-timepicker-widget.timepicker-orient-right:before {
57
+ right: 6px;
58
+ }
59
+
60
+ .bootstrap-timepicker-widget.timepicker-orient-right:after {
61
+ right: 7px;
62
+ }
63
+
64
+ .bootstrap-timepicker-widget.timepicker-orient-top:before {
65
+ top: -7px;
66
+ }
67
+
68
+ .bootstrap-timepicker-widget.timepicker-orient-top:after {
69
+ top: -6px;
70
+ }
71
+
72
+ .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
73
+ bottom: -7px;
74
+ border-bottom: 0;
75
+ border-top: 7px solid #999;
76
+ }
77
+
78
+ .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
79
+ bottom: -6px;
80
+ border-bottom: 0;
81
+ border-top: 6px solid #ffffff;
82
+ }
83
+
84
+ .bootstrap-timepicker-widget a.btn,
85
+ .bootstrap-timepicker-widget input {
86
+ border-radius: 4px;
87
+ }
88
+
89
+ .bootstrap-timepicker-widget table {
90
+ width: 100%;
91
+ margin: 0;
92
+ }
93
+
94
+ .bootstrap-timepicker-widget table td {
95
+ text-align: center;
96
+ height: 30px;
97
+ margin: 0;
98
+ padding: 2px;
99
+ }
100
+
101
+ .bootstrap-timepicker-widget table td:not(.separator) {
102
+ min-width: 30px;
103
+ }
104
+
105
+ .bootstrap-timepicker-widget table td span {
106
+ width: 100%;
107
+ }
108
+
109
+ .bootstrap-timepicker-widget table td a {
110
+ border: 1px transparent solid;
111
+ width: 100%;
112
+ display: inline-block;
113
+ margin: 0;
114
+ padding: 0;
115
+ outline: 0;
116
+ color: #333;
117
+ }
118
+
119
+ .bootstrap-timepicker-widget table td a:hover {
120
+ text-decoration: none;
121
+ background-color: #eee;
122
+ border-radius: 4px;
123
+ border-color: #ddd;
124
+ }
125
+
126
+ .bootstrap-timepicker-widget table td a i {
127
+ padding: 8px 16px;
128
+ margin-top: 2px;
129
+ background-repeat: no-repeat;
130
+ background-position: center;
131
+ display: block;
132
+ }
133
+
134
+ .bootstrap-timepicker-widget table td input {
135
+ width: 25px;
136
+ margin: 0;
137
+ text-align: center;
138
+ }
139
+
140
+ .bootstrap-timepicker-widget .modal-content {
141
+ padding: 4px;
142
+ }
143
+
144
+ @media (min-width: 767px) {
145
+ .bootstrap-timepicker-widget.modal {
146
+ width: 200px;
147
+ margin-left: -100px;
148
+ }
149
+ }
150
+ @media (max-width: 767px) {
151
+ .bootstrap-timepicker {
152
+ width: 100%;
153
+ }
154
+ .bootstrap-timepicker .dropdown-menu {
155
+ width: 100%;
156
+ }
157
+ }/*# sourceMappingURL=timepicker.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["timepicker.scss","timepicker.css"],"names":[],"mappings":"AAAA;;;;;;;;;EAAA;AAUA;EACE,kBAAA;ACCF;;ADCA;EACE,UAAA;EACA,QAAA;ACEF;;ADAA;EACE,UAAA;EACA,WAAA;ACGF;;ADDA;EACE,UAAA;EACA,WAAA;ACIF;;ADFA;EACE,eAAA;ACKF;;ADHA;EACE,qBAAA;EACA,WAAA;EACA,YAAA;ACMF;;ADJA;EACE,YAAA;ACOF;;ADLA;EACE,qBAAA;ACQF;;ADLA;EACE,SAAA;ACQF;;ADNA;EACE,SAAA;ACSF;;ADPA;EACE,UAAA;ACUF;;ADRA;EACE,UAAA;ACWF;;ADTA;EACE,SAAA;ACYF;;ADVA;EACE,SAAA;ACaF;;ADXA;EACE,YAAA;EACA,gBAAA;EACA,0BAAA;ACcF;;ADZA;EACE,YAAA;EACA,gBAAA;EACA,6BAAA;ACeF;;ADbA;;EAEE,kBAAA;ACgBF;;ADdA;EACE,WAAA;EACA,SAAA;ACiBF;;ADfA;EACE,kBAAA;EACA,YAAA;EACA,SAAA;EACA,YAAA;ACkBF;;ADhBA;EACE,eAAA;ACmBF;;ADjBA;EACE,WAAA;ACoBF;;ADlBA;EACE,6BAAA;EACA,WAAA;EACA,qBAAA;EACA,SAAA;EACA,UAAA;EACA,UAAA;EACA,WAAA;ACqBF;;ADnBA;EACE,qBAAA;EACA,sBAAA;EAGA,kBAAA;EACA,kBAAA;ACsBF;;ADpBA;EACE,iBAAA;EACA,eAAA;EACA,4BAAA;EACA,2BAAA;EACA,cAAA;ACuBF;;ADrBA;EACE,WAAA;EACA,SAAA;EACA,kBAAA;ACwBF;;ADtBA;EACE,YAAA;ACyBF;;ADvBA;EACE;IACE,YAAA;IACA,mBAAA;EC0BF;AACF;ADxBA;EACE;IACE,WAAA;EC0BF;EDxBA;IACE,WAAA;EC0BF;AACF","file":"timepicker.css"}
@@ -41,7 +41,7 @@
41
41
  background-color: lighten($green, 30%);
42
42
 
43
43
  .content:before {
44
- content: '\e871';
44
+ content: "\e871";
45
45
  }
46
46
 
47
47
  .timer {
@@ -54,7 +54,7 @@
54
54
  background-color: lighten($cyan, 30%);
55
55
 
56
56
  .content:before {
57
- content: '\e84b';
57
+ content: "\e84b";
58
58
  }
59
59
 
60
60
  .timer {
@@ -67,7 +67,7 @@
67
67
  background-color: lighten($warning-color, 30%);
68
68
 
69
69
  .content:before {
70
- content: '\e903';
70
+ content: "\e903";
71
71
  }
72
72
 
73
73
  .timer {
@@ -75,7 +75,8 @@
75
75
  }
76
76
  }
77
77
 
78
- &.info, &.warning {
78
+ &.info,
79
+ &.warning {
79
80
  .content:before {
80
81
  font-size: 20px !important;
81
82
  }
@@ -99,4 +100,4 @@
99
100
  }
100
101
  }
101
102
  }
102
- }
103
+ }
@@ -1517,6 +1517,7 @@ body.crre {
1517
1517
  display: -webkit-box;
1518
1518
  -webkit-line-clamp: 2;
1519
1519
  -webkit-box-orient: vertical;
1520
+ white-space: normal;
1520
1521
  }
1521
1522
 
1522
1523
  .basketTruncate {
@@ -0,0 +1,5 @@
1
+ @-moz-document url-prefix() {
2
+ .schedule .days .day .timeslots .timeslot hr {
3
+ border-bottom: thin solid #fff !important;
4
+ }
5
+ }/*# sourceMappingURL=fixCalendarHRFirefox.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["fixCalendarHRFirefox.scss","fixCalendarHRFirefox.css"],"names":[],"mappings":"AAAA;EACE;IACA,yCAAA;ECCA;AACF","file":"fixCalendarHRFirefox.css"}
@@ -239,9 +239,15 @@
239
239
  }
240
240
  }
241
241
 
242
- .addQuestion {
243
- text-align: right;
244
- padding: 1%;
242
+ .bottom-buttons {
243
+ display: flex;
244
+ flex-direction: row;
245
+ padding: 8px 16px;
246
+
247
+ .addQuestion {
248
+ text-align: right;
249
+ align-self: center;
250
+ }
245
251
  }
246
252
  }
247
253
  }
@@ -0,0 +1,124 @@
1
+ .pagination {
2
+ font-size: 0;
3
+ text-align: center;
4
+ }
5
+ .pagination-item {
6
+ display: inline-block;
7
+ vertical-align: top;
8
+ font-size: 16px;
9
+ font-weight: bold;
10
+ margin: 0 2px;
11
+ }
12
+ .pagination-item.arrow > .pagination-item-link {
13
+ font-size: 24px;
14
+ color: #000000;
15
+ }
16
+ .pagination-item.arrow > .pagination-item-link:hover {
17
+ background-color: #ffb600;
18
+ border-color: #ffb600;
19
+ color: #fff;
20
+ }
21
+ .pagination-item-link {
22
+ position: relative;
23
+ display: block;
24
+ text-align: center;
25
+ min-width: 24px;
26
+ line-height: 42px;
27
+ color: #7a7a7a;
28
+ transition: 0.3s;
29
+ }
30
+ .pagination-item-link:hover {
31
+ background-color: #ffb600;
32
+ border-color: #ffb600;
33
+ color: #fff;
34
+ }
35
+ .pagination-item.active > .pagination-item-link {
36
+ background-color: #ffb600;
37
+ border-color: #ffb600;
38
+ color: #fff;
39
+ }
40
+ .pagination-item:nth-child(3), .pagination-item:nth-child(5) {
41
+ pointer-events: none;
42
+ }
43
+
44
+ .pagination-item:empty::before {
45
+ display: none;
46
+ }
47
+
48
+ option:disabled {
49
+ display: none;
50
+ }
51
+
52
+ .selected-child {
53
+ display: flex;
54
+ }
55
+ .selected-child-select {
56
+ margin: 0 15px 0 0;
57
+ }
58
+
59
+ @media (max-width: 768px) {
60
+ .presences-nav-bar {
61
+ margin-left: 30px;
62
+ }
63
+ }
64
+ .presences-nav-bar nav {
65
+ height: 80px !important;
66
+ }
67
+ .presences-nav-bar nav[side-nav] {
68
+ position: fixed;
69
+ left: 0;
70
+ top: 50px;
71
+ z-index: 10001;
72
+ transition: all 250ms ease;
73
+ box-sizing: border-box;
74
+ width: 0;
75
+ overflow: hidden;
76
+ padding: 0;
77
+ background-color: #F0F0F0;
78
+ border-radius: 2px;
79
+ border-left: none;
80
+ box-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
81
+ }
82
+ .presences-nav-bar nav[side-nav].slide {
83
+ width: 155px;
84
+ padding: 0 10px;
85
+ overflow: unset;
86
+ }
87
+
88
+ .menu .menu-item > a {
89
+ color: #000000;
90
+ font-size: 18px;
91
+ padding: 0 10px;
92
+ text-align: center;
93
+ margin: 0 5px;
94
+ height: 50px;
95
+ display: inline-block;
96
+ box-sizing: border-box;
97
+ line-height: 50px;
98
+ }
99
+ .menu .menu-item > a::after {
100
+ content: " ";
101
+ display: block;
102
+ height: 3px;
103
+ background: #ffb600;
104
+ border-radius: 2px;
105
+ margin-top: -10px;
106
+ width: 0;
107
+ transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
108
+ }
109
+ .menu .menu-item > a.current-state {
110
+ color: #ffb600;
111
+ background-color: rgba(255, 255, 255, 0.6);
112
+ border-top-right-radius: 7px;
113
+ border-top-left-radius: 7px;
114
+ font-weight: bold;
115
+ }
116
+ .menu .menu-item > a.current-state::after {
117
+ width: 100%;
118
+ }
119
+
120
+ export-form {
121
+ display: flex;
122
+ flex-direction: row;
123
+ justify-content: flex-end;
124
+ }/*# sourceMappingURL=common.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["components/_pagination.scss","common.css","components/_select.scss","components/_select-children.scss","common.scss","components/_presences-nav-bar.scss","components/_menu.scss","components/_export-form.scss"],"names":[],"mappings":"AAaA;EACE,YAAA;EACA,kBAAA;ACZF;ADcE;EACE,qBAAA;EACA,mBAAA;EACA,eAba;EAcb,iBAAA;EACA,aAAA;ACZJ;ADcI;EACE,eAjBY;EAkBZ,cAzBE;ACaR;ADcM;EACE,yBA1BM;EA2BN,qBA3BM;EA4BN,WA/BA;ACmBR;ADgBI;EACE,kBAAA;EACA,cAAA;EACA,kBAAA;EACA,eAlCO;EAmCP,iBA9BY;EA+BZ,cAvCM;EAwCN,gBAAA;ACdN;ADgBM;EACE,yBA1CM;EA2CN,qBA3CM;EA4CN,WA/CA;ACiCR;ADkBI;EACE,yBAjDQ;EAkDR,qBAlDQ;EAmDR,WAtDE;ACsCR;ADmBI;EACE,oBAAA;ACjBN;;ADsBA;EACE,aAAA;ACnBF;;AC7CA;EACE,aAAA;ADgDF;;AEjDA;EACE,aAAA;AFoDF;AElDE;EACE,kBAAA;AFoDJ;;AGpDE;ECFF;IAEI,iBAAA;EJyDF;AACF;AIvDE;EACE,uBAAA;AJyDJ;AItDE;EACE,eAAA;EACA,OAAA;EACA,SAAA;EACA,cAAA;EACA,0BAAA;EACA,sBAAA;EACA,QAAA;EACA,gBAAA;EACA,UAAA;EACA,yBArBmB;EAsBnB,kBAAA;EACA,iBAAA;EACA,0CAAA;AJwDJ;AItDI;EACE,YAAA;EACA,eAAA;EACA,eAAA;AJwDN;;AKpFE;EACE,cNDI;EMEJ,eAAA;EACA,eAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,qBAAA;EACA,sBAAA;EACA,iBAAA;ALuFJ;AKrFI;EACE,YAAA;EACA,cAAA;EACA,WAAA;EACA,mBNbQ;EMcR,kBAAA;EACA,iBAAA;EACA,QAAA;EACA,qDAAA;ALuFN;AKpFI;EACE,cNrBQ;EMsBR,0CFxBO;EEyBP,4BAAA;EACA,2BAAA;EACA,iBAAA;ALsFN;AKpFM;EACE,WAAA;ALsFR;;AMrHA;EACE,aAAA;EACA,mBAAA;EACA,yBAAA;ANwHF","file":"common.css"}