@rufous/ui 0.2.76 → 0.2.77
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/dist/main.css +5 -0
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -595,6 +595,11 @@
|
|
|
595
595
|
.dg-row-action-btn:hover {
|
|
596
596
|
background: var(--hover-color);
|
|
597
597
|
}
|
|
598
|
+
.dg-row-action-btn svg,
|
|
599
|
+
.dg-row-action-btn img {
|
|
600
|
+
width: 18px;
|
|
601
|
+
height: 18px;
|
|
602
|
+
}
|
|
598
603
|
.dg-pagination {
|
|
599
604
|
padding: 16px 24px;
|
|
600
605
|
border-top: 1px solid var(--border-color);
|