dristi-ui-css 0.0.5-dristi-kerala.8 → 0.0.5-dristi-kerala.9
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 +2 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/home.scss +1 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.5-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.5-dristi-kerala.9
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -19908,6 +19908,7 @@ body {
|
|
|
19908
19908
|
justify-content: flex-end;
|
|
19909
19909
|
height: 72px;
|
|
19910
19910
|
width: -webkit-fill-available;
|
|
19911
|
+
width: -moz-available;
|
|
19911
19912
|
position: fixed;
|
|
19912
19913
|
bottom: 0;
|
|
19913
19914
|
padding: 16px 24px;
|