@keyblade/pro-components 1.2.7 → 1.3.0
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 +3 -3
- package/package.json +1 -1
package/es/style.css
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
.keyblade-pro-page-container {
|
|
2
|
+
padding: 0 20px 20px 20px;
|
|
3
|
+
}
|
|
1
4
|
.keyblade-pro-layout {
|
|
2
5
|
width: 100%;
|
|
3
6
|
height: 100%;
|
|
@@ -109,9 +112,6 @@
|
|
|
109
112
|
background-color: var(--color-bg-2);
|
|
110
113
|
padding: 4px 20px;
|
|
111
114
|
}
|
|
112
|
-
.keyblade-pro-page-container {
|
|
113
|
-
padding: 0 20px 20px 20px;
|
|
114
|
-
}
|
|
115
115
|
.keyblade-pro-breadcrumb {
|
|
116
116
|
margin: 16px 0;
|
|
117
117
|
}
|