mayak-common-library 0.0.830 → 0.0.831
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/styles/common.scss +2 -2
package/package.json
CHANGED
package/styles/common.scss
CHANGED
|
@@ -488,10 +488,10 @@ $screen-xl: 1536px;
|
|
|
488
488
|
color: $colorDark !important;
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
.white-placeholder::placeholder {
|
|
491
|
+
.white-placeholder input::placeholder {
|
|
492
492
|
color: #fff !important;
|
|
493
493
|
}
|
|
494
|
-
.gray-placeholder::placeholder {
|
|
494
|
+
.gray-placeholder input::placeholder {
|
|
495
495
|
color: $colorDark !important;
|
|
496
496
|
}
|
|
497
497
|
|