@pmidc/upyog-css 1.2.51 → 1.2.53

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.
Files changed (141) hide show
  1. package/dist/index.css +23988 -14978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -0
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -0
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -0
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -0
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -0
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -302
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2424
  82. package/src/modules/BPA/index.scss +5262 -394
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -643
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -0
  87. package/src/modules/rentAndLease/index.scss +591 -288
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,83 +1,83 @@
1
- .checkbox-wrap {
2
- @apply flex mb-md relative items-baseline;
3
-
4
- input {
5
- width: 38px;
6
- height: 38px;
7
- @apply opacity-0 absolute top-0 left-0 z-10;
8
- }
9
-
10
- .input-emp {
11
- @extend input;
12
- width: 24px;
13
- height: 24px;
14
- }
15
-
16
- .custom-checkbox {
17
- width: 38px;
18
- height: 38px;
19
- @apply absolute top-0 left-0 border border-solid border-input-border z-0;
20
-
21
- img {
22
- @apply opacity-0;
23
- }
24
-
25
- svg {
26
- @apply opacity-0;
27
- }
28
- }
29
-
30
- .custom-checkbox-emp {
31
- @extend .custom-checkbox;
32
- width: 24px;
33
- height: 24px;
34
- }
35
-
36
- input:checked ~ .custom-checkbox,
37
- input:hover ~ .custom-checkbox {
38
- @apply border-2 border-primary-main;
39
- }
40
-
41
- input:checked ~ .custom-checkbox img {
42
- @apply opacity-100;
43
- }
44
-
45
- input:checked ~ .custom-checkbox svg {
46
- @apply opacity-100;
47
- }
48
-
49
- .label {
50
- margin-left: 56px;
51
- @apply text-form-field text-text-primary relative;
52
- }
53
- }
54
-
55
- .fsm-citizen-rating-wrapper {
56
- .card-label:last-of-type {
57
- margin-top: 24px;
58
- }
59
-
60
- .card-label {
61
- margin-bottom: 24px;
62
- }
63
- }
64
-
65
- .fsm-citizen-rating-wrapper {
66
- .card-label:last-of-type {
67
- margin-top: 24px;
68
- }
69
-
70
- .card-label {
71
- margin-bottom: 24px;
72
- }
73
- }
74
-
75
- .fsm-citizen-rating-wrapper {
76
- .card-label:last-of-type {
77
- margin-top: 24px;
78
- }
79
-
80
- .card-label {
81
- margin-bottom: 24px;
82
- }
83
- }
1
+ .checkbox-wrap {
2
+ @apply flex mb-md relative items-baseline;
3
+
4
+ input {
5
+ width: 38px;
6
+ height: 38px;
7
+ @apply opacity-0 absolute top-0 left-0 z-10;
8
+ }
9
+
10
+ .input-emp {
11
+ @extend input;
12
+ width: 24px;
13
+ height: 24px;
14
+ }
15
+
16
+ .custom-checkbox {
17
+ width: 38px;
18
+ height: 38px;
19
+ @apply absolute top-0 left-0 border border-solid border-input-border z-0;
20
+
21
+ img {
22
+ @apply opacity-0;
23
+ }
24
+
25
+ svg {
26
+ @apply opacity-0;
27
+ }
28
+ }
29
+
30
+ .custom-checkbox-emp {
31
+ @extend .custom-checkbox;
32
+ width: 24px;
33
+ height: 24px;
34
+ }
35
+
36
+ input:checked ~ .custom-checkbox,
37
+ input:hover ~ .custom-checkbox {
38
+ @apply border-2 border-primary-main;
39
+ }
40
+
41
+ input:checked ~ .custom-checkbox img {
42
+ @apply opacity-100;
43
+ }
44
+
45
+ input:checked ~ .custom-checkbox svg {
46
+ @apply opacity-100;
47
+ }
48
+
49
+ .label {
50
+ margin-left: 56px;
51
+ @apply text-form-field text-text-primary relative;
52
+ }
53
+ }
54
+
55
+ .fsm-citizen-rating-wrapper {
56
+ .card-label:last-of-type {
57
+ margin-top: 24px;
58
+ }
59
+
60
+ .card-label {
61
+ margin-bottom: 24px;
62
+ }
63
+ }
64
+
65
+ .fsm-citizen-rating-wrapper {
66
+ .card-label:last-of-type {
67
+ margin-top: 24px;
68
+ }
69
+
70
+ .card-label {
71
+ margin-bottom: 24px;
72
+ }
73
+ }
74
+
75
+ .fsm-citizen-rating-wrapper {
76
+ .card-label:last-of-type {
77
+ margin-top: 24px;
78
+ }
79
+
80
+ .card-label {
81
+ margin-bottom: 24px;
82
+ }
83
+ }
@@ -1,65 +1,65 @@
1
- .checkpoint-connect-wrap {
2
- padding-bottom: 4px;
3
- @apply relative;
4
- }
5
- .checkpoint-done {
6
- @apply flex;
7
-
8
- h2 {
9
- width: 24px;
10
- height: 24px;
11
- border-radius: 50%;
12
- @apply border-b border-solid border-primary-main bg-primary-main;
13
- }
14
-
15
- header {
16
- @apply text-heading-s ml-md;
17
-
18
- p {
19
- margin-top: 4px;
20
- @apply text-heading-s text-text-secondary;
21
- }
22
- }
23
- }
24
-
25
- .checkpoint {
26
- @apply flex;
27
-
28
- h2 {
29
- width: 24px;
30
- height: 24px;
31
- border-radius: 50%;
32
- --text-opacity: 1;
33
- @apply border-b border-solid border-border bg-border;
34
- }
35
-
36
- header {
37
- @apply text-heading-s ml-md;
38
-
39
- p {
40
- margin-top: 4px;
41
- @apply text-heading-s text-text-secondary;
42
- }
43
- }
44
- }
45
-
46
- .checkpoint-connect {
47
- margin-left: 12px;
48
- margin-top: 22px;
49
- @apply absolute top-0 left-0 h-full border-l border-solid border-border;
50
- }
51
-
52
- .checkpoint-comments-wrap {
53
- max-width: 560px;
54
- padding: 4px;
55
- margin-top: 4px;
56
- @apply bg-grey-mid p-sm mt-sm;
57
-
58
- h4{
59
- @apply text-text-primary text-heading-s;
60
- }
61
-
62
- p{
63
- @apply text-text-secondary text-body-s-dt;
64
- }
65
- }
1
+ .checkpoint-connect-wrap {
2
+ padding-bottom: 4px;
3
+ @apply relative;
4
+ }
5
+ .checkpoint-done {
6
+ @apply flex;
7
+
8
+ h2 {
9
+ width: 24px;
10
+ height: 24px;
11
+ border-radius: 50%;
12
+ @apply border-b border-solid border-primary-main bg-primary-main;
13
+ }
14
+
15
+ header {
16
+ @apply text-heading-s ml-md;
17
+
18
+ p {
19
+ margin-top: 4px;
20
+ @apply text-heading-s text-text-secondary;
21
+ }
22
+ }
23
+ }
24
+
25
+ .checkpoint {
26
+ @apply flex;
27
+
28
+ h2 {
29
+ width: 24px;
30
+ height: 24px;
31
+ border-radius: 50%;
32
+ --text-opacity: 1;
33
+ @apply border-b border-solid border-border bg-border;
34
+ }
35
+
36
+ header {
37
+ @apply text-heading-s ml-md;
38
+
39
+ p {
40
+ margin-top: 4px;
41
+ @apply text-heading-s text-text-secondary;
42
+ }
43
+ }
44
+ }
45
+
46
+ .checkpoint-connect {
47
+ margin-left: 12px;
48
+ margin-top: 22px;
49
+ @apply absolute top-0 left-0 h-full border-l border-solid border-border;
50
+ }
51
+
52
+ .checkpoint-comments-wrap {
53
+ max-width: 560px;
54
+ padding: 4px;
55
+ margin-top: 4px;
56
+ @apply bg-grey-mid p-sm mt-sm;
57
+
58
+ h4{
59
+ @apply text-text-primary text-heading-s;
60
+ }
61
+
62
+ p{
63
+ @apply text-text-secondary text-body-s-dt;
64
+ }
65
+ }
@@ -1,14 +1,14 @@
1
- .citizen-info-label {
2
- @apply p-sm border-4 border-solid border-link-normal text-heading-m m-sm;
3
- max-width: 960px;
4
-
5
- p {
6
- @apply text-link-normal font-bold mt-xs text-heading-s;
7
- }
8
- }
9
-
10
- @screen dt {
11
- .citizen-info-label {
12
- margin: 0;
13
- }
14
- }
1
+ .citizen-info-label {
2
+ @apply p-sm border-4 border-solid border-link-normal text-heading-m m-sm;
3
+ max-width: 960px;
4
+
5
+ p {
6
+ @apply text-link-normal font-bold mt-xs text-heading-s;
7
+ }
8
+ }
9
+
10
+ @screen dt {
11
+ .citizen-info-label {
12
+ margin: 0;
13
+ }
14
+ }
@@ -1,16 +1,16 @@
1
- .customBtn {
2
- @apply bg-white box-border inline-block outline-none px-sm border border-solid border-primary-main;
3
- margin: 0px 4.65% 0px 0px;
4
- height: 30px;
5
- line-height: 30px;
6
- border: transparent;
7
- background-color: transparent;
8
- }
9
-
10
- .customBtn-selected {
11
- @extend .customBtn;
12
- @apply bg-primary-main text-white font-medium;
13
- background-color: #2947A3;
14
- border:0px solid;
15
- }
1
+ .customBtn {
2
+ @apply bg-white box-border inline-block outline-none px-sm border border-solid border-primary-main;
3
+ margin: 0px 4.65% 0px 0px;
4
+ height: 30px;
5
+ line-height: 30px;
6
+ border: transparent;
7
+ background-color: transparent;
8
+ }
9
+
10
+ .customBtn-selected {
11
+ @extend .customBtn;
12
+ @apply bg-primary-main text-white font-medium;
13
+ background-color: #2947A3;
14
+ border:0px solid;
15
+ }
16
16
 
@@ -1,119 +1,119 @@
1
- .data-table {
2
- color: #0d43a7;
3
- border: 1px solid #ccc;
4
- border-radius: 8px;
5
- overflow: hidden;
6
- width: 100%;
7
- border-collapse: collapse;
8
- padding-bottom: 0;
9
- padding: 8px;
10
- }
11
-
12
- .data-table .row {
13
- display: flex;
14
- justify-content: space-between;
15
- align-items: center;
16
- width: 100%;
17
- margin-bottom: 0;
18
- padding: 15px 30px;
19
- border-bottom: 1px solid var(--border, #e0e0e0);
20
- }
21
-
22
- .data-table .row:nth-child(odd) {
23
- background-color: #eeeeee;
24
- }
25
-
26
- .data-table .row:nth-child(even) {
27
- background-color: #ffffff;
28
- }
29
-
30
- .data-table .row h2 {
31
- font-weight: 600;
32
- text-align: left;
33
- width: 60%;
34
- margin: 0;
35
- }
36
-
37
- .data-table .row .value {
38
- text-align: left;
39
- width: 40%;
40
- word-break: break-word;
41
- }
42
-
43
- .data-table .row .caption {
44
- font-size: 0.875rem;
45
- color: var(--text-secondary, #666);
46
- }
47
-
48
- .data-table .row span {
49
- width: 70%;
50
- display: contents;
51
- }
52
-
53
- .data-table .last {
54
- border: none;
55
- padding: 0;
56
- margin: 0;
57
- }
58
-
59
- .employee-data-table {
60
- color: #0d43a7;
61
- border: 1px solid #ccc;
62
- border-radius: 8px;
63
- overflow: hidden;
64
- width: 100%;
65
- border-collapse: collapse;
66
- padding-bottom: 0;
67
- margin-top: 15px;
68
- margin-bottom: 15px;
69
- }
70
-
71
- .employee-data-table .row {
72
- display: flex;
73
- justify-content: space-between;
74
- align-items: center;
75
- width: 100%;
76
- margin-bottom: 0;
77
- padding: 15px 30px;
78
- border-bottom: 1px solid var(--border, #e0e0e0);
79
- }
80
-
81
- .employee-data-table .row:nth-child(odd) {
82
- background-color: #eeeeee;
83
- }
84
-
85
- .employee-data-table .row:nth-child(even) {
86
- background-color: #ffffff;
87
- }
88
-
89
- .employee-data-table .row h2 {
90
- font-weight: 600;
91
- text-align: left;
92
- width: 60%;
93
- margin: 0;
94
- }
95
-
96
- .employee-data-table .row .value {
97
- text-align: left;
98
- width: 40%;
99
- word-break: break-word;
100
- }
101
-
102
- .employee-data-table .row .caption {
103
- font-size: 0.875rem;
104
- color: var(--text-secondary, #666);
105
- }
106
-
107
- .employee-data-table .row span {
108
- width: 70%;
109
- display: contents;
110
- }
111
-
112
-
113
- .pt-citizen {
114
- .data-table {
115
- .row {
116
- justify-content: space-between;
117
- }
118
- }
119
- }
1
+ .data-table {
2
+ color: #0d43a7;
3
+ border: 1px solid #ccc;
4
+ border-radius: 8px;
5
+ overflow: hidden;
6
+ width: 100%;
7
+ border-collapse: collapse;
8
+ padding-bottom: 0;
9
+ padding: 8px;
10
+ }
11
+
12
+ .data-table .row {
13
+ display: flex;
14
+ justify-content: space-between;
15
+ align-items: center;
16
+ width: 100%;
17
+ margin-bottom: 0;
18
+ padding: 15px 30px;
19
+ border-bottom: 1px solid var(--border, #e0e0e0);
20
+ }
21
+
22
+ .data-table .row:nth-child(odd) {
23
+ background-color: #eeeeee;
24
+ }
25
+
26
+ .data-table .row:nth-child(even) {
27
+ background-color: #ffffff;
28
+ }
29
+
30
+ .data-table .row h2 {
31
+ font-weight: 600;
32
+ text-align: left;
33
+ width: 60%;
34
+ margin: 0;
35
+ }
36
+
37
+ .data-table .row .value {
38
+ text-align: left;
39
+ width: 40%;
40
+ word-break: break-word;
41
+ }
42
+
43
+ .data-table .row .caption {
44
+ font-size: 0.875rem;
45
+ color: var(--text-secondary, #666);
46
+ }
47
+
48
+ .data-table .row span {
49
+ width: 70%;
50
+ display: contents;
51
+ }
52
+
53
+ .data-table .last {
54
+ border: none;
55
+ padding: 0;
56
+ margin: 0;
57
+ }
58
+
59
+ .employee-data-table {
60
+ color: #0d43a7;
61
+ border: 1px solid #ccc;
62
+ border-radius: 8px;
63
+ overflow: hidden;
64
+ width: 100%;
65
+ border-collapse: collapse;
66
+ padding-bottom: 0;
67
+ margin-top: 15px;
68
+ margin-bottom: 15px;
69
+ }
70
+
71
+ .employee-data-table .row {
72
+ display: flex;
73
+ justify-content: space-between;
74
+ align-items: center;
75
+ width: 100%;
76
+ margin-bottom: 0;
77
+ padding: 15px 30px;
78
+ border-bottom: 1px solid var(--border, #e0e0e0);
79
+ }
80
+
81
+ .employee-data-table .row:nth-child(odd) {
82
+ background-color: #eeeeee;
83
+ }
84
+
85
+ .employee-data-table .row:nth-child(even) {
86
+ background-color: #ffffff;
87
+ }
88
+
89
+ .employee-data-table .row h2 {
90
+ font-weight: 600;
91
+ text-align: left;
92
+ width: 60%;
93
+ margin: 0;
94
+ }
95
+
96
+ .employee-data-table .row .value {
97
+ text-align: left;
98
+ width: 40%;
99
+ word-break: break-word;
100
+ }
101
+
102
+ .employee-data-table .row .caption {
103
+ font-size: 0.875rem;
104
+ color: var(--text-secondary, #666);
105
+ }
106
+
107
+ .employee-data-table .row span {
108
+ width: 70%;
109
+ display: contents;
110
+ }
111
+
112
+
113
+ .pt-citizen {
114
+ .data-table {
115
+ .row {
116
+ justify-content: space-between;
117
+ }
118
+ }
119
+ }
@@ -1,21 +1,21 @@
1
- .date-wrap {
2
- @apply flex mb-md;
3
-
4
- img,
5
- svg {
6
- height: 22px;
7
- width: 20px;
8
- }
9
-
10
- p {
11
- @apply text-text-primary text-body-l pl-sm;
12
- }
13
- }
14
-
15
- @screen dt {
16
- .date-wrap {
17
- p {
18
- @apply text-body-l-dt;
19
- }
20
- }
21
- }
1
+ .date-wrap {
2
+ @apply flex mb-md;
3
+
4
+ img,
5
+ svg {
6
+ height: 22px;
7
+ width: 20px;
8
+ }
9
+
10
+ p {
11
+ @apply text-text-primary text-body-l pl-sm;
12
+ }
13
+ }
14
+
15
+ @screen dt {
16
+ .date-wrap {
17
+ p {
18
+ @apply text-body-l-dt;
19
+ }
20
+ }
21
+ }
@@ -1,6 +1,6 @@
1
- .details-card {
2
- @apply bg-white m-sm px-sm pt-sm pb-lg shadow-card;
3
- .card-label {
4
- @apply font-bold text-legend text-text-primary mb-md;
5
- }
6
- }
1
+ .details-card {
2
+ @apply bg-white m-sm px-sm pt-sm pb-lg shadow-card;
3
+ .card-label {
4
+ @apply font-bold text-legend text-text-primary mb-md;
5
+ }
6
+ }
@@ -1,13 +1,13 @@
1
- .details-container {
2
- @apply flex flex-col m-sm pt-md pb-md pl-sm pr-sm bg-white rounded;
3
- .detail {
4
- @apply grid grid-cols-2 gap-2 items-baseline;
5
- .label {
6
- width: 138px;
7
- @apply font-bold text-heading-s text-text-primary mb-md;
8
- }
9
- .name {
10
- @apply pt-md;
11
- }
12
- }
13
- }
1
+ .details-container {
2
+ @apply flex flex-col m-sm pt-md pb-md pl-sm pr-sm bg-white rounded;
3
+ .detail {
4
+ @apply grid grid-cols-2 gap-2 items-baseline;
5
+ .label {
6
+ width: 138px;
7
+ @apply font-bold text-heading-s text-text-primary mb-md;
8
+ }
9
+ .name {
10
+ @apply pt-md;
11
+ }
12
+ }
13
+ }