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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@import "app-title";
|
|
2
|
+
@import "loader";
|
|
3
|
+
@import "icons";
|
|
4
|
+
@import "navbar";
|
|
5
|
+
@import "picker";
|
|
6
|
+
@import "card-slider";
|
|
7
|
+
@import "containers/index";
|
|
8
|
+
@import "panel";
|
|
9
|
+
@import "card-slider";
|
|
10
|
+
@import "table";
|
|
11
|
+
@import "lightbox";
|
|
12
|
+
@import "buttons";
|
|
13
|
+
@import "chips";
|
|
14
|
+
@import "user-card";
|
|
15
|
+
@import "empty-content";
|
|
16
|
+
@import "widgets/index";
|
|
17
|
+
@import "side-widget";
|
|
18
|
+
@import "sniplets/index";
|
|
19
|
+
@import "material/index";
|
|
20
|
+
@import "arrow-triangle";
|
|
21
|
+
@import "events-card";
|
|
22
|
+
@import "statements-absence-form";
|
|
23
|
+
@import "editor";
|
|
24
|
+
@import "events-legend";
|
|
25
|
+
@import "events-table";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.lightbox {
|
|
2
|
+
z-index: 100030;
|
|
3
|
+
height: auto;
|
|
4
|
+
|
|
5
|
+
.content {
|
|
6
|
+
padding: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.close-lightbox {
|
|
10
|
+
color: $presences-white;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
section.head {
|
|
14
|
+
background: $presences-main;
|
|
15
|
+
padding: 1px 15px !important;
|
|
16
|
+
border-radius: 5px 5px 0 0;
|
|
17
|
+
|
|
18
|
+
h1, h2, h3, h4, h5, h6 {
|
|
19
|
+
color: $presences-white;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
section.body {
|
|
24
|
+
padding: 8px 20px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
$loader-animation-duration: 1.8s;
|
|
2
|
+
|
|
3
|
+
.loader-container {
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100%;
|
|
6
|
+
position: relative;
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
|
|
11
|
+
.loader {
|
|
12
|
+
margin: 50px;
|
|
13
|
+
transform: translate(-50%, -50%);
|
|
14
|
+
width: 50px;
|
|
15
|
+
height: 10px;
|
|
16
|
+
background: $presences-main;
|
|
17
|
+
border-radius: 5px;
|
|
18
|
+
animation: load $loader-animation-duration ease-in-out infinite;
|
|
19
|
+
|
|
20
|
+
&:before, &:after {
|
|
21
|
+
position: absolute;
|
|
22
|
+
display: block;
|
|
23
|
+
content: "";
|
|
24
|
+
animation: load $loader-animation-duration ease-in-out infinite;
|
|
25
|
+
height: 10px;
|
|
26
|
+
border-radius: 5px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&:before {
|
|
30
|
+
top: -20px;
|
|
31
|
+
left: 10px;
|
|
32
|
+
width: 40px;
|
|
33
|
+
background: $presences-red;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:after {
|
|
37
|
+
bottom: -20px;
|
|
38
|
+
width: 35px;
|
|
39
|
+
background: $presences-purple;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@keyframes load {
|
|
45
|
+
0% {
|
|
46
|
+
transform: translateX(40px);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
50% {
|
|
50
|
+
transform: translateX(-30px);
|
|
51
|
+
}
|
|
52
|
+
100% {
|
|
53
|
+
transform: translateX(40px);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
nav {
|
|
2
|
+
.structure-choice-item {
|
|
3
|
+
position: absolute !important;
|
|
4
|
+
top: 0;
|
|
5
|
+
|
|
6
|
+
.sub-item {
|
|
7
|
+
position: relative;
|
|
8
|
+
|
|
9
|
+
i {
|
|
10
|
+
width: 5px !important;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.nav, .sub-nav {
|
|
16
|
+
position: fixed;
|
|
17
|
+
left: 0;
|
|
18
|
+
top: $portal-header-height;
|
|
19
|
+
height: calc(100% - #{$portal-header-height});
|
|
20
|
+
background-color: $white;
|
|
21
|
+
width: $navbar-width;
|
|
22
|
+
z-index: 1001;
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
|
|
27
|
+
|
|
28
|
+
a {
|
|
29
|
+
color: $presences-black !important;
|
|
30
|
+
position: relative;
|
|
31
|
+
display: block;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
i {
|
|
35
|
+
&::after {
|
|
36
|
+
content: " ";
|
|
37
|
+
position: absolute;
|
|
38
|
+
left: 0;
|
|
39
|
+
top: 0;
|
|
40
|
+
height: 100%;
|
|
41
|
+
display: block;
|
|
42
|
+
background-color: transparent;
|
|
43
|
+
width: 5px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.home {
|
|
47
|
+
font-size: 28px;
|
|
48
|
+
width: 28px;
|
|
49
|
+
height: 28px;
|
|
50
|
+
margin-right: 0;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.items {
|
|
55
|
+
width: 100%;
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
justify-content: space-between;
|
|
59
|
+
flex-direction: column;
|
|
60
|
+
|
|
61
|
+
.item {
|
|
62
|
+
display: block;
|
|
63
|
+
color: $presences-black !important;
|
|
64
|
+
padding-top: 5px;
|
|
65
|
+
margin: 5px 0;
|
|
66
|
+
text-align: center;
|
|
67
|
+
font-size: 24px;
|
|
68
|
+
position: relative;
|
|
69
|
+
width: 100%;
|
|
70
|
+
box-sizing: border-box;
|
|
71
|
+
height: 55px;
|
|
72
|
+
|
|
73
|
+
&:hover {
|
|
74
|
+
color: $presences-main !important;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&.active, &:hover {
|
|
78
|
+
> i::after {
|
|
79
|
+
background-color: $presences-main;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.sub-items {
|
|
86
|
+
position: absolute;
|
|
87
|
+
font-size: 16px;
|
|
88
|
+
display: block;
|
|
89
|
+
min-width: 200px;
|
|
90
|
+
text-align: left;
|
|
91
|
+
top: 0;
|
|
92
|
+
color: $presences-black !important;
|
|
93
|
+
background-color: $white;
|
|
94
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
|
|
95
|
+
padding: 10px;
|
|
96
|
+
transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
|
|
97
|
+
left: -500%;
|
|
98
|
+
|
|
99
|
+
&-structure {
|
|
100
|
+
overflow: auto;
|
|
101
|
+
margin: 0 -10px 0 0;
|
|
102
|
+
max-height: 600px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&.hovered {
|
|
106
|
+
left: 100%;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
h2 {
|
|
110
|
+
color: $presences-main;
|
|
111
|
+
font-weight: bold;
|
|
112
|
+
line-height: 20px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.sub-item {
|
|
116
|
+
padding: 7px 0;
|
|
117
|
+
|
|
118
|
+
&:hover, &.active {
|
|
119
|
+
color: $presences-main !important;
|
|
120
|
+
|
|
121
|
+
i::after {
|
|
122
|
+
background-color: $presences-main;
|
|
123
|
+
left: -10px;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&:hover {
|
|
128
|
+
i {
|
|
129
|
+
color: $presences-main;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
i {
|
|
135
|
+
font-size: 22px;
|
|
136
|
+
width: 40px;
|
|
137
|
+
display: inline-block;
|
|
138
|
+
text-align: center;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.label-navbar {
|
|
144
|
+
font-size: 12px;
|
|
145
|
+
padding: 5px 0;
|
|
146
|
+
display: block;
|
|
147
|
+
line-height: 16px;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.sub-nav {
|
|
152
|
+
z-index: 1000;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@media screen and (max-width: $tablette) {
|
|
157
|
+
nav .nav, nav .subnav {
|
|
158
|
+
top: $responsive-portal-header-height;
|
|
159
|
+
height: calc(100% - #{$responsive-portal-header-height});
|
|
160
|
+
}
|
|
161
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
panel .content {
|
|
2
|
+
background-color: $white;
|
|
3
|
+
position: fixed;
|
|
4
|
+
height: calc(100% - #{$portal-header-height} - 1px);
|
|
5
|
+
width: 500px;
|
|
6
|
+
max-width: 30%;
|
|
7
|
+
z-index: 99999;
|
|
8
|
+
top: $portal-header-height;
|
|
9
|
+
right: -35%;
|
|
10
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
|
|
11
|
+
transition: right 0.3s cubic-bezier(.25, .8, .25, 1);
|
|
12
|
+
|
|
13
|
+
&.opened {
|
|
14
|
+
right: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.student-panel {
|
|
18
|
+
.bio {
|
|
19
|
+
background-color: $presences-main;
|
|
20
|
+
color: $white;
|
|
21
|
+
|
|
22
|
+
i.close {
|
|
23
|
+
font-family: 'material-icons';
|
|
24
|
+
position: absolute;
|
|
25
|
+
right: 5px;
|
|
26
|
+
top: 5px;
|
|
27
|
+
|
|
28
|
+
&::before {
|
|
29
|
+
content: "\f156";
|
|
30
|
+
font-size: 24px;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
i.mail, i.bar-chart {
|
|
35
|
+
@include fonticon();
|
|
36
|
+
|
|
37
|
+
&::before {
|
|
38
|
+
font-size: 19px;
|
|
39
|
+
color: $white;
|
|
40
|
+
margin-right: 5px;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
i.mail::before {
|
|
45
|
+
content: "\e808";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
i.bar-chart::before {
|
|
49
|
+
content: "\e810";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
img {
|
|
53
|
+
border-radius: 100%;
|
|
54
|
+
padding: 10%;
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.cell.three {
|
|
59
|
+
text-align: center;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.cell.nine {
|
|
63
|
+
position: relative;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
h4 {
|
|
67
|
+
color: $white;
|
|
68
|
+
font-weight: 400;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.forgotten-notebook {
|
|
73
|
+
margin-left: auto;
|
|
74
|
+
margin-right: auto;
|
|
75
|
+
|
|
76
|
+
.forgotten {
|
|
77
|
+
width: 100%;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.content {
|
|
81
|
+
height: auto;
|
|
82
|
+
right: 35%;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.toasts {
|
|
86
|
+
z-index: 100001;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.disabled {
|
|
91
|
+
button {
|
|
92
|
+
background: $presences-black-light;
|
|
93
|
+
pointer-events: none;
|
|
94
|
+
cursor: default;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
textarea {
|
|
99
|
+
height: 75px;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.select-reason-absences {
|
|
104
|
+
label {
|
|
105
|
+
position: relative;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
label::after {
|
|
109
|
+
content: '';
|
|
110
|
+
border-color: $presences-main transparent transparent;
|
|
111
|
+
background: $presences-white;
|
|
112
|
+
border-width: 11px;
|
|
113
|
+
border-style: solid;
|
|
114
|
+
|
|
115
|
+
pointer-events: none;
|
|
116
|
+
position: absolute;
|
|
117
|
+
right: 10px;
|
|
118
|
+
top: 3px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
select {
|
|
122
|
+
/* Remove default arrow */
|
|
123
|
+
-webkit-appearance: none;
|
|
124
|
+
-moz-appearance: none;
|
|
125
|
+
|
|
126
|
+
width: 208px;
|
|
127
|
+
padding: 0 14px;
|
|
128
|
+
font-size: 16px;
|
|
129
|
+
border: solid 1px $presences-grey-light;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
@media screen and (max-width: $tablette) {
|
|
136
|
+
panel .content {
|
|
137
|
+
top: $responsive-portal-header-height;
|
|
138
|
+
height: calc(100% - #{$responsive-portal-header-height} - 1px);
|
|
139
|
+
width: 100%;
|
|
140
|
+
max-width: 100%;
|
|
141
|
+
right: -100%;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
.date-picker, .time-picker {
|
|
2
|
+
position: relative;
|
|
3
|
+
line-height: 30px;
|
|
4
|
+
|
|
5
|
+
&:before {
|
|
6
|
+
@include fonticon();
|
|
7
|
+
color: $presences-main;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
display: inline-block;
|
|
10
|
+
font-size: 20px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
input[type="text"] {
|
|
14
|
+
width: 80px !important;
|
|
15
|
+
margin-bottom: 0;
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
input[type="text"], input[type="time"] {
|
|
20
|
+
background-color: $white;
|
|
21
|
+
text-align: center;
|
|
22
|
+
height: 30px;
|
|
23
|
+
border: none;
|
|
24
|
+
box-shadow: none;
|
|
25
|
+
padding: 0 5px 0 0;
|
|
26
|
+
-moz-appearance: textfield;
|
|
27
|
+
|
|
28
|
+
&::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
|
|
29
|
+
-webkit-appearance: none;
|
|
30
|
+
margin: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&:focus {
|
|
34
|
+
outline: none;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.datepicker {
|
|
40
|
+
display: none;
|
|
41
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
|
|
42
|
+
|
|
43
|
+
table {
|
|
44
|
+
thead {
|
|
45
|
+
tr th {
|
|
46
|
+
color: $presences-black;
|
|
47
|
+
|
|
48
|
+
&:hover {
|
|
49
|
+
background: $presences-main !important;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
tr .active {
|
|
55
|
+
background: $presences-main;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.date-picker {
|
|
61
|
+
background-color: $presences-white;
|
|
62
|
+
display: inline-block;
|
|
63
|
+
padding-left: 5px;
|
|
64
|
+
|
|
65
|
+
&:before {
|
|
66
|
+
content: "\e917";
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.time-picker {
|
|
71
|
+
text-indent: 10px;
|
|
72
|
+
|
|
73
|
+
&:before {
|
|
74
|
+
content: "\f017";
|
|
75
|
+
margin-right: 5px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.card-timepicker {
|
|
80
|
+
background-color: $presences-white;
|
|
81
|
+
display: inline-block;
|
|
82
|
+
}
|
|
83
|
+
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
.side-widget {
|
|
2
|
+
height: 100%;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
position: relative;
|
|
5
|
+
float: left;
|
|
6
|
+
|
|
7
|
+
.content {
|
|
8
|
+
border-left: solid 54px $presences-main;
|
|
9
|
+
padding-left: 0;
|
|
10
|
+
height: 100%;
|
|
11
|
+
width: 0;
|
|
12
|
+
overflow: hidden;
|
|
13
|
+
background: $white;
|
|
14
|
+
|
|
15
|
+
> div {
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.title {
|
|
21
|
+
position: absolute;
|
|
22
|
+
bottom: 100%;
|
|
23
|
+
left: 52px;
|
|
24
|
+
background: none;
|
|
25
|
+
transform-origin: 0 0;
|
|
26
|
+
transform: rotate(90deg);
|
|
27
|
+
width: 100%;
|
|
28
|
+
margin-bottom: -52px;
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
line-height: 52px;
|
|
31
|
+
text-indent: 25px;
|
|
32
|
+
|
|
33
|
+
h2 {
|
|
34
|
+
color: $white;
|
|
35
|
+
font-size: 20px;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.triangle.open-button {
|
|
40
|
+
width: 26px;
|
|
41
|
+
height: 27px;
|
|
42
|
+
display: inline-block;
|
|
43
|
+
margin-right: 15px;
|
|
44
|
+
transform: rotate(180deg);
|
|
45
|
+
|
|
46
|
+
&:before {
|
|
47
|
+
content: ' ';
|
|
48
|
+
width: 0;
|
|
49
|
+
height: 0;
|
|
50
|
+
border-style: solid;
|
|
51
|
+
border-width: 0 12px 18px 12px;
|
|
52
|
+
border-color: transparent transparent $white transparent;
|
|
53
|
+
display: inline-block;
|
|
54
|
+
margin-left: -24px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.opened {
|
|
59
|
+
.title {
|
|
60
|
+
transform: rotate(0deg) !important;
|
|
61
|
+
margin-bottom: unset !important;
|
|
62
|
+
bottom: unset !important;
|
|
63
|
+
left: unset !important;
|
|
64
|
+
transform-origin: unset !important;
|
|
65
|
+
line-height: initial !important;
|
|
66
|
+
text-indent: 15px !important;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.triangle.open-button {
|
|
70
|
+
transform: rotate(90deg);
|
|
71
|
+
float: right;
|
|
72
|
+
margin-top: 10px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.course {
|
|
76
|
+
font-size: 14px;
|
|
77
|
+
text-decoration: underline;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.content {
|
|
81
|
+
width: 405px;
|
|
82
|
+
border-top: solid 54px $presences-main;
|
|
83
|
+
border-left: none;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|