ode-csslib 4.0.7-dev.202301270853 → 4.0.7-feat-explorer.202302201715

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 (38) 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 +8 -2
  7. package/scss/index.css +56096 -0
  8. package/scss/index.css.map +1 -0
  9. package/scss/mobile/_tablette.scss +4 -3
  10. package/scss/modules/_navigations.scss +2 -2
  11. package/scss/modules/_profil.scss +39 -0
  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/edt/components/fixCalendarHRFirefox.css +5 -0
  24. package/scss/specifics/edt/components/fixCalendarHRFirefox.css.map +1 -0
  25. package/scss/specifics/magneto/_mixins.scss +31 -1
  26. package/scss/specifics/magneto/components/_icons.scss +35 -0
  27. package/scss/specifics/magneto/components/_index.scss +1 -0
  28. package/scss/specifics/magneto/components/_scrollbar.scss +17 -0
  29. package/scss/specifics/magneto/components/containers/_board-read.scss +46 -0
  30. package/scss/specifics/magneto/components/containers/_board.scss +8 -4
  31. package/scss/specifics/magneto/components/directives/_board-manage-lightbox.scss +14 -0
  32. package/scss/specifics/magneto/components/directives/_card-list-item.scss +15 -3
  33. package/scss/specifics/magneto/components/directives/_card-list.scss +22 -2
  34. package/scss/specifics/magneto/components/directives/_index.scss +1 -0
  35. package/scss/specifics/magneto/components/directives/_section-list.scss +97 -0
  36. package/scss/specifics/presences-common/common.css +124 -0
  37. package/scss/specifics/presences-common/common.css.map +1 -0
  38. package/scss/specifics/statistics-presences/indicators/_global.scss +15 -2
@@ -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;
@@ -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;
@@ -53,6 +53,45 @@
53
53
  margin-bottom: 15px;
54
54
  }
55
55
 
56
+ .unlock-flex {
57
+ display: flex;
58
+ align-items: center;
59
+ position: absolute;
60
+ top: 10px;
61
+ right: 20px;
62
+ font-size: 16px;
63
+ font-weight: 700;
64
+
65
+ .icon-lock {
66
+ margin-top: 3px;
67
+ margin-right: 5px;
68
+ }
69
+ }
70
+
71
+ .unlock {
72
+ color: #2A9CC8;
73
+
74
+ &:hover {
75
+ color: #2A9CC8;
76
+ }
77
+
78
+ .icon-lock {
79
+ color: #2A9CC8;
80
+ }
81
+
82
+ &-disabled[disabled] {
83
+ color: #B2DAEF;
84
+
85
+ &:hover {
86
+ color: #B2DAEF;
87
+ }
88
+
89
+ .icon-lock {
90
+ color: #B2DAEF;
91
+ }
92
+ }
93
+ }
94
+
56
95
  .profil-flex {
57
96
  display: flex;
58
97
  justify-content: space-between;
@@ -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
+ }
@@ -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"}
@@ -1,6 +1,7 @@
1
1
  $magneto-yellow: #ffb600;
2
2
  $magneto-yellow-ochre: #ecbe30;
3
3
  $magneto-white: #ffffff;
4
+ $magneto-lighter-light-grey: #f8f9fa;
4
5
  $magneto-lighter-grey: #ebebeb;
5
6
  $magneto-light-grey: #d6d6d6;
6
7
  $magneto-grey-blue: #f4fAfd;
@@ -20,6 +21,10 @@ $magneto-red: #e61610;
20
21
  $magneto-font-secondary: 'Comfortaa', cursive;
21
22
 
22
23
  $magneto-screen-mobile: 768px;
24
+ $magneto-screen-tablet: 1024px;
25
+ $magneto-screen-small-desktop: 1224px;
26
+ $magneto-screen-medium-desktop: 1536px;
27
+
23
28
 
24
29
 
25
30
 
@@ -29,12 +34,37 @@ $magneto-screen-mobile: 768px;
29
34
  }
30
35
  }
31
36
 
37
+ @mixin tablet {
38
+ @media (min-width: 769px) and (max-width: $magneto-screen-tablet) {
39
+ @content;
40
+ }
41
+ }
42
+
32
43
  @mixin desktop {
33
- @media (min-width: 769px) {
44
+ @media (min-width: 1025px) {
45
+ @content;
46
+ }
47
+ }
48
+
49
+ @mixin small-desktop {
50
+ @media (min-width: 1025px) and (max-width: $magneto-screen-small-desktop) {
34
51
  @content;
35
52
  }
36
53
  }
37
54
 
55
+ @mixin medium-desktop {
56
+ @media (min-width: 1225px) and (max-width: $magneto-screen-medium-desktop) {
57
+ @content;
58
+ }
59
+ }
60
+
61
+ @mixin large-desktop {
62
+ @media (min-width: 1441px) {
63
+ @content;
64
+ }
65
+ }
66
+
67
+
38
68
  @mixin paddingX($size) {
39
69
  padding-left: $size;
40
70
  padding-right: $size;
@@ -69,6 +69,11 @@ i {
69
69
  content: '\F0140'
70
70
  }
71
71
 
72
+ &.magneto-chevron-up::before {
73
+ font-family: 'magneto-mdi';
74
+ content: '\F0143'
75
+ }
76
+
72
77
  &.magneto-magnify::before {
73
78
  font-family: 'magneto-mdi';
74
79
  content: '\F0349';
@@ -180,8 +185,38 @@ i {
180
185
  content: '\F1682';
181
186
  }
182
187
 
188
+ &.magneto-display-free::before {
189
+ font-family: 'magneto-mdi';
190
+ content: '\F148E';
191
+ }
192
+
193
+ &.magneto-display-vertical::before {
194
+ font-family: 'magneto-mdi';
195
+ content: '\F1491';
196
+ }
197
+
198
+ &.magneto-display-horizontal::before {
199
+ font-family: 'magneto-mdi';
200
+ content: '\F1490';
201
+ }
202
+
183
203
  &.magneto-play::before {
184
204
  font-family: 'magneto-mdi';
185
205
  content: '\F040A';
186
206
  }
207
+
208
+ &.magneto-lock::before {
209
+ font-family: 'magneto-mdi';
210
+ content: '\F033E';
211
+ }
212
+
213
+ &.magneto-unlock::before {
214
+ font-family: 'magneto-mdi';
215
+ content: '\F033F';
216
+ }
217
+
218
+ &.magneto-user::before {
219
+ font-family: 'magneto-mdi';
220
+ content: '\F0009';
221
+ }
187
222
  }
@@ -5,3 +5,4 @@
5
5
  @import 'icons';
6
6
  @import 'toasts';
7
7
  @import 'lightbox';
8
+ @import 'scrollbar';
@@ -0,0 +1,17 @@
1
+ .scrollbar {
2
+ /* Mozilla firefox */
3
+ scrollbar-color: #aaa transparent;
4
+ scrollbar-width: thin;
5
+ }
6
+
7
+ /* Global */
8
+ .scrollbar::-webkit-scrollbar {
9
+ width: 12px;
10
+ height: 12px;
11
+ }
12
+
13
+ /* Ascenseur */
14
+ .scrollbar::-webkit-scrollbar-thumb {
15
+ background: rgba(227,228,229, 0.9);
16
+ border-radius: 8px;
17
+ }