@nudmcdgnpm/cnd-css 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nudmcdgnpm/cnd-css",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Shivank Shukla",
7
- "description": "CSS Only for CND UI",
7
+ "description": "CSS for CND UI & SV UI",
8
8
  "engines": {
9
9
  "node": ">=14"
10
10
  },
@@ -60,7 +60,7 @@
60
60
  "digit",
61
61
  "egov",
62
62
  "dpg",
63
- "cnd-ui",
63
+ "sv-ui",
64
64
  "css"
65
65
  ]
66
66
  }
@@ -51,23 +51,23 @@
51
51
  }
52
52
  .citizen .ServicesSection .CardBasedOptions:nth-child(odd){
53
53
  .employeeCustomCard{
54
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png");
54
+ background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png");
55
55
  background-size: cover
56
56
  }
57
57
  }
58
58
  .citizen .ServicesSection .CardBasedOptions:nth-child(even){
59
59
  .employeeCustomCard{
60
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png");
60
+ background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png");
61
61
  background-size: cover
62
62
  }
63
63
  }
64
64
  .citizen .employeeCustomCard {
65
65
  border-radius: 10px;
66
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
66
+ background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
67
67
  background-size: cover;
68
68
  .employeeCustomCard {
69
69
  border-radius: 10px;
70
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
70
+ background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
71
71
  background-size: cover;
72
72
  }
73
73
  }
package/src/index.scss CHANGED
@@ -62,7 +62,6 @@
62
62
  @import "./components/multiSelectDropdown.scss";
63
63
  @import "./components/EllipsisMenu.scss";
64
64
  @import "./components/CitizenHomeCard.scss";
65
- @import "./components/PropertySearchForm.scss";
66
65
  @import "./components/SearchForm.scss";
67
66
  @import "./components/cardHeaderWithOptions.scss";
68
67
  @import "./components/TimeLine.scss";
@@ -103,7 +102,6 @@
103
102
  @import "./pages/citizen/Events.scss";
104
103
  @import "./pages/citizen/DocumentList.scss";
105
104
  @import "./pages/citizen/SurveyList.scss";
106
- @import "./pages/citizen/updatePropertyNumber.scss";
107
105
  @import "./pages/citizen/citizenDocument.scss";
108
106
  @import "./pages/employee/surveys.scss";
109
107
 
@@ -568,13 +568,13 @@
568
568
 
569
569
  .employee .customEmployeeCard:nth-child(odd){
570
570
  .employeeCustomCard{
571
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png");
571
+ background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png");
572
572
  background-size: cover
573
573
  }
574
574
  }
575
575
  .employee .customEmployeeCard:nth-child(even){
576
576
  .employeeCustomCard{
577
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png");
577
+ background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png");
578
578
  background-size: cover
579
579
  }
580
580
  }
@@ -196,7 +196,7 @@
196
196
  white-space: nowrap;
197
197
  height: calc(100vh - 36px);
198
198
  padding-bottom: 5rem;
199
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png), url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
199
+ background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png), url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
200
200
  background-blend-mode: lighten;
201
201
  background-size: cover;
202
202
 
Binary file
Binary file
Binary file
@@ -1,58 +0,0 @@
1
- .PropertySearchForm {
2
- .pt-search-action {
3
- @apply w-full;
4
- display: flex;
5
- margin-right: 10px;
6
- justify-content: end;
7
- align-items: center;
8
- .pt-search-action-submit button {
9
- width: 100% !important;
10
- }
11
- .pt-search-action-reset {
12
- text-align: right;
13
- cursor: pointer;
14
- }
15
- }
16
-
17
- .PropertySearchFormSwitcher{
18
- border-bottom: 1px solid #d6d5d4;
19
- cursor: pointer;
20
- margin-bottom: 20px;
21
- display: flex;
22
- .non-selected {
23
- color: #505a5f;
24
- font-weight: 400;
25
- }
26
- .selected {
27
- color: #a82227;
28
- font-weight: 700;
29
- padding-bottom: 10px;
30
- border-bottom: 2px solid #a82227;
31
- }
32
- span {
33
- margin-right: 20px;
34
- }
35
- }
36
-
37
-
38
- .form-field {
39
- width: 30% !important;
40
- margin-bottom: 20px;
41
- }
42
- @media (min-width: 780px) {
43
- .pt-form-field{
44
- width: 30% !important;
45
- margin-bottom: 20px;
46
- }
47
- }
48
- @media (max-width: 780px) {
49
- .form-field{
50
- width: 100% !important;
51
- margin-bottom: 15px;
52
- }
53
- .pt-form-field{
54
- width: 100% !important;
55
- margin-bottom: 15px;
56
- }
57
- }
58
- }
@@ -1,46 +0,0 @@
1
- .updatenumber-warper-citizen{
2
- min-height: 95vh;
3
- height: unset;
4
- }
5
- .updatePropertyNumber {
6
- .pt-update-no-popup-wrapper {
7
- @apply m-md;
8
- }
9
- .search-form-wrapper {
10
- display: inherit;
11
- padding: 16px;
12
- .submit-bar {
13
- position: absolute;
14
- bottom: 25px;
15
- width: 90%;
16
- }
17
- .submit-bar-disabled {
18
- position: absolute;
19
- bottom: 25px;
20
- width: 90%;
21
- }
22
- }
23
- }
24
-
25
- @screen dt {
26
- .updatenumber-warper-citizen{
27
- min-height: 100vh;
28
- height: unset;
29
- }
30
- .updatePropertyNumber {
31
- .h1 {
32
- @apply m-md;
33
- }
34
- .search-form-wrapper {
35
- .submit-bar {
36
- width: 100% !important;
37
- position: unset !important;
38
- }
39
- .submit-bar-disabled {
40
- position: absolute;
41
- bottom: 25px;
42
- width: 90%;
43
- }
44
- }
45
- }
46
- }