@djb25/digit-ui-css 1.0.0 → 1.0.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 (99) hide show
  1. package/dist/index.css +7 -17535
  2. package/dist/index.min.css +1 -1
  3. package/package.json +4 -3
  4. package/src/components/CardBasedOptions.scss +101 -36
  5. package/src/components/CitizenHomeCard.scss +43 -41
  6. package/src/components/PageBasedInput.scss +2 -0
  7. package/src/components/PropertySearchForm.scss +4 -4
  8. package/src/components/SearchOnRadioButton.scss +1 -1
  9. package/src/components/StandaloneSearchBar.scss +1 -1
  10. package/src/components/TimeLine.scss +4 -4
  11. package/src/components/bannercomponents.scss +4 -3
  12. package/src/components/body.scss +7 -4
  13. package/src/components/buttons.scss +1 -57
  14. package/src/components/card.scss +42 -97
  15. package/src/components/charts.scss +150 -3
  16. package/src/components/checkbox.scss +35 -4
  17. package/src/components/checkpoint.scss +3 -1
  18. package/src/components/datatable.scss +7 -65
  19. package/src/components/filters.scss +3 -3
  20. package/src/components/hoc/InboxComposer.scss +1 -1
  21. package/src/components/landingpage.scss +249 -18
  22. package/src/components/languageSelector.scss +2 -1
  23. package/src/components/loader.scss +1 -1
  24. package/src/components/metricsTable.scss +1 -2
  25. package/src/components/multiLink.scss +1 -1
  26. package/src/components/multiSelectDropdown.scss +0 -4
  27. package/src/components/navbar.scss +9 -13
  28. package/src/components/plusMinus.scss +3 -3
  29. package/src/components/radiobtn.scss +12 -0
  30. package/src/components/searchAction.scss +1 -1
  31. package/src/components/selectdropdown.scss +37 -12
  32. package/src/components/table.scss +8 -60
  33. package/src/components/textfields.scss +16 -4
  34. package/src/components/toggleSwitch.scss +1 -1
  35. package/src/components/topbar.scss +8 -11
  36. package/src/components/uploadcomponents.scss +16 -3
  37. package/src/index.scss +74 -109
  38. package/src/pages/citizen/DocumentList.scss +5 -5
  39. package/src/pages/citizen/HomePageWrapper.scss +11 -6
  40. package/src/pages/citizen/container.scss +1 -1
  41. package/src/pages/employee/cardfix.scss +2 -1
  42. package/src/pages/employee/container.scss +9 -8
  43. package/src/pages/employee/dss.scss +12 -29
  44. package/src/pages/employee/inbox.scss +144 -91
  45. package/src/pages/employee/index.scss +248 -244
  46. package/src/pages/employee/login.scss +93 -135
  47. package/src/pages/employee/popupmodule.scss +13 -0
  48. package/src/pages/employee/scroll-table.scss +4 -9
  49. package/src/pages/employee/surveys.scss +13 -14
  50. package/svg/check.svg +1 -1
  51. package/svg/starempty.svg +1 -1
  52. package/svg/starfilled.svg +1 -1
  53. package/README.md +0 -80
  54. package/src/components/financeUi.scss +0 -875
  55. package/src/components/inboxv2/InboxLinks.scss +0 -59
  56. package/src/components/inboxv2/horizontalNav.scss +0 -224
  57. package/src/components/inboxv2/inboxSearch.scss +0 -116
  58. package/src/components/inboxv2/inboxSearchComposer.scss +0 -134
  59. package/src/components/inboxv2/index.scss +0 -5
  60. package/src/components/inboxv2/searchComponentTable.scss +0 -44
  61. package/src/components/sidebar.scss +0 -141
  62. package/src/digitv2/components/ErrorMessage.scss +0 -6
  63. package/src/digitv2/components/FormComposerV2.scss +0 -120
  64. package/src/digitv2/components/actionLinkV2.scss +0 -7
  65. package/src/digitv2/components/actionbarV2.scss +0 -110
  66. package/src/digitv2/components/appContainerV2.scss +0 -55
  67. package/src/digitv2/components/backButtonV2.scss +0 -26
  68. package/src/digitv2/components/bannerV2.scss +0 -120
  69. package/src/digitv2/components/bodyContainerV2.scss +0 -39
  70. package/src/digitv2/components/breadCrumbV2.scss +0 -31
  71. package/src/digitv2/components/breakLineV2.scss +0 -6
  72. package/src/digitv2/components/buttonsV2.scss +0 -40
  73. package/src/digitv2/components/cardV2.scss +0 -385
  74. package/src/digitv2/components/checkboxV2.scss +0 -61
  75. package/src/digitv2/components/checkpointV2.scss +0 -71
  76. package/src/digitv2/components/collapseAndExpandGroups.scss +0 -60
  77. package/src/digitv2/components/dateWrapV2.scss +0 -12
  78. package/src/digitv2/components/displayPhotosV2.scss +0 -33
  79. package/src/digitv2/components/headerV2.scss +0 -6
  80. package/src/digitv2/components/infoBannerV2.scss +0 -37
  81. package/src/digitv2/components/keynoteV2.scss +0 -35
  82. package/src/digitv2/components/loaderV2.scss +0 -81
  83. package/src/digitv2/components/mobileNumberV2.scss +0 -33
  84. package/src/digitv2/components/multiSelectDropdownV2.scss +0 -92
  85. package/src/digitv2/components/noresultsfoundV2.scss +0 -11
  86. package/src/digitv2/components/otpInputV2.scss +0 -15
  87. package/src/digitv2/components/popUpV2.scss +0 -16
  88. package/src/digitv2/components/radiobtnV2.scss +0 -51
  89. package/src/digitv2/components/ratingV2.scss +0 -33
  90. package/src/digitv2/components/selectdropdownV2.scss +0 -170
  91. package/src/digitv2/components/tagV2.scss +0 -28
  92. package/src/digitv2/components/telephoneV2.scss +0 -18
  93. package/src/digitv2/components/textInputV2.scss +0 -123
  94. package/src/digitv2/components/textareaV2.scss +0 -11
  95. package/src/digitv2/components/uploadFileV2.scss +0 -146
  96. package/src/digitv2/index.scss +0 -168
  97. package/src/digitv2/pages/employee/index.scss +0 -1
  98. package/src/digitv2/pages/employee/workbench.scss +0 -1042
  99. package/src/digitv2/typography.scss +0 -241
@@ -1,141 +0,0 @@
1
- .sidebar-link:hover .arrow {
2
- display: block;
3
- }
4
-
5
- .hidden-arrow {
6
- display: none;
7
- }
8
- .new-dropdown-link{
9
- display: flex;
10
- align-items: center;
11
- justify-content: space-between;
12
- padding: 10px 15px 15px !important;
13
- color: #fff;
14
- font-size: 1rem;
15
- font-weight: 500;
16
- text-decoration: none;
17
- margin-left: 0px !important;
18
- height: 3rem !important;
19
- margin-left: 1rem;
20
- margin-top: 0.5rem;
21
- }
22
- .selected {
23
- background-color: #e0e0e0; /* Change this to your desired highlight color */
24
- }
25
-
26
- .selected-item {
27
- background-color: #e0e0e0; /* Set your desired background color for the selected item */
28
- color: #000; /* Set your desired text color for the selected item */
29
- /* Add any other styles you want to apply to the selected item */
30
- }
31
- /* Style the container that acts as the viewport */
32
- .new-sidebar {
33
- height: 90%; /* Set a fixed height for the viewport */
34
- overflow: scroll; /* Hide the scrollbar */
35
-
36
- &::-webkit-scrollbar {
37
- display: none;
38
- }
39
-
40
- &::-webkit-scrollbar {
41
- -ms-overflow-style: none; /* IE and Edge */
42
- scrollbar-width: none; /* Firefox */
43
- }
44
- }
45
-
46
- /* Style the content inside the viewport */
47
- .new-sidebar > div {
48
- height: auto; /* Allow content to expand vertically */
49
- overflow-y: auto; /* Enable vertical scrolling */
50
- overflow-x: hidden;
51
- padding-right: 2px; /* Add space for the hidden scrollbar (adjust as needed) */
52
- }
53
-
54
- /* Style the scrollbar thumb to make it transparent */
55
- .new-sidebar > div::-webkit-scrollbar-thumb {
56
- background: transparent;
57
- }
58
- .link-icon{
59
- width: 24px !important;
60
- height: 26px !important;
61
- }
62
- .link-icon svg{
63
- width: 24px !important;
64
- height: 26px !important;
65
- }
66
-
67
- .employee-search-input{
68
- width: 150px;
69
- background-color: transparent;
70
- &.nav-bar {
71
- color:#fff;
72
- }
73
- &.nav-bar::placeholder {
74
- color: #fff;
75
- }
76
- }
77
-
78
- .search-icon-wrapper-new {
79
- margin-left: 0.35rem;
80
- }
81
-
82
- .search-icon-wrapper-new svg{
83
- fill: theme(colors.white) !important;
84
- width: 21px;
85
- height: 21px;
86
- }
87
- .search-icon-wrapper-new svg path {
88
- fill: theme(colors.white) !important;
89
- }
90
-
91
- .submenu-container {
92
- overflow: scroll;
93
- margin-bottom: 1rem;
94
- /* Hide the scrollbar */
95
- &::-webkit-scrollbar {
96
- display: none;
97
- }
98
-
99
- &.level-2 {
100
- border-left: 1px solid;
101
- margin-left: 2rem;
102
- }
103
- &.level-1 {
104
- margin-left: -1.5rem;
105
- }
106
- }
107
-
108
- .actions {
109
- &.level-0 {
110
- margin-left: 0.4rem;
111
- }
112
- &.selected-action-level-0 {
113
- color: theme(colors.primary.main) !important;
114
- }
115
- &.selected-action-level-1 {
116
- border-left:4px solid theme(colors.primary.main);
117
- margin-left: -0.6rem;
118
- height: 2rem;
119
- color: theme(colors.primary.main) !important;
120
- }
121
-
122
- &.default-0 {
123
- &.active {
124
-
125
- }
126
- }
127
- &.default-1 {
128
- margin-left: -0.6rem;
129
- height: 2rem;
130
- width: 111% !important;
131
- }
132
-
133
-
134
- &.custom {
135
- margin-left: 0.3rem;
136
- }
137
- &:hover {
138
- background-color: #6A8E9D;
139
- opacity: 0.8;
140
- }
141
- }
@@ -1,6 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-error-message {
4
- @extend .alert-error;
5
- @apply block text-body-s mb-md;
6
- }
@@ -1,120 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .field-container {
4
- display: flex;
5
- align-items: center;
6
- max-width: 540px;
7
- @apply flex items-center;
8
-
9
- .component-in-front {
10
- @apply flex justify-center items-center;
11
- @extend .light-background;
12
- @extend .light-input-border;
13
- margin-top: 0;
14
- border: 1px solid;
15
- border-right: none;
16
- padding: 7px;
17
- }
18
- }
19
-
20
- .card-date-input {
21
- @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
22
- outline: transparent solid 1px;
23
- height: 2.5rem;
24
- @extend .light-input-border;
25
- }
26
- .text-input-width {
27
- max-width: 540px;
28
- }
29
-
30
- .text-input {
31
- @apply relative w-full;
32
- input {
33
- background-color: transparent;
34
- &:hover {
35
- @apply border-2 border-solid border-primary-main;
36
- @extend .light-input-border;
37
- }
38
- }
39
- }
40
- .employee-card-input-error {
41
- @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
42
- @extend .light-input-border;
43
- @extend .alert-error;
44
- }
45
- .card-input-error {
46
- @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
47
- @extend .light-input-border;
48
- @extend .alert-error;
49
- }
50
-
51
- .employee-card-input {
52
- @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
53
- @extend .light-input-border;
54
- }
55
- .employee-card-input:disabled {
56
- @apply border-grey-dark text-grey-dark !important;
57
- pointer-events: none !important;
58
- @extend .light-input-border;
59
- @extend .light-text-color-disabled;
60
- }
61
- .employee-card-input--front {
62
- width: fit-content !important;
63
- display: flex;
64
- align-items: center;
65
- /* background: theme(colors.grey.mid); */
66
- @extend .light-background;
67
- border-right: 0;
68
- padding-right: 5px;
69
- }
70
- .employee-card-input-error {
71
- @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
72
- @extend .light-input-border;
73
- @extend .alert-error;
74
- }
75
-
76
- .card-textarea,
77
- .employee-card-textarea {
78
- @apply block outline-none mt-md mb-lg border w-full border-input-border border-solid bg-white h-24 text-form-field text-text-primary p-sm;
79
- @extend .light-input-border;
80
- }
81
- .employee-card-textarea {
82
- @apply w-full;
83
- }
84
-
85
- .citizen-card-input {
86
- @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
87
- @extend .light-input-border;
88
- }
89
- .citizen-card-input--front {
90
- @extend .light-background;
91
- width: fit-content !important;
92
- display: flex;
93
- align-items: center;
94
- /* background: theme(colors.grey.mid); */
95
- border-right: 0;
96
- padding-right: 5px;
97
- }
98
-
99
- .break-line {
100
- @extend .light-input-border;
101
- @apply border-border my-lg;
102
- }
103
-
104
- .primary-label-btn {
105
- @apply flex;
106
- gap: 10px;
107
-
108
- svg {
109
- fill: theme(colors.primary.main);
110
- }
111
-
112
- @extend .light-primary;
113
- cursor: pointer;
114
- font-weight: 500;
115
- width: fit-content;
116
- }
117
-
118
- .digit-form-composer-header{
119
- font-size:theme(digitv2.fontSize.heading-l-dt);
120
- }
@@ -1,7 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-action-links {
4
- @extend .light-primary;
5
- @apply text-text-btn mr-lg !important;
6
- cursor: pointer;
7
- }
@@ -1,110 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-action-bar-wrap {
4
- @extend .light-text-color-primary;
5
- @extend .light-paper-primary;
6
- box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
7
- max-width: 100%;
8
- z-index: 100;
9
-
10
- @apply left-0 bottom-0 w-full bg-white py-sm px-sm fixed text-right;
11
-
12
- div {
13
- @apply w-full;
14
- }
15
-
16
- .digit-menu-wrap {
17
- @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
18
- @extend .light-background;
19
- bottom: 45px;
20
- box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
21
- width: calc(100% - 16px);
22
- right: 8px;
23
-
24
- div {
25
- @apply h-12 pl-sm py-md text-body-l text-text-primary;
26
- @extend .light-primary;
27
-
28
- &:hover {
29
- @apply bg-grey-mid w-full;
30
- @extend .light-background;
31
- }
32
- }
33
- }
34
- }
35
-
36
- @screen dt {
37
- .digit-action-bar-wrap {
38
- box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
39
- left: 0;
40
- max-width: none;
41
- z-index: 999;
42
-
43
- @apply fixed bottom-0 bg-white py-sm pr-lg text-right;
44
- /* @extend .light-background; */
45
-
46
- div {
47
- width: calc(100% - 16px);
48
- }
49
-
50
- .digit-menu-wrap {
51
- bottom: 45px;
52
- top: unset;
53
- box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
54
- @apply absolute h-auto bg-white text-left mb-xs z-30;
55
- width: 240px;
56
- right: 24px;
57
-
58
- div {
59
- @apply h-12 pl-sm py-md text-body-l text-text-primary;
60
-
61
- &:hover {
62
- @apply bg-grey-mid w-full;
63
- /* @extend .light-background; */
64
- }
65
- }
66
- }
67
- }
68
- }
69
-
70
- .digit-action-bar-wrap-registry {
71
- div {
72
- @apply w-full;
73
- }
74
- .digit-menu-wrap {
75
- @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
76
- box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
77
- width: 160px;
78
- right: 60px;
79
- @extend .light-background;
80
-
81
- div {
82
- @apply h-12 pl-sm py-md text-body-l text-text-primary;
83
-
84
- &:hover {
85
- @apply bg-grey-mid w-full;
86
- @extend .light-background;
87
- }
88
- }
89
- }
90
-
91
- .digit-search-add {
92
- padding: 12px 16px;
93
- @extend .light-primary;
94
- color: rgb(244, 119, 56);
95
- display: flex;
96
- cursor: pointer;
97
- }
98
-
99
- .digit-search-add-icon {
100
- @extend .light-primary-button;
101
- background: rgb(244, 119, 56);
102
- border-radius: 50%;
103
- height: 24px;
104
- width: 24px;
105
- display: flex;
106
- justify-content: center;
107
- align-items: center;
108
- margin-left: 10px;
109
- }
110
- }
@@ -1,55 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .app-container {
4
- @extend .light-background;
5
- width: 100%;
6
- form {
7
- .card {
8
- max-width: 960px;
9
- h2 {
10
- @extend .light-text-color-primary;
11
- text-align: left;
12
- }
13
- .field-container {
14
- max-width: 540px;
15
- }
16
- button {
17
- @extend .light-primary-button;
18
- max-width: 240px;
19
- }
20
- .input-otp-wrap,
21
- .card-text-button {
22
- @extend .light-primary-button;
23
- text-align: left;
24
- }
25
- }
26
- }
27
- }
28
-
29
- @screen dt {
30
- .employee-app-container {
31
- @apply w-full;
32
- }
33
-
34
- .app-container {
35
- width: 100%;
36
- form {
37
- .card {
38
- max-width: 960px;
39
- h2 {
40
- text-align: left;
41
- }
42
- .field-container {
43
- max-width: 540px;
44
- }
45
- button {
46
- max-width: 240px;
47
- }
48
- .input-otp-wrap,
49
- .card-text-button {
50
- text-align: left;
51
- }
52
- }
53
- }
54
- }
55
- }
@@ -1,26 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-back-button {
4
- @extend .light-text-color-primary;
5
- @extend .light-input-border;
6
- width: fit-content;
7
- @apply flex items-center cursor-pointer border-b font-rc text-text-btn ml-sm mb-md;
8
-
9
- img {
10
- @apply flex;
11
- }
12
-
13
- svg {
14
- @apply flex;
15
- }
16
-
17
- p {
18
- @apply flex;
19
- }
20
- }
21
-
22
- @screen dt {
23
- .digit-back-button {
24
- margin-left: 0;
25
- }
26
- }
@@ -1,120 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-banner-success-wrap,
4
- .digit-banner-emp-success-wrap {
5
- @apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
6
-
7
- header {
8
- @apply block mb-sm font-rc font-bold text-heading-xl;
9
- }
10
-
11
- div {
12
- img {
13
- padding: 13.67px;
14
- margin-left: auto;
15
- margin-right: auto;
16
- @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
17
- }
18
-
19
- svg {
20
- padding: 13.67px;
21
- margin-left: auto;
22
- margin-right: auto;
23
- @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
24
- }
25
-
26
- svg.payment-svg {
27
- border: unset;
28
- background-color: unset;
29
- @apply rounded-full;
30
- }
31
-
32
- h2 {
33
- @apply font-bold text-caption-m mb-sm;
34
- }
35
-
36
- p {
37
- @apply font-bold text-caption-l;
38
- }
39
- }
40
- }
41
-
42
- .digit-banner-error-wrap,
43
- .digit-banner-emp-error-wrap {
44
- @apply block bg-error w-full text-center text-white pt-md pb-sm mb-md;
45
-
46
-
47
- header {
48
- @apply block mb-sm font-rc font-bold text-heading-xl;
49
- }
50
-
51
- img {
52
- margin-left: auto;
53
- margin-right: auto;
54
- padding: 13.67px;
55
- @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
56
- }
57
-
58
- svg {
59
- margin-left: auto;
60
- margin-right: auto;
61
- padding: 13.67px;
62
- @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
63
- }
64
- }
65
-
66
- @screen dt {
67
- .digit-banner-success-wrap {
68
- header {
69
- @apply text-heading-xl-dt;
70
- }
71
- }
72
- .digit-banner-emp-success-wrap {
73
- width: calc(100%);
74
- header {
75
- @apply text-heading-xl-dt;
76
- }
77
- }
78
-
79
- .digit-banner-error-wrap {
80
- width: 100%;
81
- header {
82
- @apply text-heading-xl-dt;
83
- }
84
- }
85
-
86
- .digit-banner-emp-error-wrap {
87
- width: calc(100%);
88
- header {
89
- @apply text-heading-xl-dt;
90
- }
91
- }
92
- }
93
-
94
- .banner {
95
- @apply flex justify-center items-center;
96
- height: calc(100vh - 80px);
97
- background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) center center;
98
-
99
- .bannerCard {
100
- min-width: 400px;
101
- }
102
- .bannerLogo {
103
- width: 80px;
104
- height: 40px;
105
- object-fit: contain;
106
- padding-right: 10px;
107
- margin-right: 10px;
108
- border-right: 1px solid theme(colors.text.primary);
109
- }
110
- .bannerHeader {
111
- @apply flex justify-center items-center;
112
- margin-bottom: 24px;
113
- }
114
- }
115
-
116
- .banner-container {
117
- flex-direction: column;
118
- justify-content: center;
119
- align-items: center !important;
120
- }
@@ -1,39 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- body {
4
- @extend .light-background;
5
- }
6
-
7
- .body-container {
8
- @extend .light-background;
9
- @apply h-full min-h-screen overflow-x-hidden;
10
- }
11
-
12
- .body-container::-webkit-scrollbar {
13
- display: none;
14
- }
15
-
16
- .h1 {
17
- @extend .light-text-color-primary;
18
- @apply text-heading-l font-bold mb-md ml-md;
19
- }
20
-
21
- .link-label {
22
- @extend .light-primary;
23
- @apply block mb-md ml-md cursor-pointer;
24
-
25
- &:hover {
26
- @extend .light-text-color-primary;
27
- }
28
- }
29
-
30
- @screen dt {
31
- .h1 {
32
- margin-left: 0;
33
- @apply text-heading-l-dt;
34
- }
35
-
36
- .link-label {
37
- margin-left: 0;
38
- }
39
- }
@@ -1,31 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-bread-crumb {
4
- @extend .light-text-color-secondary;
5
- font-size: 14px;
6
- display: flex;
7
- margin-bottom: 10px;
8
- }
9
- .digit-bread-crumb--item {
10
- margin-left: 5px;
11
-
12
- &:not(:last-child):after {
13
- content: " /";
14
- }
15
-
16
- button {
17
- outline: none;
18
- }
19
-
20
- .last {
21
- @extend .light-text-color-primary;
22
- }
23
-
24
- span {
25
- cursor: pointer;
26
- }
27
- }
28
- ol,
29
- ul {
30
- list-style: none;
31
- }
@@ -1,6 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-break-line {
4
- @apply border-solid border-2;
5
- @extend .light-input-border;
6
- }
@@ -1,40 +0,0 @@
1
- @import url("../index.scss");
2
-
3
- .digit-button-primary {
4
- height: fit-content;
5
- @extend .light-primary-button;
6
- @apply text-center cursor-pointer outline-none px-lg;
7
-
8
- &.disabled {
9
- opacity: 0.5;
10
- }
11
- &:focus {
12
- @apply outline-none;
13
- }
14
-
15
- h2 {
16
- @apply font-rc font-medium text-legend text-white;
17
- }
18
- }
19
-
20
- .digit-button-secondary {
21
- height: fit-content;
22
- @extend .light-paper-secondary;
23
- @apply text-center cursor-pointer border-primary-main border-b-2 border-solid outline-none px-lg;
24
-
25
- &:focus {
26
- @apply outline-none;
27
- }
28
-
29
- h2 {
30
- @extend .light-primary;
31
- @apply font-rc font-medium text-legend;
32
- }
33
- .disabled {
34
- opacity: 0.5;
35
- }
36
- }
37
-
38
- .submit-bar:focus {
39
- @apply outline-none !important;
40
- }