@openedx/paragon 22.15.1 → 22.15.2
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/Form/_index.scss +2 -0
- package/dist/paragon.css +1 -1
- package/package.json +1 -1
- package/src/Form/_index.scss +2 -0
package/package.json
CHANGED
package/src/Form/_index.scss
CHANGED
|
@@ -380,6 +380,7 @@ select.form-control {
|
|
|
380
380
|
appearance: none;
|
|
381
381
|
height: $custom-control-indicator-size;
|
|
382
382
|
width: $custom-control-indicator-size;
|
|
383
|
+
min-width: $custom-control-indicator-size;
|
|
383
384
|
background-color: $custom-control-indicator-bg;
|
|
384
385
|
border: solid $custom-control-indicator-border-width $custom-control-indicator-border-color;
|
|
385
386
|
border-radius: $custom-checkbox-indicator-border-radius;
|
|
@@ -437,6 +438,7 @@ select.form-control {
|
|
|
437
438
|
|
|
438
439
|
.pgn__form-switch-input {
|
|
439
440
|
width: $custom-switch-width;
|
|
441
|
+
min-width: $custom-switch-width;
|
|
440
442
|
border-radius: $custom-switch-indicator-border-radius;
|
|
441
443
|
background-image: escape-svg($custom-switch-indicator-icon-off);
|
|
442
444
|
background-position: left center;
|