@egovernments/digit-ui-components-css 0.0.1-pucar.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.
Files changed (191) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/README.md +81 -0
  3. package/dist/index.css +17004 -0
  4. package/dist/index.min.css +6 -0
  5. package/img/browser-icon.png +0 -0
  6. package/img/m_seva_white_logo.png +0 -0
  7. package/img/mseva-demo.png +0 -0
  8. package/package.json +67 -0
  9. package/src/components/CardBasedOptions.scss +46 -0
  10. package/src/components/CitizenHomeCard.scss +56 -0
  11. package/src/components/EllipsisMenu.scss +17 -0
  12. package/src/components/EventCalendarView.scss +10 -0
  13. package/src/components/FAQ.scss +64 -0
  14. package/src/components/OnGroundEventCard.scss +72 -0
  15. package/src/components/PageBasedInput.scss +29 -0
  16. package/src/components/PopupHeadingLabel.scss +15 -0
  17. package/src/components/PropertySearchForm.scss +58 -0
  18. package/src/components/SearchForm.scss +56 -0
  19. package/src/components/SearchOnRadioButton.scss +10 -0
  20. package/src/components/StandaloneSearchBar.scss +10 -0
  21. package/src/components/TimeLine.scss +68 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +97 -0
  25. package/src/components/bannercomponents.scss +136 -0
  26. package/src/components/body.scss +144 -0
  27. package/src/components/buttons.scss +101 -0
  28. package/src/components/card.scss +391 -0
  29. package/src/components/cardHeaderWithOptions.scss +14 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +53 -0
  33. package/src/components/checkpoint.scss +63 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +11 -0
  36. package/src/components/datatable.scss +134 -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/filters.scss +98 -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/languageSelector.scss +24 -0
  56. package/src/components/loader.scss +96 -0
  57. package/src/components/map.scss +30 -0
  58. package/src/components/menu.scss +0 -0
  59. package/src/components/metricsTable.scss +28 -0
  60. package/src/components/multiLink.scss +88 -0
  61. package/src/components/multiSelectDropdown.scss +77 -0
  62. package/src/components/navbar.scss +312 -0
  63. package/src/components/plusMinus.scss +15 -0
  64. package/src/components/popup.scss +16 -0
  65. package/src/components/radiobtn.scss +45 -0
  66. package/src/components/ratingstar.scss +33 -0
  67. package/src/components/roundedLabel.scss +10 -0
  68. package/src/components/searchAction.scss +20 -0
  69. package/src/components/sectionalDropdown.scss +43 -0
  70. package/src/components/selectdropdown.scss +174 -0
  71. package/src/components/sidebar.scss +141 -0
  72. package/src/components/staticDynamicMessages.scss +107 -0
  73. package/src/components/staticSideBar.scss +27 -0
  74. package/src/components/statushighlight.scss +17 -0
  75. package/src/components/submiterrors.scss +11 -0
  76. package/src/components/summary.scss +29 -0
  77. package/src/components/table.scss +201 -0
  78. package/src/components/tag.scss +27 -0
  79. package/src/components/telephone.scss +17 -0
  80. package/src/components/textfields.scss +96 -0
  81. package/src/components/toast.scss +31 -0
  82. package/src/components/toggleSwitch.scss +41 -0
  83. package/src/components/topbar.scss +153 -0
  84. package/src/components/uploadcomponents.scss +100 -0
  85. package/src/digitv2/components/CitizenHomeCardV2.scss +56 -0
  86. package/src/digitv2/components/ErrorMessage.scss +19 -0
  87. package/src/digitv2/components/FormComposerV2.scss +118 -0
  88. package/src/digitv2/components/PageBasedInputV2.scss +33 -0
  89. package/src/digitv2/components/WhatsNewCardV2.scss +13 -0
  90. package/src/digitv2/components/actionLinkV2.scss +9 -0
  91. package/src/digitv2/components/actionbarV2.scss +110 -0
  92. package/src/digitv2/components/appContainerV2.scss +49 -0
  93. package/src/digitv2/components/backButtonV2.scss +26 -0
  94. package/src/digitv2/components/bannerV2.scss +120 -0
  95. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  96. package/src/digitv2/components/breadCrumbV2.scss +34 -0
  97. package/src/digitv2/components/breakLineV2.scss +6 -0
  98. package/src/digitv2/components/buttonsV2.scss +407 -0
  99. package/src/digitv2/components/cardBasedOptionsV2.scss +46 -0
  100. package/src/digitv2/components/cardLabelV2.scss +8 -0
  101. package/src/digitv2/components/cardV2.scss +383 -0
  102. package/src/digitv2/components/checkboxV2.scss +80 -0
  103. package/src/digitv2/components/checkpointV2.scss +71 -0
  104. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  105. package/src/digitv2/components/dateWrapV2.scss +17 -0
  106. package/src/digitv2/components/detailsCardV2.scss +17 -0
  107. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  108. package/src/digitv2/components/fieldV1.scss +97 -0
  109. package/src/digitv2/components/footerV2.scss +55 -0
  110. package/src/digitv2/components/headerBarV2.scss +34 -0
  111. package/src/digitv2/components/headerV2.scss +12 -0
  112. package/src/digitv2/components/infoCardV2.scss +143 -0
  113. package/src/digitv2/components/infobuttons.scss +76 -0
  114. package/src/digitv2/components/keynoteV2.scss +35 -0
  115. package/src/digitv2/components/labelFieldPairV2.scss +58 -0
  116. package/src/digitv2/components/loaderV2.scss +85 -0
  117. package/src/digitv2/components/mobileNumberV2.scss +65 -0
  118. package/src/digitv2/components/modalV2.scss +46 -0
  119. package/src/digitv2/components/multiSelectDropdownV2.scss +316 -0
  120. package/src/digitv2/components/multiUploadWrapperV2.scss +6 -0
  121. package/src/digitv2/components/navbarV2.scss +9 -0
  122. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  123. package/src/digitv2/components/numeric.scss +47 -0
  124. package/src/digitv2/components/otpInputV2.scss +15 -0
  125. package/src/digitv2/components/panelcard.scss +161 -0
  126. package/src/digitv2/components/panels.scss +115 -0
  127. package/src/digitv2/components/paragraphV2.scss +5 -0
  128. package/src/digitv2/components/popUpV2.scss +309 -0
  129. package/src/digitv2/components/radiobtnV2.scss +114 -0
  130. package/src/digitv2/components/ratingV2.scss +33 -0
  131. package/src/digitv2/components/searchActionV2.scss +11 -0
  132. package/src/digitv2/components/searchFormV2.scss +76 -0
  133. package/src/digitv2/components/searchcomponent.scss +7 -0
  134. package/src/digitv2/components/selectdropdownV2.scss +361 -0
  135. package/src/digitv2/components/sidebarV2.scss +11 -0
  136. package/src/digitv2/components/stepper.scss +127 -0
  137. package/src/digitv2/components/tagV2.scss +121 -0
  138. package/src/digitv2/components/telephoneV2.scss +18 -0
  139. package/src/digitv2/components/textInputV2.scss +463 -0
  140. package/src/digitv2/components/textareaV2.scss +100 -0
  141. package/src/digitv2/components/textblock.scss +47 -0
  142. package/src/digitv2/components/timeline.scss +127 -0
  143. package/src/digitv2/components/toastV2.scss +81 -0
  144. package/src/digitv2/components/toggle.scss +73 -0
  145. package/src/digitv2/components/toggleswitchV2.scss +42 -0
  146. package/src/digitv2/components/topbarV2.scss +187 -0
  147. package/src/digitv2/components/treeSelectV2.scss +133 -0
  148. package/src/digitv2/components/uploadFileV2.scss +146 -0
  149. package/src/digitv2/components/uploader.scss +469 -0
  150. package/src/digitv2/index.scss +198 -0
  151. package/src/digitv2/pages/employee/index.scss +1 -0
  152. package/src/digitv2/pages/employee/workbench.scss +615 -0
  153. package/src/digitv2/typography.scss +658 -0
  154. package/src/index.scss +774 -0
  155. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  156. package/src/pages/citizen/DocumentList.scss +305 -0
  157. package/src/pages/citizen/Events.scss +47 -0
  158. package/src/pages/citizen/HomePageWrapper.scss +158 -0
  159. package/src/pages/citizen/SurveyList.scss +22 -0
  160. package/src/pages/citizen/citizenDocument.scss +22 -0
  161. package/src/pages/citizen/container.scss +19 -0
  162. package/src/pages/citizen/payment/payment-type.scss +3 -0
  163. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  164. package/src/pages/employee/EmployeeLogin.scss +7 -0
  165. package/src/pages/employee/cardfix.scss +13 -0
  166. package/src/pages/employee/container.scss +72 -0
  167. package/src/pages/employee/dss.scss +266 -0
  168. package/src/pages/employee/form-fields.scss +13 -0
  169. package/src/pages/employee/iframe.scss +66 -0
  170. package/src/pages/employee/inbox.scss +585 -0
  171. package/src/pages/employee/index.scss +626 -0
  172. package/src/pages/employee/login.scss +221 -0
  173. package/src/pages/employee/oldMobileInbox.scss +5 -0
  174. package/src/pages/employee/popupmodule.scss +34 -0
  175. package/src/pages/employee/response.scss +3 -0
  176. package/src/pages/employee/scroll-table.scss +119 -0
  177. package/src/pages/employee/surveys.scss +273 -0
  178. package/src/pages/employee/tooltip.scss +36 -0
  179. package/src/pages/employee/updateNumber.scss +13 -0
  180. package/svg/arrowdown.svg +1 -0
  181. package/svg/arrowleft.svg +1 -0
  182. package/svg/calendar.svg +1 -0
  183. package/svg/camera.svg +4 -0
  184. package/svg/check.svg +4 -0
  185. package/svg/close.svg +4 -0
  186. package/svg/error.svg +4 -0
  187. package/svg/error2.svg +5 -0
  188. package/svg/searchicon.svg +4 -0
  189. package/svg/starempty.svg +4 -0
  190. package/svg/starfilled.svg +5 -0
  191. package/svg/success.svg +4 -0
@@ -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 theme(colors.secondary);
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,30 @@
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
+ }
File without changes
@@ -0,0 +1,28 @@
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: theme(colors.success);
20
+ }
21
+ }
22
+
23
+ .chart-metric-wrapper{
24
+ display: flex;
25
+ flex-wrap: wrap;
26
+ margin-top: 15px;
27
+ justify-content: space-evenly;
28
+ }
@@ -0,0 +1,88 @@
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
+ @apply text-heading-s text-primary-light
9
+ }
10
+
11
+ .multilink-optionWrap{
12
+ right: 0;
13
+ top:110px;
14
+ width: max-content;
15
+ @apply absolute shadow-card bg-white m-md z-10;
16
+
17
+ .multilink-option{
18
+
19
+ svg{
20
+ margin-top: auto;
21
+ margin-bottom: auto;
22
+ @apply mx-sm
23
+ }
24
+
25
+ &:hover{
26
+ @apply bg-grey-mid cursor-pointer;
27
+ }
28
+ @apply p-md;
29
+ }
30
+ }
31
+ .overCard{
32
+ top: 23px;
33
+ }
34
+
35
+ .multilink-block-wrapper{
36
+ @apply relative;
37
+ .multilink-labelWrap{
38
+ margin: 0 !important;
39
+ top: unset;
40
+ @apply relative text-text-primary !important;
41
+ svg{
42
+ fill: theme(colors.text.secondary);
43
+ }
44
+ span{
45
+ @apply text-text-primary !important;
46
+ }
47
+ }
48
+ .multilink-optionWrap{
49
+ top: 8px;
50
+ right: -50%;
51
+ @apply block !important;
52
+ }
53
+ }
54
+
55
+ @screen dt {
56
+
57
+ .multilink-block-wrapper{
58
+ .multilink-optionWrap{
59
+ right: 0 !important;
60
+ }
61
+ }
62
+
63
+ .multilink-labelWrap{
64
+ right: 20%;
65
+ top: 80px;
66
+ }
67
+
68
+ .multilink-optionWrap{
69
+ right: 20%;
70
+ top: 110px;
71
+ @apply shadow-card rounded-sm;
72
+ }
73
+ }
74
+
75
+ .reports-download-btn{
76
+ justify-content: flex-end;
77
+ position: unset;
78
+ }
79
+
80
+ .reports-options-download{
81
+ position: absolute;
82
+ justify-content: flex-end;
83
+ float: right;
84
+ right:0%;
85
+ display: flex;
86
+ flex-direction: row;
87
+ top:2rem;
88
+ }
@@ -0,0 +1,77 @@
1
+ .multi-select-dropdown-wrap{
2
+ @apply relative text-form-field text-text-primary w-full;
3
+ .master, .master-active{
4
+ @apply relative border border-solid border-input-border h-10 w-full;
5
+ input[type=text]{
6
+ @apply absolute top-0 left-0 p-sm pl-sm min-h-full min-w-full opacity-0;
7
+ &:focus{
8
+ @apply outline-none;
9
+ }
10
+ }
11
+ .label{
12
+ @apply flex justify-between p-sm w-full h-full;
13
+ svg{
14
+ @apply h-6 w-6;
15
+ }
16
+ }
17
+
18
+ &:hover{
19
+ @apply border-2 border-solid border-primary-main;
20
+ }
21
+ }
22
+
23
+ .master-active{
24
+ @apply border-2 border-primary-main;
25
+ input[type=text]{
26
+ @apply opacity-100;
27
+ }
28
+ .label{
29
+ @apply hidden;
30
+ }
31
+ }
32
+
33
+ .server{
34
+
35
+ 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);
36
+ top:40px;
37
+
38
+ max-height:20vmax;
39
+ overflow: scroll;
40
+ @apply absolute min-w-full z-20;
41
+ div{
42
+ @apply flex w-full bg-white;
43
+ justify-content: flex-start;
44
+ align-items: center;
45
+ &:hover{
46
+ @apply bg-grey-mid;
47
+ }
48
+ input{
49
+ height: 44px;
50
+ @apply absolute min-w-full opacity-0 z-20 cursor-pointer;
51
+ }
52
+ p{
53
+ padding: 12px;
54
+ margin-top: 5px;
55
+ margin-bottom: 5px;
56
+ @apply text-form-field text-text-primary;
57
+ }
58
+ .custom-checkbox{
59
+ height: 28px;
60
+ width: 28px;
61
+ @apply border border-solid border-input-border m-sm;
62
+ svg{
63
+ @apply opacity-0 z-10;
64
+ }
65
+ }
66
+ input:checked ~ .custom-checkbox,
67
+ input:hover ~ .custom-checkbox {
68
+ @apply border-2 border-primary-main;
69
+ }
70
+
71
+ input:checked ~ .custom-checkbox svg {
72
+ @apply opacity-100;
73
+ }
74
+
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,312 @@
1
+ .navbar {
2
+ @apply text-white bg-secondary p-md w-full;
3
+ position: fixed;
4
+ z-index: 9999;
5
+
6
+ img {
7
+ display: inline-block;
8
+ min-width: 78px;
9
+ height: 24px;
10
+ }
11
+ .nav {
12
+ display: flex;
13
+ justify-content: space-between;
14
+ }
15
+ .nav-wrapper {
16
+ display: flex;
17
+ @media (min-width: 780px) {
18
+ .hamburger-span {
19
+ display: none;
20
+ }
21
+ }
22
+ }
23
+
24
+ h3 {
25
+ @apply inline-block border-l border-solid border-white pl-sm ml-sm;
26
+ }
27
+ }
28
+
29
+ .img-circle {
30
+ border-radius: 50%;
31
+ }
32
+
33
+ .profile-section {
34
+ height: auto;
35
+ display: flex;
36
+ flex-direction: column;
37
+ align-items: center;
38
+ padding-top: 30px;
39
+ background-color: theme(colors.white);
40
+
41
+ img {
42
+ width: 89px;
43
+ height: 88px;
44
+ margin: 0px auto 16px;
45
+ }
46
+
47
+ .label-container {
48
+ .label-text {
49
+ color: #767676;
50
+ }
51
+ &.name-Profile {
52
+ .label-text {
53
+ letter-spacing: 0.6px;
54
+ font-weight: 700;
55
+ font-size: 18px;
56
+ color: theme(colors.text.primary);
57
+ }
58
+ }
59
+ }
60
+ .profile-divider {
61
+ border-top: 1px solid theme(colors.border);
62
+ margin-left: 20px;
63
+ margin-right: 20px;
64
+ width: 90%;
65
+ margin-top: 1rem;
66
+ }
67
+ }
68
+
69
+ .drawer-list {
70
+ @apply pt-md;
71
+ position: relative;
72
+ min-height: 1px;
73
+ overflow: auto;
74
+ .menu-item {
75
+ border: 10px;
76
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
77
+ cursor: pointer;
78
+ text-decoration: none;
79
+ margin: 0px;
80
+ padding: 0px;
81
+ outline: none;
82
+ font-size: 16px;
83
+ position: relative;
84
+ color: rgb(95, 92, 98);
85
+ line-height: 48px;
86
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
87
+ min-height: 48px;
88
+ white-space: initial;
89
+ background: none;
90
+ .icon {
91
+ display: block;
92
+ color: rgb(117, 117, 117);
93
+ fill: rgb(117, 117, 117);
94
+ height: 21px;
95
+ width: 21px;
96
+ float: left;
97
+ margin-top: 12px;
98
+ }
99
+ .edit-btn-ico{
100
+ height: 17px;
101
+ width: 17px;
102
+ margin-top: 16px;
103
+ }
104
+ .icon + .menu-label {
105
+ margin-left: 36px;
106
+ text-overflow: ellipsis;
107
+ white-space: nowrap;
108
+ }
109
+ }
110
+ .sidebar-list {
111
+ padding-right: 16px;
112
+ padding-left: 16px;
113
+ &.active {
114
+ border-left: 5px solid theme(colors.primary.main);
115
+ .menu-label {
116
+ color: theme(colors.primary.main);
117
+ }
118
+ .icon {
119
+ fill: theme(colors.primary.main);
120
+ }
121
+ }
122
+
123
+ .submenu-container {
124
+ cursor: pointer;
125
+ display: flex;
126
+ flex-direction: column;
127
+
128
+ .sidebar-link {
129
+ display: flex;
130
+ justify-content: space-between;
131
+ align-items: center;
132
+ svg {
133
+ width: 21px;
134
+ height: 21px;
135
+ color: rgb(117, 117, 117);
136
+ fill: rgb(117, 117, 117);
137
+ }
138
+ }
139
+ .actions {
140
+ display: flex;
141
+ align-items: center;
142
+ overflow: hidden !important;
143
+
144
+ span {
145
+ margin-left: 13px;
146
+ line-height: 48px;
147
+ white-space: nowrap;
148
+ color: #5f5c62;
149
+ overflow: hidden;
150
+ text-overflow: ellipsis;
151
+ }
152
+ input {
153
+ border: none;
154
+ outline: none;
155
+ margin-left: 16px;
156
+ padding: 0.5em;
157
+ color: #5f5c62;
158
+ }
159
+ }
160
+ }
161
+ }
162
+
163
+ .dropdown-link {
164
+ .actions {
165
+ display: flex;
166
+ padding: 1em;
167
+ svg {
168
+ width: 21px;
169
+ height: 21px;
170
+ color: rgb(117, 117, 117);
171
+ fill: rgb(117, 117, 117);
172
+ }
173
+ span {
174
+ color: #5f5c62;
175
+ }
176
+ }
177
+ }
178
+ }
179
+
180
+ .drawer-desktop {
181
+ overflow: auto;
182
+ .menu-item {
183
+ border: 10px;
184
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
185
+ cursor: pointer;
186
+ text-decoration: none;
187
+ margin: 0px;
188
+ padding: 0px;
189
+ outline: none;
190
+ font-size: 16px;
191
+ position: relative;
192
+ color: rgb(95, 92, 98);
193
+ line-height: 48px;
194
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
195
+ min-height: 48px;
196
+ white-space: initial;
197
+ background: none;
198
+ .icon {
199
+ display: block;
200
+ color: rgb(117, 117, 117);
201
+ fill: rgb(117, 117, 117);
202
+ height: 21px !important;
203
+ width: 21px !important;
204
+ float: left;
205
+ margin-top: 12px;
206
+ }
207
+ .edit-btn-ico {
208
+ height: 17px;
209
+ width: 17px;
210
+ margin-top: 16px;
211
+ }
212
+ .icon + .menu-label {
213
+ margin-left: 36px;
214
+ overflow: hidden;
215
+ text-overflow: ellipsis;
216
+ white-space: nowrap;
217
+ }
218
+ }
219
+ @media (min-width: 780px) {
220
+ .sidebar-list {
221
+ padding-right: 16px;
222
+ padding-left: 16px;
223
+ &.active {
224
+ border-left: 5px solid theme(colors.primary.main);
225
+ padding-left: 11px;
226
+ .menu-label {
227
+ color: theme(colors.primary.main);
228
+ }
229
+ .icon {
230
+ fill: theme(colors.primary.main);
231
+ }
232
+ }
233
+
234
+ .submenu-container {
235
+ margin-left: 1.5rem;
236
+ cursor: pointer;
237
+ display: flex;
238
+ flex-direction: column;
239
+
240
+ .sidebar-link {
241
+ display: flex;
242
+ justify-content: space-between;
243
+ align-items: center;
244
+ svg {
245
+ width: 21px;
246
+ height: 21px;
247
+ color: rgb(117, 117, 117);
248
+ fill: rgb(117, 117, 117);
249
+ }
250
+ .actions {
251
+ .tooltip {
252
+ margin-left: 16px;
253
+ }
254
+ }
255
+ }
256
+ .actions {
257
+ display: flex;
258
+ align-items: center;
259
+ overflow: hidden !important;
260
+
261
+ span {
262
+ margin-left: 13px;
263
+ line-height: 48px;
264
+ white-space: nowrap;
265
+ color: #5f5c62;
266
+ overflow: hidden;
267
+ text-overflow: ellipsis;
268
+ }
269
+ }
270
+ }
271
+ }
272
+
273
+ .dropdown-link {
274
+ .actions {
275
+ display: flex;
276
+ padding: 1em;
277
+ svg {
278
+ width: 21px;
279
+ height: 21px;
280
+ color: rgb(117, 117, 117);
281
+ fill: rgb(117, 117, 117);
282
+ }
283
+ span {
284
+ color: #5f5c62;
285
+ }
286
+ }
287
+ }
288
+ }
289
+ }
290
+
291
+ /* .navbar-header{
292
+ @apply text-navbarheader float-left px-sm
293
+ }
294
+
295
+ .navbar-subheader{
296
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
297
+ }*/
298
+
299
+ .side-bar-footer {
300
+ width: 200px;
301
+ margin-left: 50px;
302
+ margin-top: 24px;
303
+ margin-bottom: 16px;
304
+ position: relative;
305
+ }
306
+
307
+ .digit-footer {
308
+ @apply flex h-4 mb-sm;
309
+ img {
310
+ @apply mr-sm;
311
+ }
312
+ }
@@ -0,0 +1,15 @@
1
+ .PlusMinus {
2
+ text-align: center;
3
+ display: flex;
4
+ align-content: center;
5
+ justify-content: center;
6
+ }
7
+ .PlusMinusbutton{
8
+ border: 1px solid theme(colors.border);
9
+ background-color: theme(colors.grey.mid);
10
+ color: theme(colors.text.secondary);
11
+ font-size: 27px;
12
+ font-weight: 400;
13
+ text-align: center;
14
+ width: 40px;
15
+ }
@@ -0,0 +1,16 @@
1
+ .popup-wrap {
2
+ background: rgba(0, 0, 0, 0.7);
3
+ @apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
4
+ z-index: 10000;
5
+ }
6
+
7
+ @screen dt {
8
+ .popup-wrap {
9
+ background: rgba(0, 0, 0, 0.7);
10
+ @apply min-h-screen;
11
+ }
12
+ }
13
+
14
+ .popup-close-icon{
15
+ @apply flex justify-end;
16
+ }
@@ -0,0 +1,45 @@
1
+ .radio-wrap {
2
+ @apply my-sm block leading-10 mb-lg;
3
+
4
+ div {
5
+ @apply block mb-md;
6
+ }
7
+
8
+ .radio-btn-wrap {
9
+ @apply block float-left relative;
10
+ &:hover {
11
+ .radio-btn-checkmark {
12
+ @apply border-primary-main;
13
+ }
14
+ }
15
+ }
16
+
17
+ .radio-btn {
18
+ @apply opacity-0 absolute cursor-pointer h-10 w-10;
19
+ }
20
+
21
+ .radio-btn-checkmark {
22
+ @apply h-10 w-10 border border-input-border border-solid rounded-full block;
23
+ }
24
+
25
+ label {
26
+ @apply text-text-primary text-form-field ml-md;
27
+ }
28
+
29
+ .radio-btn-checkmark:after {
30
+ content: "";
31
+ }
32
+
33
+ .radio-btn-wrap input:checked ~ .radio-btn-checkmark {
34
+ @apply border-2 border-primary-main;
35
+ }
36
+
37
+ .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
38
+ @apply block bg-primary-main h-5 w-5 rounded-full absolute top-10 left-10;
39
+ }
40
+ }
41
+ .reverse-radio-selection-wrapper{
42
+ div{
43
+ @apply flex flex-row-reverse place-content-between items-center; ;
44
+ }
45
+ }