@acorex/styles 18.0.5 → 18.1.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/package.json
CHANGED
@@ -121,16 +121,17 @@
|
|
121
121
|
|
122
122
|
.ax-editor-control {
|
123
123
|
// @apply ax-flex ax-h-full ax-items-center ax-justify-center ax-ps-2 ax-text-lg ax-text-input-surface-fore;
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
124
|
+
display: flex;
|
125
|
+
height: 100%;
|
126
|
+
align-items: center;
|
127
|
+
justify-content: center;
|
128
|
+
padding-inline-start: 0.5rem /* 8px */;
|
129
|
+
font-size: 1.125rem /* 18px */;
|
130
|
+
line-height: 1.75rem /* 28px */;
|
131
|
+
font-size: 1.125rem /* 18px */;
|
132
|
+
line-height: 1.75rem /* 28px */;
|
133
|
+
color: rgba(var(--ax-color-input-surface-fore));
|
134
|
+
|
134
135
|
}
|
135
136
|
|
136
137
|
&.ax-button-icon {
|