hrsass-components 2.0.3 → 2.0.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/lib/hrsass-components.js +13 -12
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +2 -0
package/package.json
CHANGED
package/rollup.build.css
CHANGED
|
@@ -1953154,6 +1953154,7 @@
|
|
|
1953154
1953154
|
}
|
|
1953155
1953155
|
.hr-emp-card-simple-close > button {
|
|
1953156
1953156
|
width: auto;
|
|
1953157
|
+
min-width: auto;
|
|
1953157
1953158
|
height: auto;
|
|
1953158
1953159
|
font-weight: bold;
|
|
1953159
1953160
|
background: transparent;
|
|
@@ -1955776,6 +1955777,7 @@
|
|
|
1955776
1955777
|
}
|
|
1955777
1955778
|
.hr-emp-card-simple-close > button {
|
|
1955778
1955779
|
width: auto;
|
|
1955780
|
+
min-width: auto;
|
|
1955779
1955781
|
height: auto;
|
|
1955780
1955782
|
font-weight: bold;
|
|
1955781
1955783
|
background: transparent;
|