@keyblade/pro-components 1.2.1 → 1.2.2
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/es/style.css +5 -5
- package/package.json +1 -1
package/es/style.css
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
.keyblade-pro-reuse-tabs {
|
|
2
|
-
position: relative;
|
|
3
|
-
background-color: var(--color-bg-2);
|
|
4
|
-
padding: 4px 20px;
|
|
5
|
-
}
|
|
6
1
|
.keyblade-pro-page-container {
|
|
7
2
|
padding: 0 20px 20px 20px;
|
|
8
3
|
}
|
|
@@ -112,6 +107,11 @@
|
|
|
112
107
|
.keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-top {
|
|
113
108
|
padding: 16px 8px;
|
|
114
109
|
}
|
|
110
|
+
.keyblade-pro-reuse-tabs {
|
|
111
|
+
position: relative;
|
|
112
|
+
background-color: var(--color-bg-2);
|
|
113
|
+
padding: 4px 20px;
|
|
114
|
+
}
|
|
115
115
|
.keyblade-pro-breadcrumb {
|
|
116
116
|
margin: 16px 0;
|
|
117
117
|
}
|