@spark-hire/bootstrap-themes 3.2.3 → 3.2.4
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/CHANGELOG.md +12 -0
- package/css/dark.css +1 -1
- package/css/dark.map +1 -1
- package/css/light.css +1 -1
- package/css/light.map +1 -1
- package/package.json +1 -1
- package/scss/design-system-update/dropdowns.scss +1 -0
package/package.json
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
.dropdown-toggle.badge-#{$colorName}::after {
|
|
49
49
|
content: url("data:image/svg+xml, %3Csvg width='14' height='14' viewBox='0 0 14 14' fill='#{$urlEncodedFill}' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='CaretDown'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M2.16096 4.78596C2.41724 4.52968 2.83276 4.52968 3.08904 4.78596L7 8.69692L10.911 4.78596C11.1672 4.52968 11.5828 4.52968 11.839 4.78596C12.0953 5.04224 12.0953 5.45776 11.839 5.71404L7.46404 10.089C7.20776 10.3453 6.79224 10.3453 6.53596 10.089L2.16096 5.71404C1.90468 5.45776 1.90468 5.04224 2.16096 4.78596Z' fill='#{$urlEncodedFill}'/%3E%3C/g%3E%3C/svg%3E");
|
|
50
50
|
top: 3px;
|
|
51
|
+
margin-top: -3px;
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
54
|
|