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.
Files changed (139) hide show
  1. package/assets/fonts/generic-icons/generic-icons.svg +2 -0
  2. package/assets/fonts/generic-icons/generic-icons.ttf +0 -0
  3. package/assets/fonts/generic-icons/generic-icons.woff +0 -0
  4. package/dist/fonts/generic-icons/generic-icons.svg +2 -0
  5. package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
  6. package/dist/fonts/generic-icons/generic-icons.woff +0 -0
  7. package/dist/index.css +1 -1
  8. package/dist/index.css.map +1 -1
  9. package/dist/version.txt +1 -1
  10. package/package.json +1 -1
  11. package/scss/specifics/_.scss +4 -0
  12. package/scss/specifics/incidents/_incidents.scss +30 -0
  13. package/scss/specifics/incidents/components/_arrow-triangle.scss +19 -0
  14. package/scss/specifics/incidents/components/_index.scss +6 -0
  15. package/scss/specifics/incidents/components/_mixins.scss +56 -0
  16. package/scss/specifics/incidents/components/_seriousness.scss +116 -0
  17. package/scss/specifics/incidents/components/incidents/_content.scss +97 -0
  18. package/scss/specifics/incidents/components/incidents/_filters.scss +12 -0
  19. package/scss/specifics/incidents/components/incidents/_index.scss +4 -0
  20. package/scss/specifics/incidents/components/incidents/_lightbox.scss +179 -0
  21. package/scss/specifics/incidents/components/incidents/_sniplets.scss +30 -0
  22. package/scss/specifics/incidents/components/punishments/_board.scss +23 -0
  23. package/scss/specifics/incidents/components/punishments/_index.scss +4 -0
  24. package/scss/specifics/incidents/components/punishments/_punishment-form.scss +87 -0
  25. package/scss/specifics/incidents/components/punishments/_type.scss +14 -0
  26. package/scss/specifics/incidents/components/punishments/form/_index.scss +3 -0
  27. package/scss/specifics/incidents/components/punishments/form/_punishment-detention-form.scss +38 -0
  28. package/scss/specifics/incidents/components/punishments/form/_punishment-duty-form.scss +14 -0
  29. package/scss/specifics/incidents/components/punishments/form/_punishment-exclude-form.scss +55 -0
  30. package/scss/specifics/incidents/memento/_incidents.scss +77 -0
  31. package/scss/specifics/massmailing/_massmailing.scss +105 -0
  32. package/scss/specifics/massmailing/_variables.scss +34 -0
  33. package/scss/specifics/massmailing/components/_anomalies.scss +6 -0
  34. package/scss/specifics/massmailing/components/_card.scss +106 -0
  35. package/scss/specifics/massmailing/components/_index.scss +6 -0
  36. package/scss/specifics/massmailing/components/_prefetch.scss +65 -0
  37. package/scss/specifics/massmailing/components/_status.scss +48 -0
  38. package/scss/specifics/massmailing/components/history/_header.scss +11 -0
  39. package/scss/specifics/massmailing/components/history/_history-lightbox.scss +15 -0
  40. package/scss/specifics/massmailing/components/history/_history-list.scss +66 -0
  41. package/scss/specifics/massmailing/components/history/_index.scss +3 -0
  42. package/scss/specifics/massmailing/components/sniplets/_index.scss +1 -0
  43. package/scss/specifics/massmailing/components/sniplets/_massmailing-manage.scss +61 -0
  44. package/scss/specifics/presences/_presences.scss +399 -0
  45. package/scss/specifics/presences/components/_app-title.scss +20 -0
  46. package/scss/specifics/presences/components/_arrow-triangle.scss +19 -0
  47. package/scss/specifics/presences/components/_buttons.scss +14 -0
  48. package/scss/specifics/presences/components/_card-slider.scss +149 -0
  49. package/scss/specifics/presences/components/_chips.scss +13 -0
  50. package/scss/specifics/presences/components/_editor.scss +7 -0
  51. package/scss/specifics/presences/components/_empty-content.scss +41 -0
  52. package/scss/specifics/presences/components/_events-card.scss +192 -0
  53. package/scss/specifics/presences/components/_events-legend.scss +105 -0
  54. package/scss/specifics/presences/components/_events-table.scss +98 -0
  55. package/scss/specifics/presences/components/_icons.scss +326 -0
  56. package/scss/specifics/presences/components/_index.scss +25 -0
  57. package/scss/specifics/presences/components/_lightbox.scss +26 -0
  58. package/scss/specifics/presences/components/_loader.scss +55 -0
  59. package/scss/specifics/presences/components/_navbar.scss +161 -0
  60. package/scss/specifics/presences/components/_panel.scss +143 -0
  61. package/scss/specifics/presences/components/_picker.scss +83 -0
  62. package/scss/specifics/presences/components/_side-widget.scss +86 -0
  63. package/scss/specifics/presences/components/_statements-absence-form.scss +162 -0
  64. package/scss/specifics/presences/components/_table.scss +74 -0
  65. package/scss/specifics/presences/components/_user-card.scss +106 -0
  66. package/scss/specifics/presences/components/containers/_calendar.scss +612 -0
  67. package/scss/specifics/presences/components/containers/_exemptions.scss +80 -0
  68. package/scss/specifics/presences/components/containers/_index.scss +8 -0
  69. package/scss/specifics/presences/components/containers/_register.scss +349 -0
  70. package/scss/specifics/presences/components/containers/collective-absences/_content.scss +12 -0
  71. package/scss/specifics/presences/components/containers/collective-absences/_index.scss +1 -0
  72. package/scss/specifics/presences/components/containers/dashboard/_dashboard-student.scss +32 -0
  73. package/scss/specifics/presences/components/containers/dashboard/_dashboard.scss +134 -0
  74. package/scss/specifics/presences/components/containers/dashboard/_index.scss +2 -0
  75. package/scss/specifics/presences/components/containers/events/_action-lightbox.scss +67 -0
  76. package/scss/specifics/presences/components/containers/events/_bar-history.scss +94 -0
  77. package/scss/specifics/presences/components/containers/events/_content.scss +26 -0
  78. package/scss/specifics/presences/components/containers/events/_event-form-sniplet-lightbox.scss +110 -0
  79. package/scss/specifics/presences/components/containers/events/_filter-lightbox.scss +8 -0
  80. package/scss/specifics/presences/components/containers/events/_index.scss +7 -0
  81. package/scss/specifics/presences/components/containers/events/_planned-absences.scss +29 -0
  82. package/scss/specifics/presences/components/containers/events/_table.scss +234 -0
  83. package/scss/specifics/presences/components/containers/registry/_event-card.scss +63 -0
  84. package/scss/specifics/presences/components/containers/registry/_header.scss +33 -0
  85. package/scss/specifics/presences/components/containers/registry/_index.scss +3 -0
  86. package/scss/specifics/presences/components/containers/registry/_table.scss +160 -0
  87. package/scss/specifics/presences/components/containers/statement-absence/_content.scss +56 -0
  88. package/scss/specifics/presences/components/containers/statement-absence/_index.scss +1 -0
  89. package/scss/specifics/presences/components/material/_index.scss +1 -0
  90. package/scss/specifics/presences/components/material/_radio.scss +59 -0
  91. package/scss/specifics/presences/components/sniplets/_collective-absence-form.scss +195 -0
  92. package/scss/specifics/presences/components/sniplets/_forgotten-notebook-form.scss +65 -0
  93. package/scss/specifics/presences/components/sniplets/_index.scss +10 -0
  94. package/scss/specifics/presences/components/sniplets/_presence-form.scss +167 -0
  95. package/scss/specifics/presences/components/sniplets/_presences-manage-absence.scss +291 -0
  96. package/scss/specifics/presences/components/sniplets/_presences-manage-action.scss +7 -0
  97. package/scss/specifics/presences/components/sniplets/_presences-manage-alert.scss +45 -0
  98. package/scss/specifics/presences/components/sniplets/_presences-manage-multiple-slots.scss +22 -0
  99. package/scss/specifics/presences/components/sniplets/_presences-manage-punishment.scss +17 -0
  100. package/scss/specifics/presences/components/sniplets/_presences-manage.scss +30 -0
  101. package/scss/specifics/presences/components/sniplets/_presences-statistics-manage.scss +11 -0
  102. package/scss/specifics/presences/components/widgets/_absences.scss +68 -0
  103. package/scss/specifics/presences/components/widgets/_alerts.scss +133 -0
  104. package/scss/specifics/presences/components/widgets/_forgotten_register.scss +60 -0
  105. package/scss/specifics/presences/components/widgets/_index.scss +7 -0
  106. package/scss/specifics/presences/components/widgets/_presences.scss +24 -0
  107. package/scss/specifics/presences/components/widgets/_register.scss +89 -0
  108. package/scss/specifics/presences/components/widgets/_remarks.scss +23 -0
  109. package/scss/specifics/presences/components/widgets/_statements.scss +81 -0
  110. package/scss/specifics/presences/generic/_async-autocomplete.scss +60 -0
  111. package/scss/specifics/presences/generic/_ellipsis.scss +23 -0
  112. package/scss/specifics/presences/generic/_flex.scss +92 -0
  113. package/scss/specifics/presences/generic/_index.scss +7 -0
  114. package/scss/specifics/presences/generic/_select-timeslots.scss +29 -0
  115. package/scss/specifics/presences/generic/_switch.scss +58 -0
  116. package/scss/specifics/presences/generic/_toasts.scss +102 -0
  117. package/scss/specifics/presences/generic/_tooltip.scss +36 -0
  118. package/scss/specifics/presences/memento/_absences.scss +83 -0
  119. package/scss/specifics/presences/memento/_index.scss +1 -0
  120. package/scss/specifics/presences-common/common.scss +16 -0
  121. package/scss/specifics/presences-common/components/_export-form.scss +5 -0
  122. package/scss/specifics/presences-common/components/_menu.scss +36 -0
  123. package/scss/specifics/presences-common/components/_pagination.scss +66 -0
  124. package/scss/specifics/presences-common/components/_presences-nav-bar.scss +33 -0
  125. package/scss/specifics/presences-common/components/_select-children.scss +7 -0
  126. package/scss/specifics/presences-common/components/_select.scss +3 -0
  127. package/scss/specifics/presences-common/components/index.scss +6 -0
  128. package/scss/specifics/statistics-presences/_statistics-presences.scss +18 -0
  129. package/scss/specifics/statistics-presences/components/_chart-statistics.scss +103 -0
  130. package/scss/specifics/statistics-presences/components/_display-statistics-mode.scss +19 -0
  131. package/scss/specifics/statistics-presences/components/_export-csv-lightbox.scss +19 -0
  132. package/scss/specifics/statistics-presences/components/_filters.scss +57 -0
  133. package/scss/specifics/statistics-presences/components/_index.scss +7 -0
  134. package/scss/specifics/statistics-presences/components/_monthly-table.scss +72 -0
  135. package/scss/specifics/statistics-presences/components/_tooltip.scss +36 -0
  136. package/scss/specifics/statistics-presences/components/containers/_calendar.scss +66 -0
  137. package/scss/specifics/statistics-presences/components/containers/_index.scss +1 -0
  138. package/scss/specifics/statistics-presences/indicators/_global.scss +63 -0
  139. package/scss/specifics/statistics-presences/indicators/_index.scss +1 -0
@@ -0,0 +1,36 @@
1
+ .menu {
2
+ .menu-item > a {
3
+ color: $black;
4
+ font-size: 18px;
5
+ padding: 0 10px;
6
+ text-align: center;
7
+ margin: 0 5px;
8
+ height: 50px;
9
+ display: inline-block;
10
+ box-sizing: border-box;
11
+ line-height: 50px;
12
+
13
+ &::after {
14
+ content: " ";
15
+ display: block;
16
+ height: 3px;
17
+ background: $yellow-main;
18
+ border-radius: 2px;
19
+ margin-top: -10px;
20
+ width: 0;
21
+ transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
22
+ }
23
+
24
+ &.current-state {
25
+ color: $yellow-main;
26
+ background-color: $grey-white;
27
+ border-top-right-radius: 7px;
28
+ border-top-left-radius: 7px;
29
+ font-weight: bold;
30
+
31
+ &::after {
32
+ width: 100%;
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,66 @@
1
+ $white: #fff;
2
+ $black: #000000;
3
+ $dark-grey: #7a7a7a;
4
+ $yellow-main: #ffb600;
5
+
6
+ $width-size: 24px;
7
+
8
+ $font-size-item: 16px;
9
+ $font-size-arrow: 24px;
10
+
11
+ $line-heigh-size: 42px;
12
+
13
+
14
+ .pagination {
15
+ font-size: 0;
16
+ text-align: center;
17
+
18
+ &-item {
19
+ display: inline-block;
20
+ vertical-align: top;
21
+ font-size: $font-size-item;
22
+ font-weight: bold;
23
+ margin: 0 2px;
24
+
25
+ &.arrow > .pagination-item-link {
26
+ font-size: $font-size-arrow;
27
+ color: $black;
28
+
29
+ &:hover {
30
+ background-color: $yellow-main;
31
+ border-color: $yellow-main;
32
+ color: $white;
33
+ }
34
+ }
35
+
36
+ &-link {
37
+ position: relative;
38
+ display: block;
39
+ text-align: center;
40
+ min-width: $width-size;
41
+ line-height: $line-heigh-size;
42
+ color: $dark-grey;
43
+ transition: 0.3s;
44
+
45
+ &:hover {
46
+ background-color: $yellow-main;
47
+ border-color: $yellow-main;
48
+ color: $white;
49
+ }
50
+ }
51
+
52
+ &.active > .pagination-item-link {
53
+ background-color: $yellow-main;
54
+ border-color: $yellow-main;
55
+ color: $white;
56
+ }
57
+
58
+ &:nth-child(3), &:nth-child(5) {
59
+ pointer-events: none;
60
+ }
61
+ }
62
+ }
63
+
64
+ .pagination-item:empty::before {
65
+ display: none;
66
+ }
@@ -0,0 +1,33 @@
1
+ $presences-grey-light: #F0F0F0;
2
+
3
+ .presences-nav-bar {
4
+ @include mobile {
5
+ margin-left: 30px;
6
+ }
7
+
8
+ nav {
9
+ height: 80px !important;
10
+ }
11
+
12
+ nav[side-nav] {
13
+ position: fixed;
14
+ left: 0;
15
+ top: 50px;
16
+ z-index: 10001;
17
+ transition: all 250ms ease;
18
+ box-sizing: border-box;
19
+ width: 0;
20
+ overflow: hidden;
21
+ padding: 0;
22
+ background-color: $presences-grey-light;
23
+ border-radius: 2px;
24
+ border-left: none;
25
+ box-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
26
+
27
+ &.slide {
28
+ width: 155px;
29
+ padding: 0 10px;
30
+ overflow: unset;
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,7 @@
1
+ .selected-child {
2
+ display: flex;
3
+
4
+ &-select {
5
+ margin: 0 15px 0 0;
6
+ }
7
+ }
@@ -0,0 +1,3 @@
1
+ option:disabled {
2
+ display: none;
3
+ }
@@ -0,0 +1,6 @@
1
+ @import "pagination";
2
+ @import "select";
3
+ @import "select-children";
4
+ @import "presences-nav-bar";
5
+ @import "menu";
6
+ @import "export-form";
@@ -0,0 +1,18 @@
1
+ $statistics-presences-main: #ffb600;
2
+ $statistics-presences-yellow-sand: #d68227;
3
+ $statistics-presences-middle-grey: #929292;
4
+ $statistics-presences-black: rgba(68, 68, 68, .87);;
5
+ $statistics-presences-grey-smoke: #f7f7f7;
6
+ $statistics-presences-white: #ffffff;
7
+ $statistics-presences-light-background: #f7f6f6;
8
+ $statistics-presences-red: #e61610;
9
+ $statistics-presences-pink: #ff8a84;
10
+ $statistics-presences-purple: #9c29b7;
11
+ $statistics-presences-light-purple: #f2c9fb;
12
+ $statistics-presences-green: #72bb53;
13
+
14
+ body.statistics-presences {
15
+ @import "../presences-common/common";
16
+ @import "components/index";
17
+ @import "indicators/index";
18
+ }
@@ -0,0 +1,103 @@
1
+ .statistics-chart {
2
+ background-color: $statistics-presences-white;
3
+ display: flex;
4
+
5
+ &-graph {
6
+ margin: 20px;
7
+ }
8
+
9
+ &-legend {
10
+
11
+ margin: 20px;
12
+ width: 100%;
13
+
14
+ &-item {
15
+ margin-top: 20px;
16
+ margin-bottom: 20px;
17
+ }
18
+
19
+ label.checkbox {
20
+ input[type=checkbox] {
21
+
22
+ &.UNREGULARIZED {
23
+ + span:before {
24
+ border: 2px solid $statistics-presences-pink;
25
+ }
26
+
27
+ &:checked + span::before {
28
+ border-color: $statistics-presences-pink;
29
+ background-color: $statistics-presences-pink;
30
+ }
31
+ }
32
+
33
+ &.REGULARIZED {
34
+ + span:before {
35
+ border: 2px solid $statistics-presences-green;
36
+ }
37
+
38
+ &:checked + span::before {
39
+ border-color: $statistics-presences-green;
40
+ background-color: $statistics-presences-green;
41
+ }
42
+ }
43
+
44
+ &.NO_REASON {
45
+ + span:before {
46
+ border: 2px solid $statistics-presences-red;
47
+ }
48
+
49
+ &:checked + span::before {
50
+ border-color: $statistics-presences-red;
51
+ background-color: $statistics-presences-red;
52
+ }
53
+ }
54
+
55
+ &.DEPARTURE {
56
+ + span:before {
57
+ border: 2px solid $statistics-presences-light-purple;
58
+ }
59
+
60
+ &:checked + span::before {
61
+ border-color: $statistics-presences-light-purple;
62
+ background-color: $statistics-presences-light-purple;
63
+ }
64
+ }
65
+
66
+ &.LATENESS {
67
+ + span:before {
68
+ border: 2px solid $statistics-presences-purple;
69
+ }
70
+
71
+ &:checked + span::before {
72
+ border-color: $statistics-presences-purple;
73
+ background-color: $statistics-presences-purple;
74
+ }
75
+ }
76
+
77
+ &.PUNISHMENT {
78
+ + span:before {
79
+ border: 2px solid $statistics-presences-main;
80
+ }
81
+
82
+ &:checked + span::before {
83
+ border-color: $statistics-presences-main;
84
+ background-color: $statistics-presences-main;
85
+ }
86
+ }
87
+
88
+ &.SANCTION {
89
+ + span:before {
90
+ border: 2px solid $statistics-presences-yellow-sand;
91
+ }
92
+
93
+ &:checked + span::before {
94
+ border-color: $statistics-presences-yellow-sand;
95
+ background-color: $statistics-presences-yellow-sand;
96
+ }
97
+ }
98
+ }
99
+ }
100
+ }
101
+
102
+
103
+ }
@@ -0,0 +1,19 @@
1
+ .displayStatisticsMode {
2
+ i {
3
+ font-size: 26px;
4
+ margin-right: 8px;
5
+ opacity: 50%;
6
+
7
+ &:last-child {
8
+ margin: 0;
9
+ }
10
+
11
+ &.selected {
12
+ opacity: 100%;
13
+ }
14
+
15
+ &:hover {
16
+ opacity: 100%;
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,19 @@
1
+ .exportCSVLightbox {
2
+
3
+ /* Header part */
4
+ &-header {
5
+ }
6
+
7
+ /* Body part */
8
+ &-body {
9
+ padding: 20px;
10
+ background: $statistics-presences-grey-smoke;
11
+ justify-content: center;
12
+ display: flex
13
+ }
14
+
15
+ /* Footer part */
16
+ &-footer {
17
+ padding: 8px 8px 0 8px;
18
+ }
19
+ }
@@ -0,0 +1,57 @@
1
+ .filter-row {
2
+ display: flex;
3
+ flex-direction: row;
4
+ flex-wrap: wrap;
5
+ align-items: center;
6
+
7
+ i {
8
+ font-size: 26px;
9
+ }
10
+
11
+
12
+ .indicator-switch {
13
+ select {
14
+ margin: 5px 0;
15
+ }
16
+ }
17
+
18
+ .displayRate {
19
+ &.selected {
20
+ color: $statistics-presences-main;
21
+ }
22
+
23
+ i {
24
+ position: relative;
25
+
26
+ &:hover .tooltip-top {
27
+ @include tooltipVisible();
28
+ }
29
+
30
+ .tooltip-top {
31
+ @include tooltipTemplate(190px);
32
+ bottom: 33px;
33
+ margin-left: -47px;
34
+
35
+ &:after {
36
+ @include tooltipBottomArrow();
37
+ top: 100%;
38
+ left: 15%;
39
+ }
40
+ }
41
+ }
42
+ }
43
+
44
+ }
45
+
46
+ .statistics-presences-filters {
47
+ h4.disabled {
48
+ color: $statistics-presences-middle-grey !important;
49
+ }
50
+
51
+ h4 {
52
+ input[type="number"] {
53
+ width: 30px;
54
+ text-align: center;
55
+ }
56
+ }
57
+ }
@@ -0,0 +1,7 @@
1
+ @import "tooltip";
2
+ @import "filters";
3
+ @import "display-statistics-mode";
4
+ @import "monthly-table";
5
+ @import "chart-statistics";
6
+ @import "export-csv-lightbox";
7
+ @import "containers/index";
@@ -0,0 +1,72 @@
1
+ .monthly-indicator {
2
+
3
+ .flex-table {
4
+ .flex-head {
5
+ z-index: 1;
6
+
7
+ .audience-student-header {
8
+ justify-content: flex-start;
9
+
10
+ span {
11
+ padding-left: 20px;
12
+ }
13
+ }
14
+ }
15
+
16
+ .flex-col {
17
+ flex: 1;
18
+ }
19
+
20
+ .indicator-values-months {
21
+ padding: 0;
22
+ flex-grow: 0;
23
+ flex-shrink: 0;
24
+ flex-basis: 70%;
25
+ }
26
+
27
+ .flex-body {
28
+
29
+ background-color: $white;
30
+
31
+ .flex-collapse {
32
+
33
+ .student-name {
34
+ justify-content: flex-start;
35
+ white-space: nowrap;
36
+ overflow: hidden;
37
+ span {
38
+ padding-left: 20px;
39
+ overflow: hidden;
40
+ text-overflow: ellipsis;
41
+ }
42
+ }
43
+ }
44
+
45
+ .max-value {
46
+ background-color: $statistics-presences-main !important;
47
+ color: $white;
48
+ font-weight: bold;
49
+ }
50
+
51
+ .total-count {
52
+ font-size: 18px;
53
+ font-weight: bold;
54
+ background-color: $white;
55
+ }
56
+
57
+ .audience-name {
58
+
59
+ justify-content: flex-start;
60
+
61
+ span {
62
+ font-weight: bold;
63
+ padding-left: 20px;
64
+ }
65
+ }
66
+
67
+ .indicator-value:nth-child(odd) {
68
+ background-color: $statistics-presences-light-background;
69
+ }
70
+ }
71
+ }
72
+ }
@@ -0,0 +1,36 @@
1
+ @mixin tooltipTemplate($width) {
2
+ font-family: Roboto;
3
+ visibility: hidden;
4
+ width: $width;
5
+ font-size: 12px;
6
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.26);
7
+ position: absolute;
8
+ background-color: $statistics-presences-white;
9
+ color: $statistics-presences-black;
10
+ padding: 10px;
11
+ border-radius: 5px;
12
+ z-index: 1;
13
+ opacity: 0;
14
+ }
15
+
16
+ @mixin tooltipVisible() {
17
+ visibility: visible;
18
+ opacity: 1;
19
+ transition: opacity .6s;
20
+ }
21
+
22
+ @mixin tooltipBottomArrow() {
23
+ content: ' ';
24
+ position: absolute;
25
+ border-left: 5px solid transparent;
26
+ border-right: 5px solid transparent;
27
+ border-top: 10px solid $statistics-presences-white;
28
+ }
29
+
30
+ @mixin tooltipTopArrow() {
31
+ content: ' ';
32
+ position: absolute;
33
+ border-left: 5px solid transparent;
34
+ border-right: 5px solid transparent;
35
+ border-bottom: 10px solid $statistics-presences-white;
36
+ }
@@ -0,0 +1,66 @@
1
+ $calendar-item-color: rgba(247, 246, 246, 1);
2
+ $calendar-item-border-color: rgba(96, 96, 96, 0.15);
3
+ $calendar-item-border-radius: 5px;
4
+
5
+ .calendar {
6
+ &.calendar-statistics {
7
+ .week-switcher {
8
+ display: none;
9
+ }
10
+ .calendar-current-week {
11
+ display: none;
12
+ }
13
+ .schedule {
14
+ .days {
15
+ button {
16
+
17
+ }
18
+ .day {
19
+ legend {
20
+ top: -60px;
21
+ height: 40px;
22
+
23
+ div:nth-child(2) {
24
+ display: none;
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
30
+ }
31
+
32
+ calendar {
33
+ .schedule {
34
+ .schedule-item {
35
+ .statistics-item-container {
36
+ display: flex;
37
+ flex-direction: row;
38
+ width: 100%;
39
+ height: 100%;
40
+ }
41
+
42
+ .statistics-item {
43
+ font-size: 11px;
44
+ display: flex;
45
+ width: 100%;
46
+ background-color: $calendar-item-color;
47
+ border: solid 1px $calendar-item-border-color;
48
+ border-radius: $calendar-item-border-radius;
49
+ flex-direction: column;
50
+ justify-content: center;
51
+
52
+ &.important {
53
+ background-color: $statistics-presences-main;
54
+ color: $statistics-presences-white;
55
+ }
56
+
57
+ .data {
58
+ p {
59
+ font-size: 2em;
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,63 @@
1
+ .global-indicator {
2
+ font-size: 16px;
3
+
4
+ &.table {
5
+ position: relative;
6
+ padding-top: 45px;
7
+
8
+ .thead {
9
+ position: absolute;
10
+ width: 100%;
11
+ top: 0;
12
+ }
13
+
14
+ .th.student, .td.student {
15
+ flex: 1;
16
+ }
17
+ }
18
+
19
+ .indicator-value:nth-child(odd) {
20
+ background-color: $statistics-presences-light-background;
21
+ }
22
+
23
+ .max-value {
24
+ background-color: $statistics-presences-main !important;
25
+ color: $white;
26
+ font-weight: bold;
27
+ }
28
+
29
+ .tbody.count {
30
+ font-size: 18px;
31
+ font-weight: bold;
32
+ background-color: $white;
33
+
34
+ .student-count {
35
+ flex: 2;
36
+ padding: 10px 20px;
37
+ }
38
+ }
39
+
40
+ .em-slots-rate {
41
+ font-size: 9px;
42
+ }
43
+
44
+ .reload {
45
+ cursor: pointer;
46
+ &:hover {
47
+ color: $statistics-presences-main;
48
+ }
49
+ &.disabled {
50
+ color: $statistics-presences-middle-grey;
51
+ &:hover {
52
+ color: $statistics-presences-middle-grey;
53
+ }
54
+ }
55
+ }
56
+
57
+ .flex-row {
58
+ min-height: 0 !important;
59
+ padding-top: 0 !important;
60
+ padding-bottom: 0 !important;
61
+ }
62
+
63
+ }
@@ -0,0 +1 @@
1
+ @import "global";