@djb25/digit-ui-css 1.0.0

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 (161) hide show
  1. package/README.md +80 -0
  2. package/dist/index.css +17535 -0
  3. package/dist/index.min.css +1 -0
  4. package/img/browser-icon.png +0 -0
  5. package/img/m_seva_white_logo.png +0 -0
  6. package/img/mseva-demo.png +0 -0
  7. package/package.json +70 -0
  8. package/src/components/CardBasedOptions.scss +46 -0
  9. package/src/components/CitizenHomeCard.scss +56 -0
  10. package/src/components/EllipsisMenu.scss +17 -0
  11. package/src/components/EventCalendarView.scss +10 -0
  12. package/src/components/FAQ.scss +64 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +29 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +56 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/TimeLine.scss +68 -0
  21. package/src/components/WhatsNewCard.scss +13 -0
  22. package/src/components/actionLink.scss +3 -0
  23. package/src/components/actionbar.scss +97 -0
  24. package/src/components/bannercomponents.scss +136 -0
  25. package/src/components/body.scss +144 -0
  26. package/src/components/buttons.scss +106 -0
  27. package/src/components/card.scss +468 -0
  28. package/src/components/cardHeaderWithOptions.scss +14 -0
  29. package/src/components/changeLanguage.scss +3 -0
  30. package/src/components/charts.scss +186 -0
  31. package/src/components/checkbox.scss +53 -0
  32. package/src/components/checkpoint.scss +63 -0
  33. package/src/components/citizenInfoLabel.scss +14 -0
  34. package/src/components/custombtn.scss +11 -0
  35. package/src/components/datatable.scss +134 -0
  36. package/src/components/datewrap.scss +21 -0
  37. package/src/components/detailscard.scss +6 -0
  38. package/src/components/detailscontainer.scss +13 -0
  39. package/src/components/filters.scss +98 -0
  40. package/src/components/financeUi.scss +875 -0
  41. package/src/components/grey.scss +3 -0
  42. package/src/components/hoc/InboxComposer.scss +115 -0
  43. package/src/components/hoc/index.scss +1 -0
  44. package/src/components/howItWorks.scss +71 -0
  45. package/src/components/imageviewer.scss +33 -0
  46. package/src/components/inboxv2/InboxLinks.scss +59 -0
  47. package/src/components/inboxv2/horizontalNav.scss +224 -0
  48. package/src/components/inboxv2/inboxSearch.scss +116 -0
  49. package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
  50. package/src/components/inboxv2/index.scss +5 -0
  51. package/src/components/inboxv2/searchComponentTable.scss +44 -0
  52. package/src/components/info-banner.scss +35 -0
  53. package/src/components/inputotp.scss +15 -0
  54. package/src/components/keynote.scss +27 -0
  55. package/src/components/landingpage.scss +3860 -0
  56. package/src/components/languageSelector.scss +23 -0
  57. package/src/components/loader.scss +96 -0
  58. package/src/components/map.scss +30 -0
  59. package/src/components/menu.scss +0 -0
  60. package/src/components/metricsTable.scss +28 -0
  61. package/src/components/multiLink.scss +88 -0
  62. package/src/components/multiSelectDropdown.scss +77 -0
  63. package/src/components/navbar.scss +312 -0
  64. package/src/components/plusMinus.scss +15 -0
  65. package/src/components/popup.scss +16 -0
  66. package/src/components/radiobtn.scss +45 -0
  67. package/src/components/ratingstar.scss +33 -0
  68. package/src/components/roundedLabel.scss +10 -0
  69. package/src/components/searchAction.scss +20 -0
  70. package/src/components/sectionalDropdown.scss +43 -0
  71. package/src/components/selectdropdown.scss +174 -0
  72. package/src/components/sidebar.scss +141 -0
  73. package/src/components/staticDynamicMessages.scss +107 -0
  74. package/src/components/staticSideBar.scss +27 -0
  75. package/src/components/statushighlight.scss +17 -0
  76. package/src/components/submiterrors.scss +11 -0
  77. package/src/components/summary.scss +29 -0
  78. package/src/components/table.scss +230 -0
  79. package/src/components/tag.scss +27 -0
  80. package/src/components/telephone.scss +17 -0
  81. package/src/components/textfields.scss +96 -0
  82. package/src/components/toast.scss +31 -0
  83. package/src/components/toggleSwitch.scss +41 -0
  84. package/src/components/topbar.scss +151 -0
  85. package/src/components/uploadcomponents.scss +100 -0
  86. package/src/digitv2/components/ErrorMessage.scss +6 -0
  87. package/src/digitv2/components/FormComposerV2.scss +120 -0
  88. package/src/digitv2/components/actionLinkV2.scss +7 -0
  89. package/src/digitv2/components/actionbarV2.scss +110 -0
  90. package/src/digitv2/components/appContainerV2.scss +55 -0
  91. package/src/digitv2/components/backButtonV2.scss +26 -0
  92. package/src/digitv2/components/bannerV2.scss +120 -0
  93. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  94. package/src/digitv2/components/breadCrumbV2.scss +31 -0
  95. package/src/digitv2/components/breakLineV2.scss +6 -0
  96. package/src/digitv2/components/buttonsV2.scss +40 -0
  97. package/src/digitv2/components/cardV2.scss +385 -0
  98. package/src/digitv2/components/checkboxV2.scss +61 -0
  99. package/src/digitv2/components/checkpointV2.scss +71 -0
  100. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  101. package/src/digitv2/components/dateWrapV2.scss +12 -0
  102. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  103. package/src/digitv2/components/headerV2.scss +6 -0
  104. package/src/digitv2/components/infoBannerV2.scss +37 -0
  105. package/src/digitv2/components/keynoteV2.scss +35 -0
  106. package/src/digitv2/components/loaderV2.scss +81 -0
  107. package/src/digitv2/components/mobileNumberV2.scss +33 -0
  108. package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
  109. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  110. package/src/digitv2/components/otpInputV2.scss +15 -0
  111. package/src/digitv2/components/popUpV2.scss +16 -0
  112. package/src/digitv2/components/radiobtnV2.scss +51 -0
  113. package/src/digitv2/components/ratingV2.scss +33 -0
  114. package/src/digitv2/components/selectdropdownV2.scss +170 -0
  115. package/src/digitv2/components/tagV2.scss +28 -0
  116. package/src/digitv2/components/telephoneV2.scss +18 -0
  117. package/src/digitv2/components/textInputV2.scss +123 -0
  118. package/src/digitv2/components/textareaV2.scss +11 -0
  119. package/src/digitv2/components/uploadFileV2.scss +146 -0
  120. package/src/digitv2/index.scss +168 -0
  121. package/src/digitv2/pages/employee/index.scss +1 -0
  122. package/src/digitv2/pages/employee/workbench.scss +1042 -0
  123. package/src/digitv2/typography.scss +241 -0
  124. package/src/index.scss +804 -0
  125. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  126. package/src/pages/citizen/DocumentList.scss +305 -0
  127. package/src/pages/citizen/Events.scss +47 -0
  128. package/src/pages/citizen/HomePageWrapper.scss +158 -0
  129. package/src/pages/citizen/SurveyList.scss +22 -0
  130. package/src/pages/citizen/citizenDocument.scss +22 -0
  131. package/src/pages/citizen/container.scss +19 -0
  132. package/src/pages/citizen/payment/payment-type.scss +3 -0
  133. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  134. package/src/pages/employee/EmployeeLogin.scss +7 -0
  135. package/src/pages/employee/cardfix.scss +13 -0
  136. package/src/pages/employee/container.scss +72 -0
  137. package/src/pages/employee/dss.scss +266 -0
  138. package/src/pages/employee/form-fields.scss +13 -0
  139. package/src/pages/employee/iframe.scss +66 -0
  140. package/src/pages/employee/inbox.scss +634 -0
  141. package/src/pages/employee/index.scss +621 -0
  142. package/src/pages/employee/login.scss +302 -0
  143. package/src/pages/employee/oldMobileInbox.scss +5 -0
  144. package/src/pages/employee/popupmodule.scss +34 -0
  145. package/src/pages/employee/response.scss +3 -0
  146. package/src/pages/employee/scroll-table.scss +119 -0
  147. package/src/pages/employee/surveys.scss +273 -0
  148. package/src/pages/employee/tooltip.scss +36 -0
  149. package/src/pages/employee/updateNumber.scss +13 -0
  150. package/svg/arrowdown.svg +1 -0
  151. package/svg/arrowleft.svg +1 -0
  152. package/svg/calendar.svg +1 -0
  153. package/svg/camera.svg +4 -0
  154. package/svg/check.svg +4 -0
  155. package/svg/close.svg +4 -0
  156. package/svg/error.svg +4 -0
  157. package/svg/error2.svg +5 -0
  158. package/svg/searchicon.svg +4 -0
  159. package/svg/starempty.svg +4 -0
  160. package/svg/starfilled.svg +5 -0
  161. package/svg/success.svg +4 -0
@@ -0,0 +1,3 @@
1
+ .grey {
2
+ @apply text-text-secondary;
3
+ }
@@ -0,0 +1,115 @@
1
+ .InboxComposerWrapper {
2
+ .form-field-flex-one {
3
+ .form-field {
4
+ @apply flex-1;
5
+ }
6
+ }
7
+ }
8
+
9
+ .inboxPopupMobileWrapper {
10
+ @apply block p-md w-full overflow-scroll;
11
+ .submit {
12
+ @apply flex left-0 w-full px-xl items-center flex-row-reverse !important;
13
+ }
14
+ .form-field {
15
+ margin: 0 !important;
16
+ @apply w-full;
17
+ }
18
+ .InboxMobilePopupCloseButtonWrapper {
19
+ @apply flex flex-row-reverse;
20
+ }
21
+ }
22
+
23
+ @screen dt {
24
+ .InboxComposerWrapper {
25
+ grid-template-columns: calc(25% - 32px) 75%;
26
+ @apply grid gap-x-8 gap-y-6;
27
+ }
28
+
29
+ .wns-inbox-composer {
30
+ .filter-form {
31
+ height: fit-content;
32
+ }
33
+
34
+ .wns-search-field {
35
+ width: 30% !important;
36
+ .field-container {
37
+ }
38
+ }
39
+ .form-field {
40
+ width: 100% !important;
41
+ }
42
+
43
+ .SubmitAndClearAllContainer {
44
+ width: 100%;
45
+ display: flex;
46
+ justify-content: end;
47
+ align-items: center;
48
+ .clear-search {
49
+ width: 30%;
50
+ display: inline-block;
51
+ vertical-align: middle;
52
+ text-align: right;
53
+ cursor: pointer;
54
+ p {
55
+ padding: 1rem;
56
+ color: rgb(244, 119, 56);
57
+ text-align: end;
58
+ }
59
+ }
60
+ .submit {
61
+ width: 30% !important;
62
+ margin-left: unset !important;
63
+ button {
64
+ width: 100% !important;
65
+ }
66
+ }
67
+ }
68
+ }
69
+
70
+ .search-form-wns-inbox {
71
+ .clear-search-container {
72
+ grid-column: 2/3;
73
+ text-align: right;
74
+ .clear-search {
75
+ width: 100%;
76
+ color: rgb(244, 119, 56);
77
+ }
78
+ }
79
+ button {
80
+ width: 100%;
81
+ }
82
+
83
+ .filter-form {
84
+ height: fit-content;
85
+ }
86
+
87
+ .search-complaint-container {
88
+ flex-direction: column;
89
+ align-items: flex-start;
90
+ --bg-opacity: 1;
91
+ background-color: #fff;
92
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
93
+ padding: 16px;
94
+ display: unset;
95
+ flex-wrap: unset;
96
+ justify-content: unset;
97
+ margin-bottom: 0;
98
+ .complaint-input-container {
99
+ display: grid;
100
+ grid-template-columns: 33.33% 33.33% 33.33%;
101
+ }
102
+ .form-field {
103
+ width: 100%;
104
+ padding-right: 15px;
105
+ .clear-search {
106
+ padding-top: 10px;
107
+ }
108
+ }
109
+ }
110
+ .submit {
111
+ margin-top: 0;
112
+ right: 0;
113
+ }
114
+ }
115
+ }
@@ -0,0 +1 @@
1
+ @import "./InboxComposer.scss"
@@ -0,0 +1,71 @@
1
+ .how-it-works-page{
2
+ width: 92%;
3
+ margin: 16px;
4
+ .how-it-works-page-header{
5
+ margin-bottom: 15px;
6
+ }
7
+ }
8
+
9
+ .video-icon{
10
+ float: left;
11
+ background-color: #6F6F6F;
12
+ height: 60px;
13
+ width: 100px;
14
+ cursor: pointer;
15
+ margin: 5px;
16
+
17
+ .vid-svg{
18
+ padding-left: 35px;
19
+ padding-top: 18px;
20
+ }
21
+ }
22
+
23
+ .how-it-works-header-description{
24
+ padding: 5px;
25
+ overflow-wrap: break-word;
26
+ h2{
27
+ font-size: 16px;
28
+ font-weight: 400;
29
+ }
30
+ p{
31
+ font-size: 12px;
32
+ font-weight: 400;
33
+ }
34
+ }
35
+
36
+ .how-it-works-pdf-section{
37
+ display: flex;
38
+ justify-content: space-between;
39
+ .pdf-icon-header-desc{
40
+ float: left;
41
+ .pdf-icon{
42
+ display: inline-block;
43
+ }
44
+ .pdf-header-desc{
45
+ display: inline-block;
46
+ position: absolute;
47
+ padding: 5px;
48
+ overflow-wrap: break-word;
49
+ h2{
50
+ font-size: 16px;
51
+ font-weight: 400;
52
+ }
53
+ p{
54
+ font-size: 12px;
55
+ font-weight: 400;
56
+ }
57
+ }
58
+ }
59
+ .download-icon{
60
+ float: right;
61
+ }
62
+ }
63
+
64
+ .how-it-works-video-play{
65
+ display: inline-block;
66
+ .close-button{
67
+ float: right;
68
+ cursor: pointer;
69
+ }
70
+ }
71
+
@@ -0,0 +1,33 @@
1
+ .image-viewer-wrap {
2
+ @apply bg-text-primary p-md top-0 left-0 z-20 fixed w-full h-full;
3
+
4
+ svg {
5
+ top: 90px;
6
+ right: 16px;
7
+ @apply absolute h-6 w-6;
8
+ }
9
+
10
+ img {
11
+ margin-top: 40%;
12
+ @apply max-w-full h-auto;
13
+ }
14
+ }
15
+
16
+ @screen dt {
17
+ .image-viewer-wrap {
18
+ @apply flex fixed top-0 left-0 w-full h-full z-20 bg-text-primary p-md;
19
+
20
+ svg {
21
+ top: 90px;
22
+ right: 16px;
23
+ @apply absolute h-6 w-6;
24
+ }
25
+
26
+ img {
27
+ width: auto;
28
+ height: auto;
29
+ max-width: 640px;
30
+ margin: auto;
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,59 @@
1
+ @import url("../../digitv2/index.scss");
2
+
3
+ .inbox-search-links-container {
4
+ @extend .light-paper-primary;
5
+ height: 100%;
6
+ width: 100% !important;
7
+ display: flex;
8
+ flex-direction: column;
9
+ padding: 1rem;
10
+ .header {
11
+ @extend .light-text-color-primary;
12
+ display: grid;
13
+ grid-template-columns: 20% 1fr;
14
+ .logo {
15
+ display: flex;
16
+ align-items: center;
17
+ justify-content: flex-start;
18
+ .inbox-search-icon--projects {
19
+ fill : #f47738;
20
+ height: 2rem;
21
+ width: 2rem;
22
+ }
23
+ }
24
+ .text {
25
+ @extend .light-text-color-primary;
26
+ line-height: 32px;
27
+ font-weight: 700;
28
+ color : black;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: flex-start;
32
+ }
33
+
34
+ @media (min-width: 1024px) {
35
+ .text {
36
+ font-size: 24px;
37
+ }
38
+ }
39
+
40
+ @media (max-width: 1024px) {
41
+ .text {
42
+ font-size: 20px;
43
+ }
44
+ }
45
+ }
46
+ .contents {
47
+ margin-top: 1rem;
48
+ box-sizing: border-box;
49
+ display: flex;
50
+ flex-direction: column;
51
+ .link {
52
+ @extend .light-primary;
53
+ padding: 8px;
54
+ --text-opacity: 1;
55
+ color: #f47738;
56
+ color: rgba(244, 119, 56, var(--text-opacity));
57
+ }
58
+ }
59
+ }
@@ -0,0 +1,224 @@
1
+ @import url("../../digitv2/index.scss");
2
+
3
+ .horizontal-nav {
4
+ @extend .light-paper-primary;
5
+ @extend .light-text-color-primary;
6
+ overflow: auto;
7
+ display: flex;
8
+ margin-top: 3rem;
9
+
10
+ .menu-item {
11
+ border: 10px;
12
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
13
+ cursor: pointer;
14
+ text-decoration: none;
15
+ margin: 0px;
16
+ padding: 0px;
17
+ outline: none;
18
+ font-size: 16px;
19
+ position: relative;
20
+ color: rgb(95, 92, 98);
21
+ line-height: 48px;
22
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
23
+ min-height: 48px;
24
+ white-space: initial;
25
+ background: none;
26
+
27
+ .icon {
28
+ @extend .light-background;
29
+ display: block;
30
+ color: rgb(117, 117, 117);
31
+ fill: rgb(117, 117, 117);
32
+ height: 21px !important;
33
+ width: 21px !important;
34
+ float: left;
35
+ margin-top: 12px;
36
+ }
37
+
38
+ .edit-btn-ico {
39
+ height: 17px;
40
+ width: 17px;
41
+ margin-top: 16px;
42
+ }
43
+
44
+ .icon+.menu-label {
45
+ margin-left: 36px;
46
+ overflow: hidden;
47
+ text-overflow: ellipsis;
48
+ white-space: nowrap;
49
+ }
50
+ }
51
+
52
+ @media (min-width: 780px) {
53
+ .sidebar-list {
54
+ padding-right: 30px;
55
+ padding-left: 30px;
56
+ background-color: #EEEEEE;
57
+ border: 1px solid #DDDDDD;
58
+ border-radius: 8px 8px 0px 0px;
59
+
60
+ &.active {
61
+ font-weight: 600;
62
+ border-bottom: 3px solid theme(colors.primary.main);
63
+
64
+ background-color: #FFFFFF;
65
+
66
+ .menu-label {
67
+ color: theme(colors.primary.main);
68
+ }
69
+
70
+ .icon {
71
+ fill: theme(colors.primary.main);
72
+ }
73
+ }
74
+
75
+ .submenu-container {
76
+ cursor: pointer;
77
+ display: flex;
78
+ flex-direction: column;
79
+
80
+ .sidebar-link {
81
+ display: flex;
82
+ justify-content: space-between;
83
+ align-items: center;
84
+ padding: 15px!important;
85
+ padding-top: 20px!important;
86
+ svg {
87
+ width: 24px !important;
88
+ height: 24px !important;
89
+ color: rgb(117, 117, 117);
90
+ fill: rgb(117, 117, 117);
91
+ }
92
+
93
+ .actions {
94
+ .tooltip {
95
+ margin-left: 16px;
96
+ }
97
+ }
98
+ }
99
+
100
+ .actions {
101
+ display: flex;
102
+ align-items: center;
103
+ overflow: hidden !important;
104
+
105
+ span {
106
+ margin-left: 13px;
107
+ line-height: 48px;
108
+ white-space: nowrap;
109
+ color: #5f5c62;
110
+ overflow: hidden;
111
+ text-overflow: ellipsis;
112
+ }
113
+ }
114
+ }
115
+ .submenu-container:first-child {
116
+ margin-top:5px;
117
+ .employee-search-input{
118
+ margin-left:16px !important;
119
+ }
120
+ }
121
+ }
122
+ .sidebar-list-search-form {
123
+ padding-right: 30px;
124
+ padding-left: 30px;
125
+
126
+ &.active {
127
+ font-weight: 600;
128
+ border-bottom: 3px solid theme(colors.primary.main);
129
+
130
+ background-color: #FFFFFF;
131
+
132
+ .menu-label {
133
+ color: theme(colors.primary.main);
134
+ }
135
+
136
+ .icon {
137
+ fill: theme(colors.primary.main);
138
+ }
139
+ }
140
+
141
+ .submenu-container {
142
+ cursor: pointer;
143
+ display: flex;
144
+ flex-direction: column;
145
+
146
+ .sidebar-link {
147
+ display: flex;
148
+ justify-content: space-between;
149
+ align-items: center;
150
+ padding: 15px!important;
151
+ padding-top: 20px!important;
152
+ svg {
153
+ width: 24px !important;
154
+ height: 24px !important;
155
+ color: rgb(117, 117, 117);
156
+ fill: rgb(117, 117, 117);
157
+ }
158
+
159
+ .actions {
160
+ .tooltip {
161
+ margin-left: 16px;
162
+ }
163
+ }
164
+ }
165
+
166
+ .actions {
167
+ display: flex;
168
+ align-items: center;
169
+ overflow: hidden !important;
170
+
171
+ span {
172
+ margin-left: 13px;
173
+ line-height: 48px;
174
+ white-space: nowrap;
175
+ color: #5f5c62;
176
+ overflow: hidden;
177
+ text-overflow: ellipsis;
178
+ }
179
+ }
180
+ }
181
+ .submenu-container:first-child {
182
+ margin-top:5px;
183
+ .employee-search-input{
184
+ margin-left:16px !important;
185
+ }
186
+ }
187
+ }
188
+
189
+
190
+ .dropdown-link {
191
+ .actions {
192
+ display: flex;
193
+ padding: 1em;
194
+
195
+ svg {
196
+ width: 21px;
197
+ height: 21px;
198
+ color: rgb(117, 117, 117);
199
+ fill: rgb(117, 117, 117);
200
+ }
201
+
202
+ span {
203
+ color: #5f5c62;
204
+ }
205
+ }
206
+ }
207
+ }
208
+ }
209
+
210
+
211
+
212
+ .sidebar-link {
213
+ display: flex;
214
+ justify-content: space-between;
215
+ align-items: center;
216
+ padding: 15px!important;
217
+ padding-top: 20px!important;
218
+ svg {
219
+ width: 24px !important;
220
+ height: 26px !important;
221
+ color: rgb(117, 117, 117);
222
+ fill: rgb(117, 117, 117);
223
+ }
224
+ }
@@ -0,0 +1,116 @@
1
+ @import url("../../digitv2/index.scss");
2
+
3
+ .search-wrapper {
4
+ @extend .light-text-color-primary;
5
+ @extend .light-paper-primary;
6
+ height: 100%;
7
+ width: 100%;
8
+ padding: 1rem;
9
+
10
+ .popup-label {
11
+ display: flex;
12
+ font-size: large;
13
+ @extend .light-text-color-primary;
14
+ .header {
15
+ @extend .light-text-color-primary;
16
+ width: 100%;
17
+ font-weight: normal;
18
+ font-size: large;
19
+ .icon {
20
+ @extend .light-primary;
21
+ margin-right: 12px;
22
+ margin-top: 5px;
23
+ }
24
+ }
25
+ }
26
+
27
+ .filter-header-wrapper {
28
+ @extend .light-text-color-primary;
29
+ display: grid;
30
+ grid-template-columns: 15% 1fr 15%;
31
+ height: 3rem;
32
+ margin-bottom: 1rem;
33
+ .icon-refresh {
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: center;
37
+ border: 1px solid #00000017;
38
+ cursor: pointer;
39
+ svg {
40
+ height: 60%;
41
+ width: 40%;
42
+ }
43
+ }
44
+ .label {
45
+ @extend .light-text-color-primary;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: flex-start;
49
+ }
50
+
51
+ @media (min-width: 1024px) {
52
+ .label {
53
+ font-size: 24px;
54
+ }
55
+ }
56
+
57
+ @media (max-width: 1024px) {
58
+ .label {
59
+ font-size: 16px;
60
+ }
61
+ }
62
+
63
+ .icon-filter {
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: flex-start;
67
+ }
68
+ }
69
+
70
+ .search-field-wrapper {
71
+ display: grid;
72
+ row-gap: 0.25rem;
73
+ column-gap: 1rem;
74
+ &.inbox {
75
+ grid-template-columns: repeat(3, 1fr);
76
+ &.filter {
77
+ display: flex;
78
+ flex-direction: column;
79
+ }
80
+ }
81
+ &.search {
82
+ grid-template-columns: repeat(4, 1fr);
83
+ }
84
+ .text-input{
85
+ @extend .light-primary;
86
+ }
87
+ }
88
+
89
+ .search-button-wrapper {
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: flex-end;
93
+ gap: 1rem;
94
+ padding-top: 8px;
95
+ &.inbox {
96
+ grid-column: 2 / span 2;
97
+ &.filter {
98
+ button {
99
+ width: 100%;
100
+ }
101
+ }
102
+ }
103
+ &.search {
104
+ grid-column: 3 / span 2;
105
+ }
106
+ }
107
+ }
108
+
109
+ @screen sm {
110
+ .search-wrapper {
111
+ .search-field-wrapper {
112
+ display: flex;
113
+ flex-direction: column;
114
+ }
115
+ }
116
+ }