rk-web-core 0.12.17 → 0.12.18
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.
|
File without changes
|
package/package.json
CHANGED
package/rk-web-core.css
CHANGED
|
@@ -2028,7 +2028,6 @@ html {
|
|
|
2028
2028
|
align-items: center;
|
|
2029
2029
|
height: 50px;
|
|
2030
2030
|
position: relative;
|
|
2031
|
-
min-width: 90px;
|
|
2032
2031
|
transition: all 300ms;
|
|
2033
2032
|
}
|
|
2034
2033
|
.rk-web-core-nav-item-icon {
|
|
@@ -2042,11 +2041,6 @@ html {
|
|
|
2042
2041
|
white-space: nowrap;
|
|
2043
2042
|
padding: 0 10px;
|
|
2044
2043
|
height: 50px;
|
|
2045
|
-
position: absolute;
|
|
2046
|
-
left: 0;
|
|
2047
|
-
right: 0;
|
|
2048
|
-
bottom: 0;
|
|
2049
|
-
top: 0;
|
|
2050
2044
|
font-size: 16px;
|
|
2051
2045
|
}
|
|
2052
2046
|
.rk-web-core-nav-item-active {
|