ode-csslib 4.3.0 → 4.3.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/dist/version.txt CHANGED
@@ -1 +1 @@
1
- entcore-css-lib 14/11/2024 18:09:33
1
+ entcore-css-lib 29/11/2024 12:49:45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Edifice Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -367,8 +367,8 @@ body.exercizer {
367
367
  margin-right: 1.5rem;
368
368
  border-radius: 50%;
369
369
  background: transparent;
370
- border: 1px solid $flash-blue;
371
- color: $flash-blue;
370
+ border: 1px solid $primary;
371
+ color: $primary;
372
372
  float: left;
373
373
  font-size: 0.875rem;
374
374
  text-align: center;
@@ -1028,7 +1028,7 @@ body.exercizer {
1028
1028
  }
1029
1029
 
1030
1030
  a.comment {
1031
- color: $flash-blue;
1031
+ color: $primary;
1032
1032
  border-radius: 8px;
1033
1033
  }
1034
1034
 
@@ -18,18 +18,18 @@
18
18
 
19
19
  &-primary {
20
20
  color: $white;
21
- background-color: $flash-blue;
21
+ background-color: $primary;
22
22
 
23
23
  svg[class*="icon"] {
24
24
  fill: $white;
25
25
  }
26
26
 
27
27
  &:hover {
28
- background: darken($flash-blue, 10%);
28
+ background: darken($primary, 10%);
29
29
  }
30
30
 
31
31
  &:active {
32
- background: darken($flash-blue, 15%)
32
+ background: darken($primary, 15%)
33
33
  }
34
34
 
35
35
  &.disabled {
@@ -108,28 +108,28 @@
108
108
  padding-top: .5rem;
109
109
  padding-bottom: .5rem;
110
110
  gap: .5rem;
111
- color: $flash-blue;
111
+ color: $primary;
112
112
  background-color: transparent;
113
113
 
114
114
  svg[class*="icon"] {
115
- fill: $flash-blue;
115
+ fill: $primary;
116
116
  }
117
117
 
118
118
  &:hover {
119
119
  background-color: transparent;
120
- color: darken($flash-blue, 10%);
120
+ color: darken($primary, 10%);
121
121
 
122
122
  svg[class*="icon"] {
123
- fill: darken($flash-blue, 10%);
123
+ fill: darken($primary, 10%);
124
124
  }
125
125
  }
126
126
 
127
127
  &:active {
128
128
  background-color: transparent;
129
- color: darken($flash-blue, 15%);
129
+ color: darken($primary, 15%);
130
130
 
131
131
  svg[class*="icon"] {
132
- fill: darken($flash-blue, 15%);
132
+ fill: darken($primary, 15%);
133
133
  }
134
134
  }
135
135
 
@@ -9,7 +9,7 @@
9
9
  }
10
10
 
11
11
  &.selected {
12
- background: $flash-blue;
12
+ background: $primary;
13
13
 
14
14
  i {
15
15
  &:hover {
@@ -79,7 +79,7 @@
79
79
 
80
80
 
81
81
  &:hover {
82
- color: $flash-blue;
82
+ color: $primary;
83
83
  }
84
84
  }
85
85
 
@@ -179,7 +179,7 @@
179
179
  }
180
180
 
181
181
  .dominos .domino-group-name {
182
- color: $flash-blue !important;
182
+ color: $primary !important;
183
183
  }
184
184
 
185
185
  .dominos .item .domino .right-glider {
@@ -1,7 +1,7 @@
1
1
  .list-view {
2
2
  thead tr {
3
3
  color: $white;
4
- background: $flash-blue;
4
+ background: $primary;
5
5
  }
6
6
 
7
7
  label input[type="checkbox"] {
@@ -50,7 +50,7 @@
50
50
  th {
51
51
  padding: 1.5rem 0.65rem;
52
52
  font-size: .875rem;
53
- background: $flash-blue;
53
+ background: $primary;
54
54
 
55
55
  &:first-child {
56
56
  border-top-left-radius: 4px;
@@ -61,7 +61,7 @@
61
61
  padding: 0;
62
62
  margin: 0;
63
63
  width: 46px;
64
- background: $flash-blue;
64
+ background: $primary;
65
65
  box-shadow: none;
66
66
  border-radius: 0 .5rem .5rem 0;
67
67
 
@@ -8,7 +8,7 @@
8
8
  margin-bottom: 0.6rem;
9
9
 
10
10
  &:hover {
11
- border-color: $flash-blue;
11
+ border-color: $primary;
12
12
  }
13
13
 
14
14
  span,
@@ -69,11 +69,11 @@
69
69
 
70
70
  &.droppable {
71
71
  .icon-upload {
72
- fill: $flash-blue;
72
+ fill: $primary;
73
73
  }
74
74
 
75
75
  a {
76
- color: $flash-blue;
76
+ color: $primary;
77
77
  }
78
78
 
79
79
  &:hover {
@@ -40,7 +40,7 @@ text-zone {
40
40
  }
41
41
 
42
42
  &.selected {
43
- background: $flash-blue;
43
+ background: $primary;
44
44
  color: $white;
45
45
 
46
46
  >svg[class*="icon"] {