dristi-ui-css 0.0.7-dristi-kerala.2 → 0.0.7-dristi-kerala.3
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.7-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.7-dristi-kerala.3
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -14199,8 +14199,11 @@ body {
|
|
|
14199
14199
|
display: -webkit-box;
|
|
14200
14200
|
display: -ms-flexbox;
|
|
14201
14201
|
display: flex;
|
|
14202
|
-
|
|
14203
|
-
|
|
14202
|
+
-webkit-box-align: start;
|
|
14203
|
+
-ms-flex-align: start;
|
|
14204
|
+
align-items: flex-start;
|
|
14205
|
+
grid-gap: 4px;
|
|
14206
|
+
gap: 4px; }
|
|
14204
14207
|
.info-row h3 {
|
|
14205
14208
|
margin: 0;
|
|
14206
14209
|
font-family: Roboto;
|
|
@@ -14212,7 +14215,7 @@ body {
|
|
|
14212
14215
|
font-weight: 700;
|
|
14213
14216
|
color: #0a0a0a; }
|
|
14214
14217
|
.info-row .info-value {
|
|
14215
|
-
width: calc(100% -
|
|
14218
|
+
width: calc(100% - 140px);
|
|
14216
14219
|
font-weight: 400 !important;
|
|
14217
14220
|
color: #3d3c3c !important; }
|
|
14218
14221
|
|