@pmidc/upyog-css 1.0.16 → 1.0.17
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/index.css
CHANGED
|
@@ -1973,6 +1973,7 @@ img, video {
|
|
|
1973
1973
|
.employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
|
|
1974
1974
|
width: calc(100% - 32px);
|
|
1975
1975
|
background-color: initial;
|
|
1976
|
+
margin-top: -23px !important;
|
|
1976
1977
|
position: absolute;
|
|
1977
1978
|
z-index: 10;
|
|
1978
1979
|
width: 100%;
|
|
@@ -2015,6 +2016,7 @@ img, video {
|
|
|
2015
2016
|
.employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text] {
|
|
2016
2017
|
width: calc(100% - 32px);
|
|
2017
2018
|
background-color: initial;
|
|
2019
|
+
margin-top: -23px;
|
|
2018
2020
|
position: absolute;
|
|
2019
2021
|
z-index: 10;
|
|
2020
2022
|
width: 100%;
|
|
@@ -2141,6 +2143,7 @@ img, video {
|
|
|
2141
2143
|
.select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
|
|
2142
2144
|
width: calc(100% - 32px);
|
|
2143
2145
|
background-color: initial;
|
|
2146
|
+
margin-top: -23px;
|
|
2144
2147
|
position: absolute;
|
|
2145
2148
|
z-index: 10;
|
|
2146
2149
|
width: 100%;
|