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