dristi-ui-css 0.0.7-dristi-kerala.7 → 0.0.7-dristi-kerala.8
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 +18 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/components/customNote.scss +23 -0
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.8
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -10683,6 +10683,23 @@ body {
|
|
|
10683
10683
|
font-weight: 400;
|
|
10684
10684
|
line-height: 24px;
|
|
10685
10685
|
color: #3d3c3c; }
|
|
10686
|
+
.custom-note-main-div .info-card-content {
|
|
10687
|
+
color: #3d3c3c;
|
|
10688
|
+
width: 100%; }
|
|
10689
|
+
.custom-note-main-div .info-card-content ul {
|
|
10690
|
+
list-style-type: disc;
|
|
10691
|
+
margin-top: 0;
|
|
10692
|
+
margin-bottom: 0;
|
|
10693
|
+
margin-left: 0;
|
|
10694
|
+
padding-left: 1.5rem; }
|
|
10695
|
+
.custom-note-main-div .info-card-content ul li {
|
|
10696
|
+
margin-bottom: 6px;
|
|
10697
|
+
color: #3d3c3c;
|
|
10698
|
+
padding-left: 8px; }
|
|
10699
|
+
.custom-note-main-div .info-card-content ul li:last-child {
|
|
10700
|
+
margin-bottom: 0; }
|
|
10701
|
+
.custom-note-main-div .info-card-content ul li::marker {
|
|
10702
|
+
color: #3d3c3c; }
|
|
10686
10703
|
|
|
10687
10704
|
.advocate-document-info {
|
|
10688
10705
|
margin-bottom: 24px; }
|