@keyblade/pro-components 1.2.6 → 1.2.8
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
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
.keyblade-pro-breadcrumb-icon-item {
|
|
5
5
|
cursor: text;
|
|
6
6
|
}
|
|
7
|
+
.keyblade-pro-reuse-tabs {
|
|
8
|
+
position: relative;
|
|
9
|
+
background-color: var(--color-bg-2);
|
|
10
|
+
padding: 4px 20px;
|
|
11
|
+
}
|
|
7
12
|
.keyblade-pro-page-container {
|
|
8
13
|
padding: 0 20px 20px 20px;
|
|
9
14
|
}
|
|
@@ -113,11 +118,6 @@
|
|
|
113
118
|
.keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-top {
|
|
114
119
|
padding: 16px 8px;
|
|
115
120
|
}
|
|
116
|
-
.keyblade-pro-reuse-tabs {
|
|
117
|
-
position: relative;
|
|
118
|
-
background-color: var(--color-bg-2);
|
|
119
|
-
padding: 4px 20px;
|
|
120
|
-
}
|
|
121
121
|
.keyblade-pro-menu-item-img {
|
|
122
122
|
width: 14px;
|
|
123
123
|
height: auto;
|