@pmidc/upyog-css 1.0.15 → 1.0.16
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,7 +1973,6 @@ 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;
|
|
1977
1976
|
position: absolute;
|
|
1978
1977
|
z-index: 10;
|
|
1979
1978
|
width: 100%;
|
|
@@ -2016,7 +2015,6 @@ img, video {
|
|
|
2016
2015
|
.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] {
|
|
2017
2016
|
width: calc(100% - 32px);
|
|
2018
2017
|
background-color: initial;
|
|
2019
|
-
margin-top: -23px;
|
|
2020
2018
|
position: absolute;
|
|
2021
2019
|
z-index: 10;
|
|
2022
2020
|
width: 100%;
|
|
@@ -2143,7 +2141,6 @@ img, video {
|
|
|
2143
2141
|
.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] {
|
|
2144
2142
|
width: calc(100% - 32px);
|
|
2145
2143
|
background-color: initial;
|
|
2146
|
-
margin-top: -23px;
|
|
2147
2144
|
position: absolute;
|
|
2148
2145
|
z-index: 10;
|
|
2149
2146
|
width: 100%;
|
|
@@ -4962,7 +4959,7 @@ video::-webkit-media-controls-panel {
|
|
|
4962
4959
|
display: block;
|
|
4963
4960
|
position: relative; }
|
|
4964
4961
|
.PageBasedInputWrapper .card, .PageBasedInputWrapper .card-emp {
|
|
4965
|
-
max-width:
|
|
4962
|
+
max-width: 75%; }
|
|
4966
4963
|
.PageBasedInputWrapper button {
|
|
4967
4964
|
max-width: 240px; } }
|
|
4968
4965
|
|