ode-csslib 4.2.0 → 4.2.2

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/dist/version.txt CHANGED
@@ -1 +1 @@
1
- entcore-css-lib 26/10/2023 12:17:06
1
+ entcore-css-lib 15/02/2024 12:34:48
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.2.0",
4
- "description": "Open Digital Education Legacy CSS framework",
3
+ "version": "4.2.2",
4
+ "description": "Edifice Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/opendigitaleducation/entcore-css-lib"
7
+ "url": "git+https://github.com/edificeio/entcore-css-lib"
8
8
  },
9
9
  "keywords": [
10
10
  "ODE",
11
11
  "CSS lib",
12
12
  "framework"
13
13
  ],
14
- "author": "OpenDigitalEducation",
14
+ "author": "Edifice",
15
15
  "license": "AGPL-3.0",
16
16
  "bugs": {
17
- "url": "https://github.com/opendigitaleducation/entcore-css-lib/issues"
17
+ "url": "https://github.com/edificeio/entcore-css-lib/issues"
18
18
  },
19
19
  "homepage": "",
20
20
  "devDependencies": {
@@ -26,7 +26,7 @@
26
26
  "sass": "1.66.1"
27
27
  },
28
28
  "dependencies": {
29
- "entcore-generic-icons": "git+https://github.com/opendigitaleducation/generic-icons.git#master"
29
+ "entcore-generic-icons": "git+https://github.com/edificeio/generic-icons.git#master"
30
30
  },
31
31
  "files": [
32
32
  "assets",
@@ -1,7 +1,7 @@
1
1
  @media screen and (min-width: $wide-screen) {
2
2
  .profil-flex {
3
3
  .email-ellipsis {
4
- @include cell-ellipsis;
4
+ // @include cell-ellipsis;
5
5
  max-width: 410px;
6
6
  }
7
7
  }
@@ -10,7 +10,7 @@
10
10
  @media screen and (min-width: $fat-tablette) and (max-width: $wide-screen) {
11
11
  .profil-flex {
12
12
  .email-ellipsis {
13
- @include cell-ellipsis;
13
+ // @include cell-ellipsis;
14
14
  max-width: 310px;
15
15
  }
16
16
  }
@@ -19,7 +19,7 @@
19
19
  @media screen and (min-width: $tablette) and (max-width: $fat-tablette) {
20
20
  .profil-flex {
21
21
  .email-ellipsis {
22
- @include cell-ellipsis;
22
+ // @include cell-ellipsis;
23
23
  max-width: 180px;
24
24
  }
25
25
  }
@@ -28,7 +28,7 @@
28
28
  @media screen and (min-width: $fat-mobile) and (max-width: $tablette) {
29
29
  .profil-flex {
30
30
  .email-ellipsis {
31
- @include cell-ellipsis;
31
+ // @include cell-ellipsis;
32
32
  max-width: 250px;
33
33
  }
34
34
  }
@@ -36,10 +36,29 @@
36
36
 
37
37
  @media screen and (max-width: $fat-mobile) {
38
38
  .profil-flex {
39
+
40
+ flex-wrap: wrap;
41
+
42
+ .four {
43
+ flex: 100%;
44
+ }
45
+
39
46
  .email-ellipsis {
40
- @include cell-ellipsis;
47
+ // @include cell-ellipsis;
41
48
  max-width: 150px;
42
49
  }
50
+
51
+ .one {
52
+ margin-right: 12px;
53
+ flex: 0;
54
+ width: auto;
55
+ align-items: center;
56
+ }
57
+
58
+ .seven {
59
+ width: auto;
60
+ flex: 1;
61
+ }
43
62
  }
44
63
  }
45
64
 
@@ -95,7 +114,15 @@
95
114
  .profil-flex {
96
115
  display: flex;
97
116
  justify-content: space-between;
98
- align-items: center;
117
+ align-items: flex-start;
118
+
119
+ &:not(:last-child) {
120
+ margin-bottom: 8px;
121
+ }
122
+
123
+ .four {
124
+ font-weight: bold;
125
+ }
99
126
 
100
127
  .flex-flow {
101
128
  flex-flow: wrap;
@@ -108,6 +135,8 @@
108
135
  .one {
109
136
  display: flex;
110
137
  justify-content: center;
138
+ align-items: center;
139
+ height: 22px;
111
140
  }
112
141
 
113
142
  .email-ellipsis {
@@ -116,9 +145,11 @@
116
145
 
117
146
  .email-ellipsis + .icon-verified {
118
147
  margin-right: 20px;
148
+ padding-top: calc((22px - 16px) / 2);
119
149
  }
120
150
 
121
151
  input[type=text]:placeholder-shown {
122
152
  text-overflow: ellipsis;
123
153
  }
154
+
124
155
  }
@@ -24,7 +24,7 @@ article.preview {
24
24
  }
25
25
 
26
26
  .user-infos {
27
- line-height: 25px;
27
+ line-height: 22px;
28
28
  input[type="text"] {
29
29
  margin: 0;
30
30
  }