@acorex/styles 19.13.0-next.1 → 19.13.0-next.10
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/package.json +1 -1
- package/tailwind-base.js +7 -0
package/package.json
CHANGED
package/tailwind-base.js
CHANGED
@@ -123,6 +123,13 @@ const UTILITY_CLASSES = {
|
|
123
123
|
'.heading-end': {
|
124
124
|
'text-align': 'end',
|
125
125
|
},
|
126
|
+
'.subtitle': {
|
127
|
+
opacity: '74%',
|
128
|
+
display: 'block',
|
129
|
+
'font-size': '1rem',
|
130
|
+
'font-weight': '400',
|
131
|
+
'line-height': '1.625rem',
|
132
|
+
},
|
126
133
|
'.links': {
|
127
134
|
color: 'rgba(var(--ax-sys-color-primary-surface))',
|
128
135
|
cursor: 'pointer',
|