allaw-ui 2.7.5 → 2.7.6
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.
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
white-space: nowrap;
|
|
34
34
|
overflow: hidden;
|
|
35
35
|
text-overflow: ellipsis;
|
|
36
|
+
text-transform: none !important;
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
.oauth-provider-button.apple {
|
|
@@ -56,6 +57,7 @@
|
|
|
56
57
|
white-space: nowrap;
|
|
57
58
|
overflow: hidden;
|
|
58
59
|
text-overflow: ellipsis;
|
|
60
|
+
text-transform: none !important;
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
.oauth-provider-button.linkedin .label {
|
|
@@ -66,6 +68,7 @@
|
|
|
66
68
|
white-space: nowrap;
|
|
67
69
|
overflow: hidden;
|
|
68
70
|
text-overflow: ellipsis;
|
|
71
|
+
text-transform: none !important;
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.allaw-icon-google {
|
|
@@ -116,4 +119,18 @@
|
|
|
116
119
|
white-space: nowrap;
|
|
117
120
|
overflow: hidden;
|
|
118
121
|
text-overflow: ellipsis;
|
|
122
|
+
text-transform: none !important;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/* Ajoutez cette règle spécifique pour forcer le texte à ne pas être en majuscules */
|
|
126
|
+
.oauth-provider-button .label {
|
|
127
|
+
text-transform: none !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* Assurez-vous que cette règle est appliquée à tous les fournisseurs */
|
|
131
|
+
.oauth-provider-button.google .label,
|
|
132
|
+
.oauth-provider-button.apple .label,
|
|
133
|
+
.oauth-provider-button.linkedin .label,
|
|
134
|
+
.oauth-provider-button.microsoft .label {
|
|
135
|
+
text-transform: none !important;
|
|
119
136
|
}
|