urfu-ui-kit-vanilla 1.1.3 → 1.1.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/package.json +1 -1
- package/src/main.css +8 -4
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -266,9 +266,6 @@ button {
|
|
|
266
266
|
position: relative;
|
|
267
267
|
margin-left: 8px;
|
|
268
268
|
}
|
|
269
|
-
.u-button-text .u-icon::before {
|
|
270
|
-
color: inherit;
|
|
271
|
-
}
|
|
272
269
|
.u-button-text .u-icon.icon-only {
|
|
273
270
|
margin: 0;
|
|
274
271
|
}
|
|
@@ -1833,7 +1830,6 @@ button {
|
|
|
1833
1830
|
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='1.5' fill='white' stroke='%23D3D3D3'/%3E%3C/svg%3E ");
|
|
1834
1831
|
}
|
|
1835
1832
|
.u-accordion {
|
|
1836
|
-
border-left: 4px solid #748AB9;
|
|
1837
1833
|
padding-left: 20px;
|
|
1838
1834
|
position: relative;
|
|
1839
1835
|
overflow: hidden;
|
|
@@ -1854,6 +1850,11 @@ button {
|
|
|
1854
1850
|
height: 100%;
|
|
1855
1851
|
top: 0;
|
|
1856
1852
|
right: 0;
|
|
1853
|
+
border-left: 4px solid #748AB9;
|
|
1854
|
+
}
|
|
1855
|
+
.u-accordion-toggle:hover {
|
|
1856
|
+
border-left: 4px solid #1E4391;
|
|
1857
|
+
transition: all 0.2s;
|
|
1857
1858
|
}
|
|
1858
1859
|
.u-accordion-toggle:hover:after {
|
|
1859
1860
|
position: absolute;
|
|
@@ -2223,6 +2224,9 @@ button {
|
|
|
2223
2224
|
border: none;
|
|
2224
2225
|
outline: none;
|
|
2225
2226
|
}
|
|
2227
|
+
.u-icon::before {
|
|
2228
|
+
color: inherit;
|
|
2229
|
+
}
|
|
2226
2230
|
.u-status {
|
|
2227
2231
|
display: flex;
|
|
2228
2232
|
justify-content: center;
|