@rolster/styles-foundations 2.6.12 → 2.6.13
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/styles.css +17 -17
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.rtl.css +17 -17
- package/dist/styles.rtl.min.css +1 -1
- package/package.json +1 -1
- package/scss/foundations/colors.scss +12 -12
- package/scss/utilities/normalize.scss +3 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// Rolster Technology Colors Foundations
|
|
2
|
-
// v2.6.
|
|
2
|
+
// v2.6.7
|
|
3
3
|
// @license MIT
|
|
4
4
|
// Author: Rolster Developers
|
|
5
5
|
// Created: 03/Mar/2022
|
|
6
|
-
// Updated:
|
|
6
|
+
// Updated: 16/Dic/2025
|
|
7
7
|
|
|
8
8
|
@use 'helpers' as helpers;
|
|
9
9
|
|
|
@@ -120,17 +120,17 @@ body {
|
|
|
120
120
|
|
|
121
121
|
@include helpers.rolster-theme(
|
|
122
122
|
'danger',
|
|
123
|
-
#
|
|
124
|
-
#
|
|
125
|
-
#
|
|
126
|
-
#
|
|
127
|
-
#
|
|
123
|
+
#4b0404,
|
|
124
|
+
#881415,
|
|
125
|
+
#a50f10,
|
|
126
|
+
#c80d0e,
|
|
127
|
+
#ed1516,
|
|
128
128
|
#ff2627,
|
|
129
|
-
#
|
|
130
|
-
#
|
|
131
|
-
#
|
|
132
|
-
#
|
|
133
|
-
#
|
|
129
|
+
#ff6465,
|
|
130
|
+
#ff9d9d,
|
|
131
|
+
#ffc5c5,
|
|
132
|
+
#ffdfdf,
|
|
133
|
+
#fff1f1
|
|
134
134
|
);
|
|
135
135
|
|
|
136
136
|
@include helpers.rolster-theme(
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// Rolster Technology Normalize Utilities
|
|
2
|
-
// v2.0.
|
|
2
|
+
// v2.0.5
|
|
3
3
|
// @license MIT
|
|
4
4
|
// Author: Rolster Developers
|
|
5
5
|
// Created: 11/Ago/2022
|
|
6
|
-
// Updated:
|
|
6
|
+
// Updated: 17/Dic/2025
|
|
7
7
|
|
|
8
8
|
:root {
|
|
9
|
-
--rls-app-font-family: -
|
|
9
|
+
--rls-app-font-family: -rolster-system-font, -apple-system, BlinkMacSystemFont,
|
|
10
10
|
'Segoe UI', Roboto, Helvetica;
|
|
11
11
|
}
|
|
12
12
|
|