@pmidc/upyog-css 1.0.12 → 1.0.14
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
|
@@ -1299,7 +1299,7 @@ img, video {
|
|
|
1299
1299
|
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1300
1300
|
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1301
1301
|
border-radius: 4px;
|
|
1302
|
-
width:
|
|
1302
|
+
width: 95vw; }
|
|
1303
1303
|
.card .card-header, .card-emp .card-header {
|
|
1304
1304
|
font-size: 32px;
|
|
1305
1305
|
line-height: 40px;
|
|
@@ -3043,9 +3043,8 @@ img, video {
|
|
|
3043
3043
|
.action-bar-wrap {
|
|
3044
3044
|
-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
|
|
3045
3045
|
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
|
|
3046
|
-
max-width: 480px;
|
|
3047
3046
|
z-index: 100;
|
|
3048
|
-
height:
|
|
3047
|
+
height: 75px;
|
|
3049
3048
|
left: 0;
|
|
3050
3049
|
bottom: 0;
|
|
3051
3050
|
width: 100%;
|