@mptw/skylens-ui 1.5.1 → 1.5.3
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/app/assets/css/main.css
CHANGED
|
@@ -159,6 +159,14 @@
|
|
|
159
159
|
|
|
160
160
|
--transition-input-focus: "margin, padding, color, font-size, line-height, background-color";
|
|
161
161
|
--transition-app-header: "margin, width";
|
|
162
|
+
--transition-width: "width";
|
|
163
|
+
--transition-height: "height";
|
|
164
|
+
--transition-margin: "margin";
|
|
165
|
+
--transition-font-size: "font-size";
|
|
166
|
+
--transition-padding: "padding";
|
|
167
|
+
--transition-sidebar-nav-item: "border-radius, width";
|
|
168
|
+
--transition-sidebar-nav-item-icon: "width, height, font-size";
|
|
169
|
+
--transition-border-radius: "border-radius";
|
|
162
170
|
|
|
163
171
|
--text-shadow-default: "0px 4px 4px rgba(0, 0, 0, 0.25)";
|
|
164
172
|
--text-shadow-md: "0px 2px 8px rgba(88, 82, 103, 0.25)";
|