@chipstcp/upyog-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 (141) hide show
  1. package/dist/index.css +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,98 @@
1
+ .filters-wrapper {
2
+ display: none;
3
+ padding: 20px 0px 0px;
4
+ z-index: 1;
5
+
6
+ .filters-input {
7
+ flex-basis: 22%;
8
+ }
9
+
10
+ .filters-input:not(:first-of-type) {
11
+ margin-left: 5%;
12
+ }
13
+
14
+ .switch-wrapper {
15
+ display: flex;
16
+ justify-content: space-between;
17
+ max-width: 200px;
18
+
19
+ .radio-switch {
20
+ display: none;
21
+
22
+ &:checked ~ label {
23
+ border-color: #a82227;
24
+ color: #a82227;
25
+ }
26
+ }
27
+
28
+ label {
29
+ border: 1px solid;
30
+ padding: 6px 10px;
31
+ display: block;
32
+ @apply border border-solid border-input-border;
33
+ &:hover{
34
+ @apply border-2 border-solid border-primary-main;
35
+ }
36
+ }
37
+ }
38
+ }
39
+
40
+ .pickerShadow {
41
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
42
+ }
43
+
44
+ .filter-close {
45
+ @apply flex justify-end;
46
+ }
47
+
48
+ .filter-header {
49
+ @apply flex;
50
+
51
+ p {
52
+ font-weight: bold;
53
+ font-size: 24px;
54
+ line-height: 1;
55
+ margin: 0 12px 20px 8px;
56
+ }
57
+ }
58
+
59
+ .clearText {
60
+ display: none;
61
+ }
62
+
63
+ @screen dt {
64
+ .filters-wrapper {
65
+ display: flex;
66
+ }
67
+
68
+ .filter-close,
69
+ .filter-header {
70
+ display: none;
71
+ }
72
+
73
+ .clearText {
74
+ display: block;
75
+ text-align: right;
76
+ color: #a82227;
77
+ margin-top: 20px;
78
+ margin-left: 10px;
79
+ }
80
+ }
81
+
82
+ @media (max-width: 780px) {
83
+ .filters-modal {
84
+ display: block;
85
+ position: fixed;
86
+ width: 100%;
87
+ height: 100vh;
88
+ left: 0;
89
+ top: 130px;
90
+ padding: 16px;
91
+ background-color: #fff;
92
+ z-index: 99;
93
+ }
94
+
95
+ .rdrDefinedRangesWrapper {
96
+ display: none;
97
+ }
98
+ }
@@ -0,0 +1,3 @@
1
+ .grey {
2
+ @apply text-text-secondary;
3
+ }
@@ -0,0 +1,111 @@
1
+ .complaint-input-container{
2
+ display: flex;
3
+ }
4
+
5
+ .inboxPopupMobileWrapper {
6
+ @apply block p-md w-full overflow-scroll;
7
+ .submit {
8
+ @apply flex left-0 w-full px-xl items-center flex-row-reverse !important;
9
+ }
10
+ .form-field , .field{
11
+ margin: 0 !important;
12
+ @apply w-full;
13
+ }
14
+ .InboxMobilePopupCloseButtonWrapper {
15
+ @apply flex flex-row-reverse;
16
+ }
17
+ }
18
+
19
+ @screen dt {
20
+ .InboxComposerWrapper {
21
+ grid-template-columns: calc(25% - 32px) 75%;
22
+ @apply grid gap-x-8 gap-y-6;
23
+ }
24
+
25
+ .wns-inbox-composer {
26
+ .filter-form {
27
+ height: fit-content;
28
+ }
29
+
30
+ .wns-search-field {
31
+ width: 30% !important;
32
+ .field-container {
33
+ }
34
+ }
35
+ .form-field , .field{
36
+ width: 100% !important;
37
+ }
38
+
39
+ .SubmitAndClearAllContainer {
40
+ width: 100%;
41
+ display: flex;
42
+ justify-content: end;
43
+ align-items: center;
44
+ .clear-search {
45
+ width: 30%;
46
+ display: inline-block;
47
+ vertical-align: middle;
48
+ text-align: right;
49
+ cursor: pointer;
50
+ p {
51
+ padding: 1rem;
52
+ color: rgb(244, 119, 56);
53
+ text-align: end;
54
+ }
55
+ }
56
+ .submit {
57
+ width: 30% !important;
58
+ margin-left: unset !important;
59
+ button {
60
+ width: 100% !important;
61
+ }
62
+ }
63
+ }
64
+ }
65
+
66
+ .search-form-wns-inbox {
67
+ .clear-search-container {
68
+ grid-column: 2/3;
69
+ text-align: right;
70
+ .clear-search {
71
+ width: 100%;
72
+ color: #2947A3 !important;
73
+ }
74
+ }
75
+ button {
76
+ width: 100%;
77
+ }
78
+
79
+ .filter-form {
80
+ height: fit-content;
81
+ }
82
+
83
+ .search-complaint-container {
84
+ flex-direction: column;
85
+ align-items: flex-start;
86
+ --bg-opacity: 1;
87
+ background-color: #fff;
88
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
89
+ padding: 16px;
90
+ display: unset;
91
+ flex-wrap: unset;
92
+ justify-content: unset;
93
+ margin-bottom: 0;
94
+ .complaint-input-container {
95
+ display: grid !important;
96
+ grid-template-columns: 33.33% 33.33% 33.33%;
97
+ }
98
+ .form-field , .field{
99
+ width: 100%;
100
+ padding-right: 15px;
101
+ .clear-search {
102
+ padding-top: 10px;
103
+ }
104
+ }
105
+ }
106
+ .submit {
107
+ margin-top: 0;
108
+ right: 0;
109
+ }
110
+ }
111
+ }
@@ -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,35 @@
1
+ .info-banner-wrap {
2
+ @apply bg-link-normal bg-opacity-25 m-sm p-md;
3
+
4
+
5
+ background-color: #C7E0F1;
6
+ border-radius: 4px;
7
+ svg {
8
+ margin-top: 5px;
9
+ @apply rounded-full;
10
+ }
11
+
12
+ div {
13
+ @apply flex;
14
+ }
15
+
16
+ h2 {
17
+ @apply text-heading-m text-link-normal mb-md font-bold ml-sm;
18
+ }
19
+
20
+ p {
21
+ @apply text-body-l text-link-normal whitespace-pre-line;
22
+ }
23
+ }
24
+
25
+ @screen dt {
26
+ .info-banner-wrap {
27
+ h2 {
28
+ @apply text-heading-m-dt;
29
+ }
30
+
31
+ p {
32
+ @apply text-body-l-dt;
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,15 @@
1
+ .input-otp-wrap {
2
+ @apply mb-lg;
3
+
4
+ input {
5
+ @apply border-2 border-solid border-input-border outline-none h-10 w-10 text-form-field text-text-primary mr-sm mb-sm text-center;
6
+ }
7
+ input::-webkit-outer-spin-button,
8
+ input::-webkit-inner-spin-button {
9
+ -webkit-appearance: none;
10
+ margin: 0;
11
+ }
12
+ input[type="number"] {
13
+ -moz-appearance: textfield;
14
+ }
15
+ }
@@ -0,0 +1,29 @@
1
+ .key-note-pair {
2
+ @apply mb-md;
3
+
4
+ h3 {
5
+ margin-bottom: 4px;
6
+ @apply font-bold text-text-primary text-heading-s;
7
+ color: #000;
8
+ }
9
+
10
+ p {
11
+ @apply text-text-primary text-body-l;
12
+ color: #000;
13
+ }
14
+
15
+ .caption {
16
+ @apply text-body-l text-text-secondary;
17
+ }
18
+ }
19
+
20
+ @screen dt {
21
+ .key-note-pair {
22
+ p {
23
+ @apply text-body-l-dt;
24
+ }
25
+ .caption {
26
+ @apply text-body-l-dt text-text-secondary;
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,24 @@
1
+ .language-selector {
2
+ @apply flex flex-wrap;
3
+ }
4
+
5
+ .language-selector div:not(:first-child) {
6
+ margin-left: 10px;
7
+ }
8
+ .bannerCard .language-button-container button {
9
+ width: 6.2rem;
10
+ height: 2.5rem;
11
+ }
12
+ .bannerCard .customBtn {
13
+ border-color: #505a5f;
14
+ }
15
+ .bannerCard .customBtn:focus {
16
+ outline: none;
17
+ }
18
+ .bannerCard .customBtn-selected {
19
+ border-color: transparent;
20
+ background-color: #5a1166 !important;
21
+ }
22
+ .bannerCard .bannerHeader p {
23
+ font-size: 19px;
24
+ }
@@ -0,0 +1,96 @@
1
+ .page-loader,
2
+ .module-loader {
3
+ text-align: center;
4
+ }
5
+
6
+ .page-loader {
7
+ padding-top: 88px;
8
+ }
9
+
10
+ .module-loader {
11
+ padding: 16px;
12
+ }
13
+
14
+ @keyframes ldio-pjg92h09b2o {
15
+ 0% {
16
+ transform: translate(-50%, -50%) rotate(0deg);
17
+ }
18
+
19
+ 100% {
20
+ transform: translate(-50%, -50%) rotate(360deg);
21
+ }
22
+ }
23
+
24
+ .ldio-pjg92h09b2o div {
25
+ position: absolute;
26
+ width: 52px;
27
+ height: 52px;
28
+ border: 12px solid #22394d;
29
+ border-top-color: transparent;
30
+ border-radius: 50%;
31
+ }
32
+
33
+ .ldio-pjg92h09b2o div {
34
+ animation: ldio-pjg92h09b2o 1s linear infinite;
35
+ top: 50px;
36
+ left: 50px;
37
+ }
38
+
39
+ .loadingio-spinner-rolling-faewnb8ux8 {
40
+ width: 48px;
41
+ height: 48px;
42
+ display: inline-block;
43
+ overflow: hidden;
44
+ background: none;
45
+ }
46
+
47
+ .ldio-pjg92h09b2o {
48
+ width: 100%;
49
+ height: 100%;
50
+ position: relative;
51
+ transform: translateZ(0) scale(0.48);
52
+ backface-visibility: hidden;
53
+ transform-origin: 0 0;
54
+ /* see note above */
55
+ }
56
+
57
+ .ldio-pjg92h09b2o div {
58
+ box-sizing: content-box;
59
+ }
60
+
61
+ /*
62
+ .loader {
63
+ position: absolute;
64
+ left: 50%;
65
+ top: 50%;
66
+ z-index: 1;
67
+ width: 80px;
68
+ height: 80px;
69
+ margin: -80px 0 0 -40px;
70
+ border: 8px solid #f3f3f3;
71
+ border-radius: 50%;
72
+ border-top-color: #3498db;
73
+ -webkit-animation: loader-spin 1s linear infinite;
74
+ animation: loader-spin 1s linear infinite;
75
+ }
76
+
77
+ @-webkit-keyframes loader-spin {
78
+ 0% {
79
+ -webkit-transform: rotate(0deg);
80
+ }
81
+
82
+ 100% {
83
+ -webkit-transform: rotate(360deg);
84
+ }
85
+ }
86
+
87
+ @keyframes loader-spin {
88
+ 0% {
89
+ transform: rotate(0deg);
90
+ }
91
+
92
+ 100% {
93
+ transform: rotate(360deg);
94
+ }
95
+ }
96
+ */
@@ -0,0 +1,36 @@
1
+ .map-wrap {
2
+ @apply pb-lg;
3
+ }
4
+
5
+ .map {
6
+ width: 100%;
7
+ height: 384px;
8
+ overflow: visible;
9
+ position: relative;
10
+ }
11
+
12
+ .map-search-bar-wrap {
13
+ border-radius: 4px;
14
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
15
+ margin-bottom: 4px;
16
+ display: flex;
17
+ width: 100%;
18
+ }
19
+
20
+ .map-search-bar-icon {
21
+ @apply inline h-6 w-6 m-sm;
22
+ }
23
+
24
+ .map-search-bar {
25
+ @apply block outline-none text-form-field text-text-primary h-10 w-full !important;
26
+ }
27
+
28
+ .map-search-bar:focus {
29
+ border: none;
30
+ }
31
+ .bharatMapStyle{
32
+ width: 100%;
33
+ height: 400px;
34
+ border-radius: 8px;
35
+ overflow: hidden;
36
+ }
File without changes
@@ -0,0 +1,27 @@
1
+ .metricsTable {
2
+ @apply bg-white px-md pt-md pb-lg shadow-card;
3
+ max-width: 440px;
4
+ border-radius: 4px;
5
+
6
+ .row {
7
+ @apply flex justify-between;
8
+ height: 80px;
9
+ width: 100%;
10
+ }
11
+
12
+ .lower_red {
13
+ @apply inline;
14
+ color: rgb(229, 77, 66);
15
+ }
16
+
17
+ .upper_green {
18
+ @apply inline;
19
+ color: #00703C;
20
+ }
21
+ }
22
+
23
+ .chart-metric-wrapper{
24
+ display: flex;
25
+ flex-wrap: wrap;
26
+ margin-top: 15px;
27
+ }
@@ -0,0 +1,118 @@
1
+ .multilink-labelWrap{
2
+ top: 73px;
3
+ @apply flex items-center align-middle text-center m-md absolute right-0 z-10;
4
+ }
5
+
6
+ .multilink-link-button{
7
+ margin: 0;
8
+ font-size: 14px;
9
+ font-weight: 600;
10
+ transition: all 0.2s ease;
11
+ }
12
+
13
+ /* Responsive multilink-link-button for tablets */
14
+ @media only screen and (max-width: 1024px) {
15
+ .multilink-link-button {
16
+ font-size: 13px;
17
+ padding: 0 8px;
18
+ }
19
+ }
20
+
21
+ /* Responsive multilink-link-button for tablets and mobile */
22
+ @media only screen and (max-width: 768px) {
23
+ .multilink-link-button {
24
+ font-size: 11px;
25
+ padding: 0 6px;
26
+ line-height: 1.3;
27
+ }
28
+ }
29
+
30
+ /* Responsive multilink-link-button for small mobile devices */
31
+ @media only screen and (max-width: 480px) {
32
+ .multilink-link-button {
33
+ font-size: 9px;
34
+ padding: 0 4px;
35
+ line-height: 1.2;
36
+ max-width: 100px;
37
+ word-break: break-word;
38
+ }
39
+ }
40
+
41
+ .multilink-optionWrap{
42
+ right: 0;
43
+ top:110px;
44
+ width: max-content;
45
+ @apply absolute shadow-card bg-white m-md z-10;
46
+
47
+ .multilink-option{
48
+
49
+ svg{
50
+ margin-top: auto;
51
+ margin-bottom: auto;
52
+ @apply mx-sm
53
+ }
54
+
55
+ &:hover{
56
+ @apply bg-grey-mid cursor-pointer;
57
+ }
58
+ @apply p-md;
59
+ }
60
+ }
61
+ .overCard{
62
+ top: 23px;
63
+ }
64
+
65
+ .multilink-block-wrapper{
66
+ @apply relative;
67
+ .multilink-labelWrap{
68
+ margin: 0 !important;
69
+ top: unset;
70
+ @apply relative text-text-primary !important;
71
+ svg{
72
+ fill: #505A5F;
73
+ }
74
+ span{
75
+ @apply text-text-primary !important;
76
+ }
77
+ }
78
+ .multilink-optionWrap{
79
+ top: 8px;
80
+ right: -50%;
81
+ @apply block !important;
82
+ }
83
+ }
84
+
85
+ @screen dt {
86
+
87
+ .multilink-block-wrapper{
88
+ .multilink-optionWrap{
89
+ right: 0 !important;
90
+ }
91
+ }
92
+
93
+ .multilink-labelWrap{
94
+ right: 20%;
95
+ top: 80px;
96
+ }
97
+
98
+ .multilink-optionWrap{
99
+ right: 20%;
100
+ top: 110px;
101
+ @apply shadow-card rounded-sm;
102
+ }
103
+ }
104
+
105
+ .reports-download-btn{
106
+ justify-content: flex-end;
107
+ position: unset;
108
+ }
109
+
110
+ .reports-options-download{
111
+ position: absolute;
112
+ justify-content: flex-end;
113
+ float: right;
114
+ right:0%;
115
+ display: flex;
116
+ flex-direction: row;
117
+ top:2rem;
118
+ }