@entit/digit-ui-css 1.5.6

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 (107) hide show
  1. package/dist/index.css +7724 -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 +64 -0
  7. package/src/components/CardBasedOptions.scss +45 -0
  8. package/src/components/CitizenHomeCard.scss +47 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/OnGroundEventCard.scss +72 -0
  12. package/src/components/PageBasedInput.scss +23 -0
  13. package/src/components/PopupHeadingLabel.scss +15 -0
  14. package/src/components/PropertySearchForm.scss +58 -0
  15. package/src/components/SearchForm.scss +56 -0
  16. package/src/components/SearchOnRadioButton.scss +10 -0
  17. package/src/components/StandaloneSearchBar.scss +10 -0
  18. package/src/components/TimeLine.scss +68 -0
  19. package/src/components/WhatsNewCard.scss +13 -0
  20. package/src/components/actionLink.scss +3 -0
  21. package/src/components/actionbar.scss +58 -0
  22. package/src/components/bannercomponents.scss +131 -0
  23. package/src/components/body.scss +119 -0
  24. package/src/components/buttons.scss +47 -0
  25. package/src/components/card.scss +390 -0
  26. package/src/components/cardHeaderWithOptions.scss +14 -0
  27. package/src/components/changeLanguage.scss +3 -0
  28. package/src/components/charts.scss +186 -0
  29. package/src/components/checkbox.scss +53 -0
  30. package/src/components/checkpoint.scss +63 -0
  31. package/src/components/citizenInfoLabel.scss +14 -0
  32. package/src/components/custombtn.scss +11 -0
  33. package/src/components/datatable.scss +72 -0
  34. package/src/components/datewrap.scss +21 -0
  35. package/src/components/detailscard.scss +6 -0
  36. package/src/components/detailscontainer.scss +13 -0
  37. package/src/components/filters.scss +98 -0
  38. package/src/components/grey.scss +3 -0
  39. package/src/components/hoc/InboxComposer.scss +22 -0
  40. package/src/components/hoc/index.scss +1 -0
  41. package/src/components/imageviewer.scss +33 -0
  42. package/src/components/info-banner.scss +34 -0
  43. package/src/components/inputotp.scss +15 -0
  44. package/src/components/keynote.scss +27 -0
  45. package/src/components/languageSelector.scss +23 -0
  46. package/src/components/loader.scss +96 -0
  47. package/src/components/map.scss +30 -0
  48. package/src/components/menu.scss +0 -0
  49. package/src/components/metricsTable.scss +27 -0
  50. package/src/components/multiLink.scss +73 -0
  51. package/src/components/multiSelectDropdown.scss +73 -0
  52. package/src/components/navbar.scss +110 -0
  53. package/src/components/popup.scss +16 -0
  54. package/src/components/radiobtn.scss +45 -0
  55. package/src/components/ratingstar.scss +33 -0
  56. package/src/components/roundedLabel.scss +10 -0
  57. package/src/components/searchAction.scss +20 -0
  58. package/src/components/sectionalDropdown.scss +43 -0
  59. package/src/components/selectdropdown.scss +173 -0
  60. package/src/components/statushighlight.scss +17 -0
  61. package/src/components/submiterrors.scss +11 -0
  62. package/src/components/summary.scss +26 -0
  63. package/src/components/table.scss +167 -0
  64. package/src/components/tag.scss +27 -0
  65. package/src/components/telephone.scss +17 -0
  66. package/src/components/textfields.scss +90 -0
  67. package/src/components/toast.scss +31 -0
  68. package/src/components/topbar.scss +134 -0
  69. package/src/components/uploadcomponents.scss +95 -0
  70. package/src/index.scss +544 -0
  71. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -0
  72. package/src/pages/citizen/DocumentList.scss +305 -0
  73. package/src/pages/citizen/Events.scss +47 -0
  74. package/src/pages/citizen/HomePageWrapper.scss +99 -0
  75. package/src/pages/citizen/SurveyList.scss +22 -0
  76. package/src/pages/citizen/citizenDocument.scss +22 -0
  77. package/src/pages/citizen/container.scss +19 -0
  78. package/src/pages/citizen/payment/payment-type.scss +3 -0
  79. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  80. package/src/pages/employee/EmployeeLogin.scss +7 -0
  81. package/src/pages/employee/cardfix.scss +13 -0
  82. package/src/pages/employee/container.scss +73 -0
  83. package/src/pages/employee/dss.scss +116 -0
  84. package/src/pages/employee/form-fields.scss +13 -0
  85. package/src/pages/employee/iframe.scss +66 -0
  86. package/src/pages/employee/inbox.scss +455 -0
  87. package/src/pages/employee/index.scss +337 -0
  88. package/src/pages/employee/login.scss +185 -0
  89. package/src/pages/employee/oldMobileInbox.scss +5 -0
  90. package/src/pages/employee/popupmodule.scss +34 -0
  91. package/src/pages/employee/response.scss +3 -0
  92. package/src/pages/employee/scroll-table.scss +114 -0
  93. package/src/pages/employee/surveys.scss +273 -0
  94. package/src/pages/employee/tooltip.scss +36 -0
  95. package/src/pages/employee/updateNumber.scss +13 -0
  96. package/svg/arrowdown.svg +1 -0
  97. package/svg/arrowleft.svg +1 -0
  98. package/svg/calendar.svg +1 -0
  99. package/svg/camera.svg +4 -0
  100. package/svg/check.svg +4 -0
  101. package/svg/close.svg +4 -0
  102. package/svg/error.svg +4 -0
  103. package/svg/error2.svg +5 -0
  104. package/svg/searchicon.svg +4 -0
  105. package/svg/starempty.svg +4 -0
  106. package/svg/starfilled.svg +5 -0
  107. package/svg/success.svg +4 -0
@@ -0,0 +1,110 @@
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
+
12
+ h3{
13
+ @apply inline-block border-l border-solid border-white pl-sm ml-sm;
14
+ }
15
+ }
16
+
17
+ .img-circle {
18
+ border-radius: 50%;
19
+ }
20
+
21
+ .profile-section {
22
+ height: auto;
23
+ display: flex;
24
+ flex-direction: column;
25
+ align-items: center;
26
+ padding-top: 30px;
27
+ padding-bottom: 30px;
28
+ background-color: rgb(224, 224, 224);
29
+
30
+ img {
31
+ width: 89px;
32
+ height: 88px;
33
+ margin: 0px auto 16px;
34
+ }
35
+
36
+ .label-container {
37
+ .label-text {
38
+ color: #767676;
39
+ }
40
+ &.name-Profile {
41
+ .label-text {
42
+ letter-spacing: 0.6px;
43
+ color: rgb(72, 72, 72);
44
+ font-weight: 500;
45
+ font-size: 14px;
46
+ }
47
+ }
48
+ }
49
+ }
50
+
51
+ .drawer-list {
52
+ @apply pt-md pl-md pr-md;
53
+ position: relative;
54
+ min-height: 1px;
55
+ .menu-item {
56
+ border: 10px;
57
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
58
+ cursor: pointer;
59
+ text-decoration: none;
60
+ margin: 0px;
61
+ padding: 0px;
62
+ outline: none;
63
+ font-size: 16px;
64
+ position: relative;
65
+ color: rgb(95, 92, 98);
66
+ line-height: 48px;
67
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
68
+ min-height: 48px;
69
+ white-space: initial;
70
+ background: none;
71
+ .icon {
72
+ display: block;
73
+ color: rgb(117, 117, 117);
74
+ fill: rgb(117, 117, 117);
75
+ height: 21px;
76
+ width: 21px;
77
+ float: left;
78
+ margin-top: 12px;
79
+ }
80
+ .edit-btn-ico{
81
+ height: 17px;
82
+ width: 17px;
83
+ margin-top: 16px;
84
+ }
85
+ .icon + .menu-label {
86
+ margin-left: 36px;
87
+ }
88
+ }
89
+ }
90
+
91
+ /* .navbar-header{
92
+ @apply text-navbarheader float-left px-sm
93
+ }
94
+
95
+ .navbar-subheader{
96
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
97
+ }*/
98
+
99
+ .side-bar-footer{
100
+ width: 200px;
101
+ margin-left: 50px;
102
+ @apply absolute bottom-0;
103
+ }
104
+
105
+ .digit-footer{
106
+ @apply flex h-4 mb-sm;
107
+ img{
108
+ @apply mr-sm;
109
+ }
110
+ }
@@ -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
+ }
@@ -0,0 +1,33 @@
1
+ .rating-star-wrap {
2
+ @apply flex w-full mb-lg;
3
+ img {
4
+ width: 40px;
5
+ height: 38px;
6
+ display: block;
7
+ @apply mr-sm;
8
+ }
9
+
10
+ svg {
11
+ width: 40px;
12
+ height: 38px;
13
+ display: block;
14
+ @apply mr-sm;
15
+ }
16
+ }
17
+
18
+ @screen dt {
19
+ .rating-star-wrap {
20
+ @apply w-2/5;
21
+ }
22
+ }
23
+
24
+ .rating-with-text {
25
+ @apply flex place-items-center w-full;
26
+
27
+ svg {
28
+ width: 24px;
29
+ height: 38px;
30
+ display: block;
31
+ @apply mr-sm;
32
+ }
33
+ }
@@ -0,0 +1,10 @@
1
+ .roundedLabel {
2
+ width: 24px;
3
+ height: 24px;
4
+ border-radius: 15px;
5
+ position: absolute;
6
+ z-index: 100;
7
+ bottom: 10px;
8
+ right: 70px;
9
+ @apply ml-sm bg-error text-center text-white;
10
+ }
@@ -0,0 +1,20 @@
1
+ .searchBox {
2
+ @apply flex m-sm justify-between;
3
+ .searchAction {
4
+ position: relative;
5
+ @apply flex flex-row text-focus;
6
+ .searchText {
7
+ @apply ml-sm;
8
+ }
9
+ }
10
+ }
11
+
12
+ .svgPrimaryH16px{
13
+ svg{
14
+ width: 18px;
15
+ @apply h-6;
16
+ path{
17
+ fill: #F47738;
18
+ }
19
+ }
20
+ }
@@ -0,0 +1,43 @@
1
+ .sect-dropdown-wrap {
2
+ @apply mb-lg relative;
3
+
4
+ .sect-dropdown-input-wrap {
5
+ @apply block w-full h-10 border border-solid border-input-border;
6
+
7
+ input[type="text"] {
8
+ width: calc(100% - 32px);
9
+ @apply h-full outline-none text-text-primary text-form-field pl-sm;
10
+ }
11
+ p {
12
+ padding-top: 9px;
13
+ @apply text-form-field text-text-primary float-left ml-sm;
14
+ }
15
+
16
+ img {
17
+ @apply float-right h-6 w-6 mt-sm mr-sm;
18
+ }
19
+
20
+ svg {
21
+ @apply float-right h-6 w-6 mt-sm mr-sm;
22
+ }
23
+ }
24
+
25
+ .sect-dropdown-card {
26
+ width: 100% !important;
27
+ 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);
28
+ @apply absolute z-10 mt-xs pb-sm bg-white;
29
+
30
+ h1 {
31
+ @apply pl-sm pt-md text-text-primary text-form-field;
32
+ }
33
+
34
+ p {
35
+ padding-left: 21px;
36
+ @apply w-full pt-sm text-text-secondary text-form-field;
37
+
38
+ &:hover {
39
+ @apply bg-grey-mid;
40
+ }
41
+ }
42
+ }
43
+ }
@@ -0,0 +1,173 @@
1
+ /*.select {
2
+
3
+ @apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
4
+
5
+ option {
6
+ @apply h-10 text-form-field text-text-primary align-top text-left;
7
+ }
8
+
9
+ }
10
+
11
+ .select:active {
12
+ @apply border-focus border-2;
13
+ }
14
+
15
+ @screen dt {
16
+ .select {
17
+ @apply w-2/5;
18
+ }
19
+ }
20
+ */
21
+ .employee-select-wrap {
22
+ @apply mb-lg relative;
23
+
24
+ .select {
25
+ @apply relative block w-full h-10 border border-solid border-input-border;
26
+ &:hover {
27
+ @apply border-2 border-solid border-primary-main;
28
+ }
29
+ input[type="text"] {
30
+ width: calc(100% - 32px);
31
+ background-color: transparent;
32
+
33
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
34
+ }
35
+
36
+ p {
37
+ padding-top: 9px;
38
+ @apply text-form-field text-text-primary float-left ml-sm;
39
+ }
40
+
41
+ img {
42
+ @apply float-right h-6 w-6 mt-sm mr-sm;
43
+ }
44
+
45
+ svg {
46
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
47
+ }
48
+ }
49
+
50
+ .select-active {
51
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
52
+
53
+ input[type="text"] {
54
+ width: calc(100% - 32px);
55
+ background-color: transparent;
56
+
57
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
58
+ }
59
+
60
+ p {
61
+ @apply text-form-field text-text-primary float-left ml-sm;
62
+ }
63
+
64
+ p {
65
+ padding-top: 9px;
66
+ }
67
+
68
+ img {
69
+ @apply float-right h-6 w-6 mt-sm mr-sm;
70
+ }
71
+
72
+ svg {
73
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
74
+ }
75
+ }
76
+
77
+ .options-card {
78
+ width: 100% !important;
79
+ 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);
80
+ max-height: 400px;
81
+ overflow: auto;
82
+ @apply absolute z-20 mt-xs bg-white max-w-full;
83
+
84
+ p {
85
+ padding-top: 14px;
86
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
87
+
88
+ &:hover {
89
+ @apply bg-grey-mid;
90
+ }
91
+ }
92
+ }
93
+ }
94
+
95
+ .employee-select-wrap--elipses {
96
+ width: 85% !important;
97
+ overflow: hidden;
98
+ text-overflow: ellipsis;
99
+ white-space: nowrap;
100
+ }
101
+
102
+ .select-wrap {
103
+ @apply mb-lg relative;
104
+
105
+ .select {
106
+ @apply relative block w-full h-10 border border-solid border-input-border;
107
+
108
+ input[type="text"] {
109
+ width: calc(100% - 32px);
110
+ background-color: transparent;
111
+
112
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
113
+ }
114
+
115
+ p {
116
+ padding-top: 9px;
117
+ @apply text-form-field text-text-primary float-left ml-sm;
118
+ }
119
+
120
+ img {
121
+ @apply float-right h-6 w-6 mt-sm mr-sm;
122
+ }
123
+
124
+ svg {
125
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
126
+ }
127
+ }
128
+
129
+ .select-active {
130
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
131
+
132
+ input[type="text"] {
133
+ width: calc(100% - 32px);
134
+ background-color: transparent;
135
+
136
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
137
+ }
138
+
139
+ p {
140
+ @apply text-form-field text-text-primary float-left ml-sm;
141
+ }
142
+
143
+ p {
144
+ padding-top: 9px;
145
+ }
146
+
147
+ img {
148
+ @apply float-right h-6 w-6 mt-sm mr-sm;
149
+ }
150
+
151
+ svg {
152
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
153
+ }
154
+ }
155
+
156
+ .options-card {
157
+ width: 100% !important;
158
+ 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);
159
+ @apply absolute z-20 mt-xs bg-white;
160
+
161
+ p {
162
+ padding-top: 14px;
163
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
164
+
165
+ &:hover {
166
+ @apply bg-grey-mid;
167
+ }
168
+ }
169
+ }
170
+ }
171
+
172
+ @screen dt {
173
+ }
@@ -0,0 +1,17 @@
1
+ .status-highlight {
2
+ --bg-opacity: 12% !important;
3
+ border-radius: 16px;
4
+ @apply h-8 w-20 bg-error mb-sm;
5
+
6
+ p {
7
+ padding-top: 6px;
8
+ @apply block text-center text-caption-m text-error;
9
+ }
10
+
11
+ &.success {
12
+ @apply bg-success;
13
+ p {
14
+ @apply text-success;
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,11 @@
1
+ .error-message-wrap {
2
+ @apply w-full mb-sm p-md border-4 border-solid border-error;
3
+
4
+ h2 {
5
+ @apply font-bold text-caption-m block mb-sm;
6
+ }
7
+
8
+ p {
9
+ @apply font-bold text-caption-m text-error block;
10
+ }
11
+ }
@@ -0,0 +1,26 @@
1
+ .summary-wrapper {
2
+ @apply flex justify-around;
3
+
4
+ .wrapper-child {
5
+ @apply flex flex-col justify-center flex-grow;
6
+ }
7
+
8
+ .blocks {
9
+ display: flex;
10
+ margin-bottom: 25px;
11
+
12
+ p:only-child {
13
+ font-weight: bold;
14
+ font-size: 24px;
15
+ }
16
+
17
+ div {
18
+ margin-right: 25px;
19
+
20
+ p:not(:first-child) {
21
+ font-weight: bold;
22
+ font-size: 24px;
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,167 @@
1
+ .table {
2
+ @apply bg-white w-full;
3
+
4
+ thead {
5
+ th {
6
+ padding: 20px 18px;
7
+ @apply font-bold align-middle text-left;
8
+ &:first-child {
9
+ min-width: 256px;
10
+ }
11
+ &:nth-child(2) {
12
+ min-width: 200px;
13
+ }
14
+ }
15
+ }
16
+
17
+ tbody {
18
+ border: none;
19
+ padding: 0;
20
+ margin: 0;
21
+ td {
22
+ @apply border-t border-border text-left align-middle;
23
+ padding: "20px 18px";
24
+ }
25
+ }
26
+ }
27
+
28
+ .pagination {
29
+ display: flex;
30
+ justify-content: flex-end;
31
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
32
+ border-top: 1px solid rgb(214, 213, 212);
33
+ padding: 20px 40px 20px 0px;
34
+ color: rgb(80, 90, 95);
35
+
36
+ svg {
37
+ fill: #505a5f;
38
+ @apply ml-md;
39
+ }
40
+ }
41
+
42
+ .pagination button:nth-child(1) span::after {
43
+ content: "\f105";
44
+ }
45
+
46
+ .fullWidth {
47
+ width: 100% !important;
48
+ }
49
+
50
+ .customTable {
51
+ width: 100%;
52
+ th {
53
+ font-weight: bold;
54
+ }
55
+
56
+ th,
57
+ td {
58
+ text-align: left;
59
+ border-bottom: 1px solid #b1b4b6;
60
+ padding: 15px 10px;
61
+ }
62
+
63
+ tr:nth-child(odd) {
64
+ background-color: #eeeeee;
65
+ }
66
+ tr:nth-child(even) {
67
+ background-color: #fff;
68
+ }
69
+
70
+ thead {
71
+ tr:first-child {
72
+ background-color: unset;
73
+ }
74
+ }
75
+ }
76
+
77
+ .table-fixed-first-column {
78
+ thead {
79
+ th:first-child {
80
+ position: sticky;
81
+ background: #fff;
82
+ left: 0;
83
+ border-right: 1px solid #b1b4b6;
84
+ border-top-left-radius: 4px;
85
+ }
86
+ }
87
+ tbody {
88
+ td:first-child {
89
+ position: sticky;
90
+ background: #fff;
91
+ color: #f47738;
92
+ left: 0;
93
+ border-right: 1px solid #b1b4b6;
94
+ }
95
+ }
96
+ }
97
+ .table-fixed-column-common-pay {
98
+ thead {
99
+ th:first-child {
100
+ position: sticky;
101
+ background: rgb(238, 238, 238);
102
+ left: 0;
103
+ border-top-left-radius: 4px;
104
+ }
105
+ th:last-child {
106
+ position: sticky;
107
+ background: rgb(238, 238, 238);
108
+ right: 0;
109
+ border-top-left-radius: 4px;
110
+ }
111
+ }
112
+ tbody {
113
+ td:first-child {
114
+ position: sticky;
115
+ background: rgb(238, 238, 238);
116
+ left: 0;
117
+ }
118
+ td:last-child {
119
+ position: sticky;
120
+ background: rgb(238, 238, 238);
121
+ right: 0;
122
+ }
123
+ }
124
+ }
125
+
126
+ .table-fixed-first-second-column {
127
+ thead {
128
+ th:nth-child(2) {
129
+ position: sticky;
130
+ left: 0;
131
+ background-color: white;
132
+ }
133
+ }
134
+ tbody {
135
+ td:nth-child(2) {
136
+ position: sticky;
137
+ left: 0;
138
+ background-color: inherit;
139
+ }
140
+ }
141
+ }
142
+ .table-border-style {
143
+ border: 1px solid #b1b4b6;
144
+ border-radius: 4px;
145
+ border-spacing: 0;
146
+ border-collapse: separate;
147
+ }
148
+ .dss-table-wrapper {
149
+ width: 100%;
150
+ display: block;
151
+ overflow-x: auto;
152
+ table {
153
+ th {
154
+ .tooltip {
155
+ min-width: 80px;
156
+ }
157
+ }
158
+ tr {
159
+ td {
160
+ span {
161
+ white-space: pre;
162
+ min-width: 80px;
163
+ }
164
+ }
165
+ }
166
+ }
167
+ }
@@ -0,0 +1,27 @@
1
+ .tag-container {
2
+ @apply flex flex-wrap mb-md;
3
+ .tag {
4
+ @apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
5
+ padding-left: 12px;
6
+ padding-right: 12px;
7
+ font-size: 14px;
8
+ margin-left: 2px;
9
+ height: 2rem;
10
+ margin-top: 1rem;
11
+ .text {
12
+ padding-right: 5px;
13
+ max-width: calc( 100% - 24px );
14
+ height: 22px;
15
+ overflow: hidden;
16
+ text-overflow: clip;
17
+ }
18
+
19
+ &:hover {
20
+ @apply cursor-pointer;
21
+
22
+ .close {
23
+ fill: black;
24
+ }
25
+ }
26
+ }
27
+ }