dristi-ui-css 0.0.8-dristi-kerala.6 → 0.0.8-dristi-kerala.7
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 +13 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/components/reviewCard.scss +9 -0
- package/src/orders/orders.scss +15 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.8-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.8-dristi-kerala.7
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -16071,6 +16071,14 @@ body {
|
|
|
16071
16071
|
line-height: 18.75px;
|
|
16072
16072
|
text-align: center; }
|
|
16073
16073
|
|
|
16074
|
+
.success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border {
|
|
16075
|
+
grid-gap: 6px;
|
|
16076
|
+
gap: 6px; }
|
|
16077
|
+
.success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2 {
|
|
16078
|
+
width: -webkit-fit-content !important;
|
|
16079
|
+
width: -moz-fit-content !important;
|
|
16080
|
+
width: fit-content !important; }
|
|
16081
|
+
|
|
16074
16082
|
.orders-add-bulk-list-modal.popup-module {
|
|
16075
16083
|
width: 40vw; }
|
|
16076
16084
|
.orders-add-bulk-list-modal.popup-module .popup-module-main {
|
|
@@ -23083,6 +23091,10 @@ body {
|
|
|
23083
23091
|
.review-card-action-arrow svg path {
|
|
23084
23092
|
fill: #0e7669; }
|
|
23085
23093
|
|
|
23094
|
+
.doc-preview .docviewer-wrapper .card, .doc-preview .docviewer-wrapper .card-emp {
|
|
23095
|
+
max-width: 100% !important;
|
|
23096
|
+
border: 1px solid rgba(187, 187, 187, 0.73333); }
|
|
23097
|
+
|
|
23086
23098
|
.geo-location-component .geolocation-header {
|
|
23087
23099
|
margin-bottom: 20px; }
|
|
23088
23100
|
|