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,3 @@
1
+ @import "punishment-duty-form";
2
+ @import "punishment-exclude-form";
3
+ @import "punishment-detention-form";
@@ -0,0 +1,38 @@
1
+ .punishment-detention-form {
2
+ &-dates {
3
+ margin: $spacing-LXS 0;
4
+
5
+ &-date {
6
+ padding-bottom: $spacing-LXS;
7
+
8
+ .timeslot-select {
9
+ margin-right: $spacing-M;
10
+ }
11
+ }
12
+
13
+ &-place {
14
+ input {
15
+ border: none;
16
+ background: none;
17
+ border-bottom: 1px dotted $grey-light;
18
+
19
+ &:focus {
20
+ outline: none;
21
+ }
22
+ }
23
+ }
24
+ }
25
+
26
+ &-createSlot {
27
+ margin-bottom: $spacing-L;
28
+
29
+ &:hover {
30
+ color: $yellow-main;
31
+ }
32
+
33
+ &-icon {
34
+ font-size: 2em;
35
+ margin-right: $spacing-LXS;
36
+ }
37
+ }
38
+ }
@@ -0,0 +1,14 @@
1
+ .punishment-duty-form {
2
+ &-date {
3
+ padding-bottom: $spacing-M;
4
+ }
5
+
6
+ &-instruction {
7
+ padding: $spacing-LXS 0 $spacing-M 0;
8
+
9
+ textarea {
10
+ background: none;
11
+ margin: $spacing-M 0
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,55 @@
1
+ .punishment-exclude-form {
2
+ &-date {
3
+ padding-bottom: $spacing-M;
4
+
5
+ date-picker {
6
+ margin-right: $spacing-L;
7
+ }
8
+ }
9
+
10
+ &-mandatory {
11
+ padding: $spacing-LXS 0 $spacing-L 0;
12
+ display: inline-flex;
13
+ align-items: center;
14
+ }
15
+
16
+ &-absence {
17
+ display: inline-flex;
18
+ align-items: center;
19
+ margin-bottom: $spacing-L;
20
+
21
+ &.add-absence {
22
+ margin-bottom: $spacing-XXS;
23
+ }
24
+
25
+ }
26
+
27
+ &-absence-anomaly {
28
+ color: $deep-red;
29
+ span {
30
+ font-weight: bold;
31
+ color: $dark-red;
32
+ }
33
+ }
34
+
35
+ &-absence-reason {
36
+ margin-top: $spacing-LXS;
37
+ margin-bottom: $spacing-L;
38
+
39
+ &-follow {
40
+ padding-left: $spacing-M;
41
+ }
42
+ }
43
+
44
+ switch {
45
+ .switch {
46
+ input[type=checkbox]:checked + .tick {
47
+ background: $green;
48
+ }
49
+
50
+ input[type=checkbox]:checked + .tick:before {
51
+ background: $deep-green;
52
+ }
53
+ }
54
+ }
55
+ }
@@ -0,0 +1,77 @@
1
+ #memento-incidents-sniplet {
2
+ position: relative;
3
+
4
+ .disabled {
5
+ position: absolute;
6
+ left: 0;
7
+ top: 0;
8
+ width: 100%;
9
+ height: 100%;
10
+ display: flex;
11
+ align-items: center;
12
+ justify-content: center;
13
+ background-color: rgba(255, 255, 255, 0.8);
14
+ z-index: 1;
15
+ }
16
+
17
+ .text-align-center {
18
+ text-align: center;
19
+ }
20
+
21
+ .background-yellow {
22
+ background-color: $yellow-main;
23
+ }
24
+
25
+ .text-white {
26
+ color: $white;
27
+ }
28
+
29
+ .min-height-45 {
30
+ min-height: 45px !important;
31
+ }
32
+
33
+ .max-height-80 {
34
+ max-height: 80px !important;
35
+ }
36
+
37
+ .overflow-y {
38
+ overflow: auto;
39
+ max-height: 200px;
40
+ }
41
+
42
+ .pagination-sniplet {
43
+ > ul {
44
+ float: none !important;
45
+ text-align: right;
46
+ }
47
+ }
48
+
49
+ .open-in-new::before {
50
+ font-size: 25px;
51
+ margin-right: 0;
52
+ }
53
+
54
+ .incident-flex {
55
+ display: flex;
56
+ justify-content: space-between;
57
+ }
58
+
59
+ .incident-filters {
60
+ font-size: 14px;
61
+ }
62
+
63
+ .checkbox {
64
+ margin-left: 20px;
65
+ }
66
+
67
+ .check-circle::before {
68
+ font-size: 25px;
69
+ color: $incident-light-green;
70
+ }
71
+
72
+ .absences::before {
73
+ font-size: 25px;
74
+ color: $incidents-grey-average;
75
+ }
76
+
77
+ }
@@ -0,0 +1,105 @@
1
+ @import "variables";
2
+
3
+ $massmailing-main: #ffb600;
4
+ $massmailing-bgcolor: rgba(255, 255, 255, 0.6);
5
+ $massmailing-grey: #c0c0c0;
6
+
7
+ body.massmailing, .sniplet.presences {
8
+ @import "components/index";
9
+
10
+ .text-align-left {
11
+ text-align: left;
12
+ }
13
+
14
+ .text-align-right {
15
+ text-align: right;
16
+ }
17
+
18
+ .red-text {
19
+ color: $presences-red;
20
+ }
21
+
22
+ .hr {
23
+ width: 100%;
24
+ height: 2px;
25
+ background: $massmailing-grey;
26
+ opacity: 0.5;
27
+ border-radius: 1px;
28
+ }
29
+
30
+ h1.title {
31
+ padding: 0 10px;
32
+ margin-left: 5px;
33
+ }
34
+
35
+ .massmailing-content {
36
+ padding: 0 10px;
37
+ margin: 0 5px;
38
+ background-color: $massmailing-bgcolor;
39
+ }
40
+
41
+ .date-filters {
42
+ padding-top: 10px;
43
+ }
44
+
45
+ i.filter {
46
+ font-size: 26px;
47
+ }
48
+
49
+ .massmailing-filters {
50
+ h4 {
51
+ font-size: 20px;
52
+ font-weight: normal;
53
+
54
+ input[type="number"] {
55
+ width: 50px;
56
+ font-size: 20px;
57
+ }
58
+ }
59
+ }
60
+
61
+ .counters-cell {
62
+ padding: 0;
63
+ position: relative;
64
+
65
+ .counters {
66
+ height: 100%;
67
+ display: flex;
68
+ position: absolute;
69
+ top: 0;
70
+ left: 0;
71
+ align-items: center;
72
+ justify-content: center;
73
+ width: 100%;
74
+
75
+ .counter {
76
+ width: 40px;
77
+ height: 100%;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ color: $white;
82
+
83
+ &.REGULARIZED {
84
+ background: $presences-green;
85
+ }
86
+
87
+ &.UNREGULARIZED {
88
+ background: $presences-pink;
89
+ }
90
+
91
+ &.PUNISHMENT, &.SANCTION {
92
+ background: $presences-main;
93
+ }
94
+
95
+ &.NO_REASON {
96
+ background: $presences-red;
97
+ }
98
+
99
+ &.LATENESS {
100
+ background: $presences-purple;
101
+ }
102
+ }
103
+ }
104
+ }
105
+ }
@@ -0,0 +1,34 @@
1
+ $presences-main: #ffb600;
2
+ $presences-orange: #FF8500;
3
+ $presences-red: #e61610;
4
+ $presences-pink: #ff8a84;
5
+ $presences-beige-light: #fff8eb;
6
+ $presences-purple: #9c29b7;
7
+ $presences-green: #72bb53;
8
+ $presences-water-green: #b0ead5;
9
+ $presences-blue: #2a9cc8;
10
+ $presences-remark: #2f5be0;
11
+ $presences-grey: #aaaaaa;
12
+ $presences-grey-clear: #eeeeee;
13
+ $presences-grey-incident: #d6d6d6;
14
+ $presences-grey-light: #f0f0f0;
15
+ $presences-grey-smoke: #f7f7f7;
16
+ $presences-white: #ffffff;
17
+ $presences-middle-grey: #929292;
18
+ $presences-black: rgba(0, 0, 0, .87);
19
+
20
+ $massmailing-card-shadow: 0 5px 5px rgba(0, 0, 0, 0.21);
21
+
22
+ /* ----------------------------
23
+ Spacing
24
+ ---------------------------- */
25
+ $spacing-XXL: 68px;
26
+ $spacing-XML: 60px;
27
+ $spacing-XM: 48px;
28
+ $spacing-XL: 42px;
29
+ $spacing-L: 24px;
30
+ $spacing-M: 16px;
31
+ $spacing-S: 12px;
32
+ $spacing-XLXS: 10px;
33
+ $spacing-LXS: 8px;
34
+ $spacing-XXS: 4px;
@@ -0,0 +1,6 @@
1
+ .massmail-anomalies {
2
+ .title {
3
+ font-size: 18px;
4
+ font-weight: normal;
5
+ }
6
+ }
@@ -0,0 +1,106 @@
1
+ .massmailing-card {
2
+ background-color: $presences-white;
3
+ color: $presences-black;
4
+ border-radius: 5px;
5
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
6
+
7
+ &-header {
8
+ background-color: $presences-main;
9
+ color: $presences-white;
10
+ border-top-left-radius: inherit;
11
+ border-top-right-radius: inherit;
12
+ display: flex;
13
+ padding: 8px 16px;
14
+ flex-direction: column;
15
+
16
+ &-title {
17
+ display: flex;
18
+ }
19
+ }
20
+
21
+ &-body {
22
+ display: flex;
23
+ padding: 8px 16px;
24
+ overflow-y: auto;
25
+ max-height: 400px;
26
+
27
+ &-descriptionHTML {
28
+ tr {
29
+ background: none;
30
+ box-shadow: none;
31
+ color: unset;
32
+ }
33
+ a {
34
+ //color: $presences-black;
35
+ color: $dark-grey;
36
+ &:hover {
37
+ color: $presences-main
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+
44
+ .massmailing-card-stats {
45
+
46
+ &-item {
47
+ height: 120px;
48
+ border-radius: 7px;
49
+ background-color: $white;
50
+ position: relative;
51
+ box-shadow: $massmailing-card-shadow;
52
+ display: flex;
53
+ flex-direction: column;
54
+ justify-content: space-around;
55
+ align-items: center;
56
+
57
+ &:after {
58
+ content: ' ';
59
+ width: 100%;
60
+ height: 10px;
61
+ position: absolute;
62
+ border-bottom-left-radius: 7px;
63
+ border-bottom-right-radius: 7px;
64
+ display: block;
65
+ bottom: 0;
66
+ right: 0;
67
+ }
68
+
69
+ &.absences:after, &.NO_REASON:after, &.ABSENCE:after {
70
+ background-color: $presences-red;
71
+ }
72
+
73
+ &.REGULARIZED:after {
74
+ background-color: $presences-green;
75
+ }
76
+
77
+ &.PUNISHMENT:after, &.SANCTION:after {
78
+ background-color: $presences-main;
79
+ }
80
+
81
+ &.UNREGULARIZED:after {
82
+ background-color: $presences-pink;
83
+ }
84
+
85
+ &.lateness:after, &.LATENESS:after {
86
+ background-color: $presences-purple;
87
+ }
88
+
89
+ &.bold {
90
+ font-weight: bold;
91
+ }
92
+
93
+ .value {
94
+ color: $black;
95
+ font-size: 33px;
96
+ font-weight: bold;
97
+ margin-top: 20px;
98
+ }
99
+
100
+ .subtitle {
101
+ font-size: 14px;
102
+ margin: 8px 0;
103
+ text-align: center;
104
+ }
105
+ }
106
+ }
@@ -0,0 +1,6 @@
1
+ @import "status";
2
+ @import "anomalies";
3
+ @import "prefetch";
4
+ @import "card";
5
+ @import "sniplets/index";
6
+ @import "history/index";
@@ -0,0 +1,65 @@
1
+ .massmailing-prefetch {
2
+ table {
3
+ margin-bottom: 0;
4
+ }
5
+
6
+ .head-table {
7
+ z-index: 1;
8
+ position: relative;
9
+ }
10
+
11
+ .list-table {
12
+ z-index: 0;
13
+ position: relative;
14
+ }
15
+
16
+ .students {
17
+ max-height: 200px;
18
+ overflow-y: auto;
19
+ }
20
+
21
+ .sub-row {
22
+ background: rgba(235, 235, 235, 0.4);
23
+ }
24
+
25
+ i {
26
+ &.mail::before {
27
+ font-family: 'material-icons';
28
+ content: "\F1EE";
29
+ color: $presences-black;
30
+ }
31
+ }
32
+
33
+ .massmailing-counters {
34
+ .counter {
35
+ height: 53px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ font-size: 16px;
40
+ margin-right: 25px;
41
+
42
+ i.incident {
43
+ color: $presences-red;
44
+ margin-right: 10px;
45
+ font-size: 20px;
46
+ }
47
+
48
+ .number {
49
+ font-size: 30px;
50
+ margin-right: 5px;
51
+ font-weight: bold;
52
+ }
53
+ }
54
+ }
55
+
56
+ .template-preview {
57
+ height: 75px;
58
+ overflow-y: auto;
59
+ padding: 5px;
60
+ color: rgba(0, 0, 0, 0.4);
61
+ border: solid 1px rgba(192, 192, 192, 0.25);
62
+ border-radius: 5px;
63
+ font-size: 14px;
64
+ }
65
+ }
@@ -0,0 +1,48 @@
1
+ $status-height: 120px;
2
+ $status-max-width: 250px;
3
+
4
+ .massmail-status {
5
+ &.grid {
6
+ display: grid;
7
+ grid-template-columns: repeat(4, minmax(auto, $status-max-width));
8
+ grid-column-gap: 25px;
9
+ grid-gap: 16px;
10
+ grid-template-rows: $status-height;
11
+
12
+ .widget-alert {
13
+ height: 100%;
14
+
15
+ .value {
16
+ font-size: 33px;
17
+ color: $black;
18
+ margin-top: 20px;
19
+ }
20
+
21
+ .subtitle {
22
+ width: 85%;
23
+ text-align: center;
24
+ font-size: 15px;
25
+ }
26
+ }
27
+ }
28
+
29
+ .empty-content {
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+
34
+ .description {
35
+ height: 120px;
36
+ }
37
+ }
38
+
39
+ .empty-content-evenly {
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-evenly;
43
+
44
+ .empty-content {
45
+ margin: 0;
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,11 @@
1
+ .history-header {
2
+ &-search {
3
+ padding: 8px 0 0 0;
4
+ display: flex;
5
+ justify-content: space-between;
6
+
7
+ &-bar {
8
+ width: 45%;
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,15 @@
1
+ .history-lightbox {
2
+
3
+ .header-lightbox {
4
+ margin-bottom: 0;
5
+ }
6
+
7
+ /* reajdust padding list students/groups */
8
+ .search-input-ul {
9
+ padding: 8px 0 0 0;
10
+ }
11
+
12
+ input {
13
+ margin-bottom: 0;
14
+ }
15
+ }
@@ -0,0 +1,66 @@
1
+ /* body */
2
+ .history-body {
3
+ .pagination {
4
+ margin: 0 8px 8px;
5
+ }
6
+ }
7
+
8
+ /* history-list */
9
+ .history-body-content {
10
+ display: flex;
11
+ justify-content: center;
12
+ align-items: start;
13
+
14
+ &-history {
15
+ margin-right: 16px;
16
+ flex: 1 0 auto;
17
+ width: 60em !important;
18
+
19
+ &.flex-table {
20
+ background-color: $presences-white;
21
+ }
22
+
23
+ // student list section
24
+ &-list {
25
+ &-date {
26
+ background-color: $presences-grey-clear;
27
+ border-bottom: 1px solid $presences-white;
28
+ }
29
+
30
+ &-student {
31
+ border-bottom: solid 1px $presences-grey-clear;
32
+
33
+ &.active {
34
+ background-color: $presences-grey-clear;
35
+ border-bottom: solid 1px $presences-white;
36
+ }
37
+
38
+ &-info {
39
+ text-align: center !important;
40
+ justify-content: space-around !important;
41
+ }
42
+ }
43
+ }
44
+ }
45
+
46
+ // side card
47
+ &-card {
48
+ padding-left: 16px;
49
+ display: flex;
50
+ flex: 0 1 auto;
51
+ width: 100%;
52
+
53
+ &-clickDisplay {
54
+ display: flex;
55
+ flex-direction: column;
56
+ text-align: center;
57
+ margin: 72px;
58
+ }
59
+
60
+ .arrow-right {
61
+ margin-top: 24px;
62
+ font-size: 24px;
63
+ transform: rotate(180deg);
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,3 @@
1
+ @import "header";
2
+ @import "history-list";
3
+ @import "history-lightbox";
@@ -0,0 +1 @@
1
+ @import "massmailing-manage";