ode-csslib-openent-cg77 3.2.21 → 3.2.23-dev-integration.202408191905

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.
@@ -0,0 +1,2 @@
1
+ $primary: #004899;
2
+ $secondary: #00ace9;
@@ -0,0 +1,12 @@
1
+ body.calendar .sidebar-title {
2
+ background-color: $primary;
3
+ }
4
+
5
+ body.calendar calendar legend, .legend>.month-day, button.cyan {
6
+ background: $primary !important;
7
+ background-color: $primary !important;
8
+ }
9
+
10
+ body.calendar .backgroundBlueTitle {
11
+ background: $primary !important;
12
+ }
@@ -0,0 +1,91 @@
1
+ body.magneto {
2
+ .boardsContainer-container-body-folder-button {
3
+ a {
4
+ border-color: $primary !important;
5
+ }
6
+ }
7
+
8
+ .boardsContainer-container {
9
+ .side-nav-mobile-folder-button {
10
+ a {
11
+ border-color: $primary !important;
12
+ }
13
+ }
14
+ }
15
+
16
+ .search-barDirective {
17
+ border-color: $primary !important;
18
+ }
19
+
20
+ .folderDirective-tree-nav {
21
+
22
+ &-item {
23
+ &-name {
24
+ &.selected {
25
+ background-color: $primary-lighter;
26
+ color: $primary-light;
27
+ a {
28
+ color: $primary-light;
29
+ }
30
+ }
31
+ }
32
+ }
33
+ }
34
+ .boardDirective-list-folder {
35
+ &.active {
36
+ border: solid $primary-light !important;
37
+ background: $primary-lighter;
38
+ }
39
+ &-infos {
40
+ i.magneto-folder {
41
+ color: $primary;
42
+ }
43
+ }
44
+ }
45
+ .boardDirective-list-item {
46
+ &.active {
47
+ border: solid $primary-light !important;
48
+ background: $primary-lighter;
49
+
50
+ &-image {
51
+ background: $primary-lighter;
52
+ }
53
+ }
54
+ }
55
+ .cardDirective-navbar-item{
56
+ &.selected
57
+ {
58
+ color:$primary-light;
59
+ }
60
+ }
61
+
62
+ .boardDirective-date {
63
+ background-color: $primary-lighter;
64
+ color: $primary;
65
+
66
+ & i.magneto-check-circle {
67
+ color: $primary;
68
+ }
69
+ }
70
+
71
+
72
+ }
73
+
74
+ switch {
75
+ .switch {
76
+ input[type=checkbox]:checked + .tick {
77
+ background: $primary-light;
78
+
79
+ &:before {
80
+ background: $primary-dark;
81
+ }
82
+ }
83
+ input[type=checkbox]:disabled:checked + .tick {
84
+ background: $primary-lighter;
85
+
86
+ &:before {
87
+ background: $primary-lighter;
88
+ }
89
+ }
90
+ }
91
+ }
@@ -0,0 +1,5 @@
1
+ body.mediacentre-module {
2
+ .dominos .item .domino .data-text .owner {
3
+ color: $primary !important;
4
+ }
5
+ }
@@ -0,0 +1,3 @@
1
+ .navbar {
2
+ background: $primary !important;
3
+ }
@@ -1,2 +1,7 @@
1
1
  @import "panel";
2
2
  @import "spe77";
3
+ @import "portal";
4
+ @import "calendar";
5
+ @import "magneto";
6
+ @import "mediacentre";
7
+ @import "navbar";
@@ -3,16 +3,5 @@
3
3
  max-width: 130px;
4
4
  margin-top: 0;
5
5
  }
6
-
7
- &::before {
8
- content: "";
9
- background: url(../../img/illustrations/open-ent-logo.png) no-repeat;
10
- display: block;
11
- height: 53px;
12
- width: 116px;
13
- position: absolute;
14
- left: 153px;
15
- background-size: contain;
16
- top: 7px;
17
- }
6
+ background: $primary;
18
7
  }
@@ -0,0 +1,4 @@
1
+ table.sticky-header thead tr th,
2
+ table.sticky-header thead tr th {
3
+ background: $primary;
4
+ }
@@ -11,14 +11,14 @@
11
11
  "auth.back.to.login": "Retour à l'écran d'accueil",
12
12
  "auth.click.to.send.sms": "Recevoir un texto au numéro de téléphone mobile que vous avez indiqué dans votre profil.",
13
13
  "auth.charter": "/assets/cgu/Charte_ENT77.pdf",
14
- "mail.reset.pw.subject": "Réinitialisation mot de passe - ENT 77",
15
- "mail.reset.id.subject": "Rappel de votre identifiant de connexion - ENT 77",
14
+ "mail.reset.pw.subject": "ENT77 – Collèges Connectés : Réinitialisation de votre mot de passe",
15
+ "mail.reset.id.subject": "ENT77 – Collèges Connectés : Rappel de votre identifiant de connexion",
16
16
  "email.hi": "Bonjour,",
17
17
  "email.login": "Votre identifiant ",
18
18
  "email.regards": "",
19
19
  "email.reset.infos": "Si vous n'êtes pas à l'origine de cette demande, vous pouvez ignorer cet email.",
20
- "email.reset.pw.infos": "Vous avez demandé la réinitialisation de votre mot de passe pour vous connecter à l’ENT 77.",
21
- "email.signature" : "L'équipe ENT 77, l’ENT de Seine et Marne<br/><a href=\"http://ent.seine-et-marne.fr/\">http://ent.seine-et-marne.fr/</a>",
20
+ "email.reset.pw.infos": "Vous avez demandé la réinitialisation de votre mot de passe pour vous connecter à l’ENT77 – Collèges Connectés.",
21
+ "email.signature" : "L'équipe de l’ENT77 Collèges Connectés, votre portail numérique éducatif en Seine-et-Marne https://ent.seine-et-marne.fr",
22
22
  "phone.hi": "Bonjour, ",
23
23
  "phone.how.to.reset": "Vous pouvez vous connecter à l'ENT 77 en saisissant votre identifiant et votre nouveau code d'activation",
24
24
  "phone.login": "Voici le rappel de votre identifiant de connexion à l'ENT 77",
@@ -24,5 +24,5 @@
24
24
  "group.Personnel": "Personnels non enseignants du groupe {0}.",
25
25
  "group.class.Personnel": "Personnels non enseignants de la classe {0}.",
26
26
  "group.school.Personnel": "Personnels non enseignants de l'{0}.",
27
- "email.signature": "ENT 77, l’ENT de Seine et Marne<br/><a href=\"http://ent.seine-et-marne.fr/\">http://ent.seine-et-marne.fr/</a>"
27
+ "email.signature": "L'équipe de l’ENT77 Collèges Connectés, votre portail numérique éducatif en Seine-et-Marne https://ent.seine-et-marne.fr"
28
28
  }
@@ -17,27 +17,27 @@
17
17
  "timeline.mail.footer.color": "color: #999;",
18
18
  "timeline.home.url": "{{#host}}/timeline/timeline{{/host}}",
19
19
  "timeline.mail.logo.src": "{{#host}}/assets/themes/cg77/img/illustrations/logo.png{{/host}}",
20
- "timeline.mail.logo.width": "80",
20
+ "timeline.mail.logo.width": "144",
21
21
  "timeline.mail.logo.height": "54",
22
22
  "timeline.mail.accent.bg": "background-color: #FF8500;",
23
23
  "timeline.mail.accent.border": "border-color: #FF8500;",
24
24
  "timeline.mail.title.color": "color: #FF8500;",
25
25
  "timeline.mail.footer.link": "{{#host}}{{/host}}",
26
- "timeline.mail.footer.link.text": "À bientôt sur l'ENT77",
26
+ "timeline.mail.footer.link.text": "À bientôt sur l'ENT77 – Collèges Connectés",
27
27
  "timeline.mail.subfooter.text": "Pour changer vos préférences de notifications,",
28
28
  "timeline.mail.subfooter.link.text": "cliquez ici",
29
29
  "timeline.mail.subfooter.link": "{{#host}}/userbook/mon-compte{{/host}}",
30
30
  "timeline.content.mail.border": "border-bottom: 1px solid #209DCC;",
31
- "timeline.immediate.mail.subject.header": "ENT77 :",
31
+ "timeline.immediate.mail.subject.header": "ENT77 – Collèges Connectés :",
32
32
  "timeline.immediate.mail.subject.start": "Bonjour {{displayName}}, vous avez reçu",
33
33
  "timeline.immediate.mail.subject.bold": "une nouvelle notification :",
34
34
  "timeline.immediate.mail.action.text": "Consulter dans l'ENT",
35
- "timeline.daily.mail.subject.header": "ENT77 - Quoi de neuf aujourd'hui ?",
35
+ "timeline.daily.mail.subject.header": "ENT77 – Collèges Connectés - Quoi de neuf aujourd'hui ?",
36
36
  "timeline.daily.mail.subject.start": "Bonjour {{displayName}}, voici les",
37
37
  "timeline.daily.mail.subject.bold": "nouveautés de la journée",
38
38
  "timeline.daily.mail.subject.end": "dans votre ENT",
39
39
  "timeline.daily.mail.action.text": "Voir les nouveautés",
40
- "timeline.weekly.mail.subject.header": "ENT77 - Quoi de neuf cette semaine ?",
40
+ "timeline.weekly.mail.subject.header": "ENT77 – Collèges Connectés - Quoi de neuf cette semaine ?",
41
41
  "timeline.weekly.mail.subject.start": "Bonjour {{displayName}}, voici les",
42
42
  "timeline.weekly.mail.subject.bold": "nouveautés de la semaine",
43
43
  "timeline.weekly.mail.subject.end": "dans votre ENT",
Binary file
Binary file
Binary file
Binary file
package/dist/img/logo.png CHANGED
Binary file