ode-csslib 4.0.0 → 4.0.1
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/assets/fonts/generic-icons/generic-icons.svg +2 -0
- package/assets/fonts/generic-icons/generic-icons.ttf +0 -0
- package/assets/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/fonts/generic-icons/generic-icons.svg +2 -0
- package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
- package/dist/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/specifics/_.scss +4 -0
- package/scss/specifics/incidents/_incidents.scss +30 -0
- package/scss/specifics/incidents/components/_arrow-triangle.scss +19 -0
- package/scss/specifics/incidents/components/_index.scss +6 -0
- package/scss/specifics/incidents/components/_mixins.scss +56 -0
- package/scss/specifics/incidents/components/_seriousness.scss +116 -0
- package/scss/specifics/incidents/components/incidents/_content.scss +97 -0
- package/scss/specifics/incidents/components/incidents/_filters.scss +12 -0
- package/scss/specifics/incidents/components/incidents/_index.scss +4 -0
- package/scss/specifics/incidents/components/incidents/_lightbox.scss +179 -0
- package/scss/specifics/incidents/components/incidents/_sniplets.scss +30 -0
- package/scss/specifics/incidents/components/punishments/_board.scss +23 -0
- package/scss/specifics/incidents/components/punishments/_index.scss +4 -0
- package/scss/specifics/incidents/components/punishments/_punishment-form.scss +87 -0
- package/scss/specifics/incidents/components/punishments/_type.scss +14 -0
- package/scss/specifics/incidents/components/punishments/form/_index.scss +3 -0
- package/scss/specifics/incidents/components/punishments/form/_punishment-detention-form.scss +38 -0
- package/scss/specifics/incidents/components/punishments/form/_punishment-duty-form.scss +14 -0
- package/scss/specifics/incidents/components/punishments/form/_punishment-exclude-form.scss +55 -0
- package/scss/specifics/incidents/memento/_incidents.scss +77 -0
- package/scss/specifics/massmailing/_massmailing.scss +105 -0
- package/scss/specifics/massmailing/_variables.scss +34 -0
- package/scss/specifics/massmailing/components/_anomalies.scss +6 -0
- package/scss/specifics/massmailing/components/_card.scss +106 -0
- package/scss/specifics/massmailing/components/_index.scss +6 -0
- package/scss/specifics/massmailing/components/_prefetch.scss +65 -0
- package/scss/specifics/massmailing/components/_status.scss +48 -0
- package/scss/specifics/massmailing/components/history/_header.scss +11 -0
- package/scss/specifics/massmailing/components/history/_history-lightbox.scss +15 -0
- package/scss/specifics/massmailing/components/history/_history-list.scss +66 -0
- package/scss/specifics/massmailing/components/history/_index.scss +3 -0
- package/scss/specifics/massmailing/components/sniplets/_index.scss +1 -0
- package/scss/specifics/massmailing/components/sniplets/_massmailing-manage.scss +61 -0
- package/scss/specifics/presences/_presences.scss +399 -0
- package/scss/specifics/presences/components/_app-title.scss +20 -0
- package/scss/specifics/presences/components/_arrow-triangle.scss +19 -0
- package/scss/specifics/presences/components/_buttons.scss +14 -0
- package/scss/specifics/presences/components/_card-slider.scss +149 -0
- package/scss/specifics/presences/components/_chips.scss +13 -0
- package/scss/specifics/presences/components/_editor.scss +7 -0
- package/scss/specifics/presences/components/_empty-content.scss +41 -0
- package/scss/specifics/presences/components/_events-card.scss +192 -0
- package/scss/specifics/presences/components/_events-legend.scss +105 -0
- package/scss/specifics/presences/components/_events-table.scss +98 -0
- package/scss/specifics/presences/components/_icons.scss +326 -0
- package/scss/specifics/presences/components/_index.scss +25 -0
- package/scss/specifics/presences/components/_lightbox.scss +26 -0
- package/scss/specifics/presences/components/_loader.scss +55 -0
- package/scss/specifics/presences/components/_navbar.scss +161 -0
- package/scss/specifics/presences/components/_panel.scss +143 -0
- package/scss/specifics/presences/components/_picker.scss +83 -0
- package/scss/specifics/presences/components/_side-widget.scss +86 -0
- package/scss/specifics/presences/components/_statements-absence-form.scss +162 -0
- package/scss/specifics/presences/components/_table.scss +74 -0
- package/scss/specifics/presences/components/_user-card.scss +106 -0
- package/scss/specifics/presences/components/containers/_calendar.scss +612 -0
- package/scss/specifics/presences/components/containers/_exemptions.scss +80 -0
- package/scss/specifics/presences/components/containers/_index.scss +8 -0
- package/scss/specifics/presences/components/containers/_register.scss +349 -0
- package/scss/specifics/presences/components/containers/collective-absences/_content.scss +12 -0
- package/scss/specifics/presences/components/containers/collective-absences/_index.scss +1 -0
- package/scss/specifics/presences/components/containers/dashboard/_dashboard-student.scss +32 -0
- package/scss/specifics/presences/components/containers/dashboard/_dashboard.scss +134 -0
- package/scss/specifics/presences/components/containers/dashboard/_index.scss +2 -0
- package/scss/specifics/presences/components/containers/events/_action-lightbox.scss +67 -0
- package/scss/specifics/presences/components/containers/events/_bar-history.scss +94 -0
- package/scss/specifics/presences/components/containers/events/_content.scss +26 -0
- package/scss/specifics/presences/components/containers/events/_event-form-sniplet-lightbox.scss +110 -0
- package/scss/specifics/presences/components/containers/events/_filter-lightbox.scss +8 -0
- package/scss/specifics/presences/components/containers/events/_index.scss +7 -0
- package/scss/specifics/presences/components/containers/events/_planned-absences.scss +29 -0
- package/scss/specifics/presences/components/containers/events/_table.scss +234 -0
- package/scss/specifics/presences/components/containers/registry/_event-card.scss +63 -0
- package/scss/specifics/presences/components/containers/registry/_header.scss +33 -0
- package/scss/specifics/presences/components/containers/registry/_index.scss +3 -0
- package/scss/specifics/presences/components/containers/registry/_table.scss +160 -0
- package/scss/specifics/presences/components/containers/statement-absence/_content.scss +56 -0
- package/scss/specifics/presences/components/containers/statement-absence/_index.scss +1 -0
- package/scss/specifics/presences/components/material/_index.scss +1 -0
- package/scss/specifics/presences/components/material/_radio.scss +59 -0
- package/scss/specifics/presences/components/sniplets/_collective-absence-form.scss +195 -0
- package/scss/specifics/presences/components/sniplets/_forgotten-notebook-form.scss +65 -0
- package/scss/specifics/presences/components/sniplets/_index.scss +10 -0
- package/scss/specifics/presences/components/sniplets/_presence-form.scss +167 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-absence.scss +291 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-action.scss +7 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-alert.scss +45 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-multiple-slots.scss +22 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-punishment.scss +17 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage.scss +30 -0
- package/scss/specifics/presences/components/sniplets/_presences-statistics-manage.scss +11 -0
- package/scss/specifics/presences/components/widgets/_absences.scss +68 -0
- package/scss/specifics/presences/components/widgets/_alerts.scss +133 -0
- package/scss/specifics/presences/components/widgets/_forgotten_register.scss +60 -0
- package/scss/specifics/presences/components/widgets/_index.scss +7 -0
- package/scss/specifics/presences/components/widgets/_presences.scss +24 -0
- package/scss/specifics/presences/components/widgets/_register.scss +89 -0
- package/scss/specifics/presences/components/widgets/_remarks.scss +23 -0
- package/scss/specifics/presences/components/widgets/_statements.scss +81 -0
- package/scss/specifics/presences/generic/_async-autocomplete.scss +60 -0
- package/scss/specifics/presences/generic/_ellipsis.scss +23 -0
- package/scss/specifics/presences/generic/_flex.scss +92 -0
- package/scss/specifics/presences/generic/_index.scss +7 -0
- package/scss/specifics/presences/generic/_select-timeslots.scss +29 -0
- package/scss/specifics/presences/generic/_switch.scss +58 -0
- package/scss/specifics/presences/generic/_toasts.scss +102 -0
- package/scss/specifics/presences/generic/_tooltip.scss +36 -0
- package/scss/specifics/presences/memento/_absences.scss +83 -0
- package/scss/specifics/presences/memento/_index.scss +1 -0
- package/scss/specifics/presences-common/common.scss +16 -0
- package/scss/specifics/presences-common/components/_export-form.scss +5 -0
- package/scss/specifics/presences-common/components/_menu.scss +36 -0
- package/scss/specifics/presences-common/components/_pagination.scss +66 -0
- package/scss/specifics/presences-common/components/_presences-nav-bar.scss +33 -0
- package/scss/specifics/presences-common/components/_select-children.scss +7 -0
- package/scss/specifics/presences-common/components/_select.scss +3 -0
- package/scss/specifics/presences-common/components/index.scss +6 -0
- package/scss/specifics/statistics-presences/_statistics-presences.scss +18 -0
- package/scss/specifics/statistics-presences/components/_chart-statistics.scss +103 -0
- package/scss/specifics/statistics-presences/components/_display-statistics-mode.scss +19 -0
- package/scss/specifics/statistics-presences/components/_export-csv-lightbox.scss +19 -0
- package/scss/specifics/statistics-presences/components/_filters.scss +57 -0
- package/scss/specifics/statistics-presences/components/_index.scss +7 -0
- package/scss/specifics/statistics-presences/components/_monthly-table.scss +72 -0
- package/scss/specifics/statistics-presences/components/_tooltip.scss +36 -0
- package/scss/specifics/statistics-presences/components/containers/_calendar.scss +66 -0
- package/scss/specifics/statistics-presences/components/containers/_index.scss +1 -0
- package/scss/specifics/statistics-presences/indicators/_global.scss +63 -0
- package/scss/specifics/statistics-presences/indicators/_index.scss +1 -0
package/scss/specifics/presences/components/containers/events/_event-form-sniplet-lightbox.scss
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
$textAreaHeight: 50px;
|
|
2
|
+
|
|
3
|
+
.eventFormLightBox {
|
|
4
|
+
|
|
5
|
+
/* Header part */
|
|
6
|
+
&-head {
|
|
7
|
+
h3 {
|
|
8
|
+
margin-left: 5px;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* SubHeader part */
|
|
13
|
+
&-subHead {
|
|
14
|
+
background: $presences-grey-smoke;
|
|
15
|
+
padding: 8px 20px;
|
|
16
|
+
|
|
17
|
+
h3 {
|
|
18
|
+
margin: 0;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* toggle event type radio part */
|
|
23
|
+
&-eventsTypeRadio {
|
|
24
|
+
background: $presences-grey-smoke;
|
|
25
|
+
padding: 8px 8px 16px 20px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* Body part */
|
|
29
|
+
&-body {
|
|
30
|
+
background: $presences-grey-smoke;
|
|
31
|
+
|
|
32
|
+
&-title {
|
|
33
|
+
color: $black;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&-info {
|
|
37
|
+
|
|
38
|
+
&-startDate {
|
|
39
|
+
margin: 16px 0 8px 0;
|
|
40
|
+
&-datepicker {
|
|
41
|
+
margin-right: 24px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&-endDate {
|
|
46
|
+
margin: 8px 0 16px 0;
|
|
47
|
+
&-datepicker {
|
|
48
|
+
margin-right: 24px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&-reason {
|
|
53
|
+
padding-left: 0 !important;
|
|
54
|
+
|
|
55
|
+
select {
|
|
56
|
+
border: unset !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&-timeslot {
|
|
62
|
+
/* Select css */
|
|
63
|
+
@include select-timeslot(0, $box-shadow-1);
|
|
64
|
+
|
|
65
|
+
.select {
|
|
66
|
+
height: unset;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&-margin {
|
|
70
|
+
margin-right: 10px;
|
|
71
|
+
|
|
72
|
+
&-bottom {
|
|
73
|
+
margin-bottom: 7px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&-timepicker {
|
|
79
|
+
display: inline-block;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&-description {
|
|
83
|
+
background: $white;
|
|
84
|
+
|
|
85
|
+
.latenessText {
|
|
86
|
+
display: flex;
|
|
87
|
+
padding: calc(#{$textAreaHeight} - 20px) 0 0 0;
|
|
88
|
+
height: $textAreaHeight;
|
|
89
|
+
resize: none;
|
|
90
|
+
border: none;
|
|
91
|
+
|
|
92
|
+
border-bottom: 1px solid $presences-grey-incident;
|
|
93
|
+
|
|
94
|
+
&::placeholder {
|
|
95
|
+
color: $presences-grey-incident
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/* Footer part */
|
|
102
|
+
&-footer {
|
|
103
|
+
&-button {
|
|
104
|
+
padding: 8px;
|
|
105
|
+
button {
|
|
106
|
+
margin: 8px;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.planned-absences-empty {
|
|
2
|
+
text-align: center;
|
|
3
|
+
|
|
4
|
+
&-description {
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
padding-bottom: 24px;
|
|
9
|
+
|
|
10
|
+
&-title {
|
|
11
|
+
color: $presences-middle-grey;
|
|
12
|
+
padding: 0 12px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
img {
|
|
17
|
+
width: 25%;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.planned-absences-legend {
|
|
22
|
+
&-day-students {
|
|
23
|
+
padding-left: 0 !important;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
i:before {
|
|
27
|
+
font-size: 20px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
.events-table {
|
|
2
|
+
&-body {
|
|
3
|
+
border-bottom: 1px solid $presences-grey-light;
|
|
4
|
+
|
|
5
|
+
.regularized-absence .checkmark {
|
|
6
|
+
margin-top: -8px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.massmail-status {
|
|
10
|
+
font-size: 20px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&-student {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
|
|
17
|
+
&-content {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
margin-left: 24px;
|
|
21
|
+
|
|
22
|
+
.class-name {
|
|
23
|
+
color: $presences-grey;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-date {
|
|
29
|
+
text-align: right !important;
|
|
30
|
+
padding-right: 8px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&-period {
|
|
34
|
+
padding-left: 0 !important;
|
|
35
|
+
padding-right: 0 !important;
|
|
36
|
+
|
|
37
|
+
ul {
|
|
38
|
+
width: 370px;
|
|
39
|
+
padding-left: 0;
|
|
40
|
+
margin: 0;
|
|
41
|
+
display: flex;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&-file {
|
|
47
|
+
transform: rotate(-90deg);
|
|
48
|
+
-webkit-transform: rotate(-90deg);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&-description {
|
|
52
|
+
display: none;
|
|
53
|
+
background: $presences-grey-light;
|
|
54
|
+
|
|
55
|
+
&.open {
|
|
56
|
+
display: table-row;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&-content {
|
|
60
|
+
text-align: center;
|
|
61
|
+
display: flex;
|
|
62
|
+
justify-content: space-between;
|
|
63
|
+
align-items: center;
|
|
64
|
+
|
|
65
|
+
&-checkbox {
|
|
66
|
+
.checkmark {
|
|
67
|
+
margin-top: -1px !important;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&-color {
|
|
74
|
+
color: $presences-main;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&-colspan {
|
|
78
|
+
margin-bottom: 0;
|
|
79
|
+
background: $presences-grey-light;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&-td {
|
|
83
|
+
padding: 0;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.table-reason {
|
|
89
|
+
&-icon {
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: -3px;
|
|
92
|
+
left: 8px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&-select {
|
|
96
|
+
padding-left: 28px !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
label {
|
|
100
|
+
position: relative;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
label::after {
|
|
104
|
+
content: '';
|
|
105
|
+
border-color: $presences-main transparent transparent;
|
|
106
|
+
background: $presences-white;
|
|
107
|
+
border-width: 11px;
|
|
108
|
+
border-style: solid;
|
|
109
|
+
|
|
110
|
+
pointer-events: none;
|
|
111
|
+
position: absolute;
|
|
112
|
+
right: 10px;
|
|
113
|
+
top: 3px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
select {
|
|
117
|
+
/* Remove default arrow */
|
|
118
|
+
-webkit-appearance: none;
|
|
119
|
+
-moz-appearance: none;
|
|
120
|
+
|
|
121
|
+
width: 208px;
|
|
122
|
+
padding: 0 14px;
|
|
123
|
+
font-size: 16px;
|
|
124
|
+
border: solid 1px $presences-grey-light;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
li {
|
|
129
|
+
|
|
130
|
+
&:hover .tooltip-top {
|
|
131
|
+
@include tooltipVisible();
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.tooltip-top {
|
|
135
|
+
@include tooltipTemplate();
|
|
136
|
+
text-align: left;
|
|
137
|
+
max-width: 115px;
|
|
138
|
+
padding: 5px;
|
|
139
|
+
line-height: 20px;
|
|
140
|
+
transform: scale(0.80);
|
|
141
|
+
bottom: 35px;
|
|
142
|
+
margin-left: -30px;
|
|
143
|
+
|
|
144
|
+
&:after {
|
|
145
|
+
@include tooltipBottomArrow();
|
|
146
|
+
top: 100%;
|
|
147
|
+
left: 15%;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
i.attach:before {
|
|
153
|
+
font-size: 24px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
i.add:before {
|
|
157
|
+
font-size: 24px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
i.addMultiple:before {
|
|
161
|
+
font-size: 24px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// Select design
|
|
165
|
+
|
|
166
|
+
/* regularized-absence */
|
|
167
|
+
.regularized-absence {
|
|
168
|
+
position: relative;
|
|
169
|
+
overflow: visible;
|
|
170
|
+
margin-bottom: 0;
|
|
171
|
+
cursor: pointer;
|
|
172
|
+
font-size: 22px;
|
|
173
|
+
width: 20px;
|
|
174
|
+
height: 20px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/* Hide the browser's default checkbox */
|
|
178
|
+
.regularized-absence input {
|
|
179
|
+
position: absolute;
|
|
180
|
+
opacity: 0;
|
|
181
|
+
cursor: pointer;
|
|
182
|
+
height: 0;
|
|
183
|
+
width: 0;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* Create a custom regularized checkbox */
|
|
187
|
+
.checkmark {
|
|
188
|
+
height: 18px;
|
|
189
|
+
width: 18px;
|
|
190
|
+
border: 2px solid $presences-main;
|
|
191
|
+
border-radius: 4px;
|
|
192
|
+
|
|
193
|
+
&.active {
|
|
194
|
+
background: $presences-main;
|
|
195
|
+
|
|
196
|
+
&:after {
|
|
197
|
+
display: block;
|
|
198
|
+
left: 7px;
|
|
199
|
+
top: 3px;
|
|
200
|
+
width: 6px;
|
|
201
|
+
height: 11px;
|
|
202
|
+
border: solid $white;
|
|
203
|
+
border-width: 0 3px 3px 0;
|
|
204
|
+
-webkit-transform: rotate(45deg);
|
|
205
|
+
-ms-transform: rotate(45deg);
|
|
206
|
+
transform: rotate(45deg);
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&.half {
|
|
211
|
+
background: $presences-main;
|
|
212
|
+
|
|
213
|
+
&:after {
|
|
214
|
+
display: block;
|
|
215
|
+
left: 10px;
|
|
216
|
+
top: 5px;
|
|
217
|
+
height: 11px;
|
|
218
|
+
border: solid $white;
|
|
219
|
+
border-width: 0 3px 3px 0;
|
|
220
|
+
transform: rotate(91deg);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/* Create the checkmark/indicator (hidden when not checked) */
|
|
226
|
+
.checkmark:before {
|
|
227
|
+
display: none;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.checkmark:after {
|
|
231
|
+
content: "";
|
|
232
|
+
position: absolute;
|
|
233
|
+
display: none;
|
|
234
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
#event-card {
|
|
2
|
+
display: none;
|
|
3
|
+
position: absolute;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.registry-event-card {
|
|
7
|
+
min-width: 400px;
|
|
8
|
+
background-color: $presences-white;
|
|
9
|
+
color: $presences-black;
|
|
10
|
+
border-radius: 5px;
|
|
11
|
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
12
|
+
|
|
13
|
+
&-header {
|
|
14
|
+
background-color: $presences-main;
|
|
15
|
+
color: $presences-white;
|
|
16
|
+
border-top-left-radius: inherit;
|
|
17
|
+
border-top-right-radius: inherit;
|
|
18
|
+
display: flex;
|
|
19
|
+
padding: 4px 8px 8px 8px;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
|
|
22
|
+
&-title {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: space-between;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-body {
|
|
29
|
+
display: flex;
|
|
30
|
+
padding: 8px;
|
|
31
|
+
|
|
32
|
+
ul {
|
|
33
|
+
margin: 0;
|
|
34
|
+
padding: 0;
|
|
35
|
+
|
|
36
|
+
li {
|
|
37
|
+
padding-bottom: 16px;
|
|
38
|
+
|
|
39
|
+
&:last-child {
|
|
40
|
+
padding: 0;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&-description {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: row;
|
|
48
|
+
align-items: center;
|
|
49
|
+
|
|
50
|
+
&-title {
|
|
51
|
+
padding: 0 16px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&-date {
|
|
55
|
+
padding-right: 16px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&-option {
|
|
59
|
+
padding-left: 32px;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.registry-header {
|
|
2
|
+
&-title {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
margin-bottom: 20px;
|
|
7
|
+
h1 {
|
|
8
|
+
margin-bottom: 0;
|
|
9
|
+
}
|
|
10
|
+
.search-input {
|
|
11
|
+
flex-shrink: 2;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.registry-eventTypeFilter {
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: space-between;
|
|
19
|
+
padding-top: 8px;
|
|
20
|
+
|
|
21
|
+
ul {
|
|
22
|
+
padding-left: 10px !important;
|
|
23
|
+
padding-right: 10px !important;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.forgotten-notebook {
|
|
27
|
+
padding-left: 30px !important;
|
|
28
|
+
|
|
29
|
+
&:before {
|
|
30
|
+
background-color: $presences-water-green;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
$registry-line-height: 30px;
|
|
2
|
+
|
|
3
|
+
ul {
|
|
4
|
+
list-style-type: none;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
/* Empty state design */
|
|
8
|
+
.registry-table-empty {
|
|
9
|
+
text-align: center;
|
|
10
|
+
|
|
11
|
+
&-description {
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
padding: 24px;
|
|
16
|
+
|
|
17
|
+
&-title {
|
|
18
|
+
color: $presences-middle-grey;
|
|
19
|
+
padding: 0 12px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
img {
|
|
24
|
+
width: 32%;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* Table design */
|
|
29
|
+
.registry-table {
|
|
30
|
+
&-title {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: row;
|
|
33
|
+
align-items: center;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
background-color: $presences-white;
|
|
36
|
+
color: $presences-grey;
|
|
37
|
+
position: relative;
|
|
38
|
+
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3);
|
|
39
|
+
margin-bottom: 0;
|
|
40
|
+
padding: 0;
|
|
41
|
+
height: $registry-line-height;
|
|
42
|
+
border: 1px solid $presences-grey-clear;
|
|
43
|
+
|
|
44
|
+
&-student {
|
|
45
|
+
width: 100%;
|
|
46
|
+
text-align: center;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&-days {
|
|
50
|
+
width: 10%;
|
|
51
|
+
text-align: center;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&-event {
|
|
56
|
+
display: flex;
|
|
57
|
+
flex-direction: row;
|
|
58
|
+
color: $presences-black;
|
|
59
|
+
height: $registry-line-height;
|
|
60
|
+
padding: 0;
|
|
61
|
+
background-color: $presences-beige-light;
|
|
62
|
+
|
|
63
|
+
&:hover {
|
|
64
|
+
background: rgba(255, 182, 0, 0.5) !important;
|
|
65
|
+
color: $presences-white;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&:nth-child(even) {
|
|
69
|
+
background-color: $presences-white;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&-student {
|
|
73
|
+
display: flex;
|
|
74
|
+
align-items: center;
|
|
75
|
+
height: inherit;
|
|
76
|
+
|
|
77
|
+
&-name {
|
|
78
|
+
padding-left: 16px;
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.m28 {
|
|
83
|
+
width: 26.3%;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&.m29 {
|
|
87
|
+
width: 25.8%;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&.m30 {
|
|
91
|
+
width: 24.9%;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&.m31 {
|
|
95
|
+
width: 24.4%;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&-period {
|
|
100
|
+
flex: 1;
|
|
101
|
+
display: flex;
|
|
102
|
+
flex-direction: row;
|
|
103
|
+
padding: 0;
|
|
104
|
+
margin: 0;
|
|
105
|
+
height: inherit;
|
|
106
|
+
|
|
107
|
+
&-list {
|
|
108
|
+
display: flex;
|
|
109
|
+
flex-direction: column;
|
|
110
|
+
width: 10%;
|
|
111
|
+
height: inherit;
|
|
112
|
+
text-align: center;
|
|
113
|
+
border-left: 1px solid $presences-grey-incident;
|
|
114
|
+
|
|
115
|
+
&.day-off {
|
|
116
|
+
background: $presences-body;
|
|
117
|
+
border: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.absent-followed {
|
|
121
|
+
background-color: $presences-heavy-black;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.absent {
|
|
125
|
+
background-color: $presences-red;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.absent-reason-unregularized {
|
|
129
|
+
background-color: $presences-pink;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.absent-reason-regularized {
|
|
133
|
+
background-color: $presences-green;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.lateness {
|
|
137
|
+
background-color: $presences-purple;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.departure {
|
|
141
|
+
background-color: $presences-light-purple;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.forgotten-notebook {
|
|
145
|
+
background-color: $presences-water-green;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.incident {
|
|
149
|
+
background-color: $presences-grey-incident;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
@for $i from 1 through 6 {
|
|
153
|
+
.h#{$i} {
|
|
154
|
+
height: $registry-line-height / $i;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.statement-absence-content {
|
|
2
|
+
&-titles {
|
|
3
|
+
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
&-list {
|
|
7
|
+
&-body {
|
|
8
|
+
&-content {
|
|
9
|
+
&-inside {
|
|
10
|
+
cursor: context-menu !important;
|
|
11
|
+
|
|
12
|
+
&-student {
|
|
13
|
+
display: flex !important;
|
|
14
|
+
flex-direction: column !important;
|
|
15
|
+
align-items: normal !important;
|
|
16
|
+
|
|
17
|
+
&-content {
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: normal;
|
|
20
|
+
|
|
21
|
+
&-class {
|
|
22
|
+
font-family: 'Roboto Light', arial, sans-serif;
|
|
23
|
+
font-size: 14px;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-date {
|
|
29
|
+
background-color: $presences-main;
|
|
30
|
+
color: $presences-white;
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&-download {
|
|
36
|
+
i {
|
|
37
|
+
transform: rotate(-90deg);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
switch {
|
|
46
|
+
.switch {
|
|
47
|
+
input[type=checkbox]:checked + .tick {
|
|
48
|
+
background: $presences-light-green;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
input[type=checkbox]:checked + .tick:before {
|
|
52
|
+
background: $presences-dark-green;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "radio";
|