@entit/digit-ui-css 1.5.6 → 2.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.
- package/dist/index.css +81 -0
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +44 -44
- package/src/components/CitizenHomeCard.scss +46 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +22 -22
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +131 -131
- package/src/components/body.scss +118 -118
- package/src/components/buttons.scss +47 -47
- package/src/components/card.scss +389 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +53 -53
- package/src/components/checkpoint.scss +63 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +71 -71
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +22 -22
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +34 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +22 -22
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +72 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +109 -109
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +173 -173
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +25 -25
- package/src/components/table.scss +167 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +90 -90
- package/src/components/toast.scss +31 -31
- package/src/components/topbar.scss +134 -134
- package/src/components/uploadcomponents.scss +95 -95
- package/src/index.scss +543 -543
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +4 -4
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +98 -98
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +12 -12
- package/src/pages/employee/container.scss +72 -72
- package/src/pages/employee/dss.scss +116 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +476 -454
- package/src/pages/employee/index.scss +337 -337
- package/src/pages/employee/login.scss +185 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +34 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +273 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
@@ -1,72 +1,72 @@
|
|
1
|
-
.data-table {
|
2
|
-
@apply text-text-primary;
|
3
|
-
|
4
|
-
.row {
|
5
|
-
@apply flex border-b border-border pb-sm mb-sm;
|
6
|
-
|
7
|
-
span {
|
8
|
-
width: 70%;
|
9
|
-
display: contents;
|
10
|
-
}
|
11
|
-
|
12
|
-
h2 {
|
13
|
-
width: 40%;
|
14
|
-
@apply font-bold text-heading-s;
|
15
|
-
}
|
16
|
-
|
17
|
-
.value {
|
18
|
-
width: 50%;
|
19
|
-
@apply text-heading-s;
|
20
|
-
word-break: break-all;
|
21
|
-
}
|
22
|
-
.caption {
|
23
|
-
width: 70%;
|
24
|
-
@apply text-heading-s text-text-secondary;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.last {
|
29
|
-
border: none;
|
30
|
-
padding: 0;
|
31
|
-
margin: 0;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
|
35
|
-
.employee-data-table {
|
36
|
-
.row {
|
37
|
-
@apply flex pb-sm mb-sm;
|
38
|
-
|
39
|
-
span {
|
40
|
-
width: 70%;
|
41
|
-
display: contents;
|
42
|
-
}
|
43
|
-
|
44
|
-
h2 {
|
45
|
-
width: 30%;
|
46
|
-
@apply font-bold text-heading-s;
|
47
|
-
}
|
48
|
-
|
49
|
-
.value {
|
50
|
-
width: 50%;
|
51
|
-
@apply text-heading-s;
|
52
|
-
}
|
53
|
-
|
54
|
-
.caption {
|
55
|
-
width: 70%;
|
56
|
-
@apply text-heading-s text-text-secondary;
|
57
|
-
}
|
58
|
-
}
|
59
|
-
|
60
|
-
.last {
|
61
|
-
border: none;
|
62
|
-
padding: 0;
|
63
|
-
margin: 0;
|
64
|
-
}
|
65
|
-
}
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
.pt-citizen {.data-table {.row {
|
70
|
-
justify-content: space-between;
|
71
|
-
|
1
|
+
.data-table {
|
2
|
+
@apply text-text-primary;
|
3
|
+
|
4
|
+
.row {
|
5
|
+
@apply flex border-b border-border pb-sm mb-sm;
|
6
|
+
|
7
|
+
span {
|
8
|
+
width: 70%;
|
9
|
+
display: contents;
|
10
|
+
}
|
11
|
+
|
12
|
+
h2 {
|
13
|
+
width: 40%;
|
14
|
+
@apply font-bold text-heading-s;
|
15
|
+
}
|
16
|
+
|
17
|
+
.value {
|
18
|
+
width: 50%;
|
19
|
+
@apply text-heading-s;
|
20
|
+
word-break: break-all;
|
21
|
+
}
|
22
|
+
.caption {
|
23
|
+
width: 70%;
|
24
|
+
@apply text-heading-s text-text-secondary;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
.last {
|
29
|
+
border: none;
|
30
|
+
padding: 0;
|
31
|
+
margin: 0;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
.employee-data-table {
|
36
|
+
.row {
|
37
|
+
@apply flex pb-sm mb-sm;
|
38
|
+
|
39
|
+
span {
|
40
|
+
width: 70%;
|
41
|
+
display: contents;
|
42
|
+
}
|
43
|
+
|
44
|
+
h2 {
|
45
|
+
width: 30%;
|
46
|
+
@apply font-bold text-heading-s;
|
47
|
+
}
|
48
|
+
|
49
|
+
.value {
|
50
|
+
width: 50%;
|
51
|
+
@apply text-heading-s;
|
52
|
+
}
|
53
|
+
|
54
|
+
.caption {
|
55
|
+
width: 70%;
|
56
|
+
@apply text-heading-s text-text-secondary;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
.last {
|
61
|
+
border: none;
|
62
|
+
padding: 0;
|
63
|
+
margin: 0;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
.pt-citizen {.data-table {.row {
|
70
|
+
justify-content: space-between;
|
71
|
+
|
72
72
|
}}}
|
@@ -1,21 +1,21 @@
|
|
1
|
-
.date-wrap {
|
2
|
-
@apply flex mb-md;
|
3
|
-
|
4
|
-
img,
|
5
|
-
svg {
|
6
|
-
height: 22px;
|
7
|
-
width: 20px;
|
8
|
-
}
|
9
|
-
|
10
|
-
p {
|
11
|
-
@apply text-text-primary text-body-l pl-sm;
|
12
|
-
}
|
13
|
-
}
|
14
|
-
|
15
|
-
@screen dt {
|
16
|
-
.date-wrap {
|
17
|
-
p {
|
18
|
-
@apply text-body-l-dt;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
1
|
+
.date-wrap {
|
2
|
+
@apply flex mb-md;
|
3
|
+
|
4
|
+
img,
|
5
|
+
svg {
|
6
|
+
height: 22px;
|
7
|
+
width: 20px;
|
8
|
+
}
|
9
|
+
|
10
|
+
p {
|
11
|
+
@apply text-text-primary text-body-l pl-sm;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
@screen dt {
|
16
|
+
.date-wrap {
|
17
|
+
p {
|
18
|
+
@apply text-body-l-dt;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.details-card {
|
2
|
-
@apply bg-white m-sm px-sm pt-sm pb-lg shadow-card;
|
3
|
-
.card-label {
|
4
|
-
@apply font-bold text-legend text-text-primary mb-md;
|
5
|
-
}
|
6
|
-
}
|
1
|
+
.details-card {
|
2
|
+
@apply bg-white m-sm px-sm pt-sm pb-lg shadow-card;
|
3
|
+
.card-label {
|
4
|
+
@apply font-bold text-legend text-text-primary mb-md;
|
5
|
+
}
|
6
|
+
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
.details-container {
|
2
|
-
@apply flex flex-col m-sm pt-md pb-md pl-sm pr-sm bg-white rounded;
|
3
|
-
.detail {
|
4
|
-
@apply grid grid-cols-2 gap-2 items-baseline;
|
5
|
-
.label {
|
6
|
-
width: 138px;
|
7
|
-
@apply font-bold text-heading-s text-text-primary mb-md;
|
8
|
-
}
|
9
|
-
.name {
|
10
|
-
@apply pt-md;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
}
|
1
|
+
.details-container {
|
2
|
+
@apply flex flex-col m-sm pt-md pb-md pl-sm pr-sm bg-white rounded;
|
3
|
+
.detail {
|
4
|
+
@apply grid grid-cols-2 gap-2 items-baseline;
|
5
|
+
.label {
|
6
|
+
width: 138px;
|
7
|
+
@apply font-bold text-heading-s text-text-primary mb-md;
|
8
|
+
}
|
9
|
+
.name {
|
10
|
+
@apply pt-md;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
}
|
@@ -1,98 +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: #F47738;
|
24
|
-
color: #F47738;
|
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: #f47738;
|
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
|
-
}
|
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: #F47738;
|
24
|
+
color: #F47738;
|
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: #f47738;
|
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
98
|
}
|
package/src/components/grey.scss
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
.grey {
|
2
|
-
@apply text-text-secondary;
|
3
|
-
}
|
1
|
+
.grey {
|
2
|
+
@apply text-text-secondary;
|
3
|
+
}
|
@@ -1,22 +1,22 @@
|
|
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
|
-
|
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
|
+
|
@@ -1,33 +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
|
-
}
|
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
|
+
}
|
@@ -1,34 +1,34 @@
|
|
1
|
-
.info-banner-wrap {
|
2
|
-
@apply bg-link-normal bg-opacity-25 m-sm p-md;
|
3
|
-
|
4
|
-
svg {
|
5
|
-
margin-top: 5px;
|
6
|
-
@apply rounded-full;
|
7
|
-
}
|
8
|
-
|
9
|
-
div {
|
10
|
-
@apply flex;
|
11
|
-
}
|
12
|
-
|
13
|
-
h2 {
|
14
|
-
@apply text-heading-m text-link-normal mb-md font-bold ml-sm;
|
15
|
-
}
|
16
|
-
|
17
|
-
p {
|
18
|
-
@apply text-body-l text-link-normal whitespace-pre-line;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
|
22
|
-
@screen dt {
|
23
|
-
.info-banner-wrap {
|
24
|
-
margin: 0;
|
25
|
-
|
26
|
-
h2 {
|
27
|
-
@apply text-heading-m-dt;
|
28
|
-
}
|
29
|
-
|
30
|
-
p {
|
31
|
-
@apply text-body-l-dt;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
}
|
1
|
+
.info-banner-wrap {
|
2
|
+
@apply bg-link-normal bg-opacity-25 m-sm p-md;
|
3
|
+
|
4
|
+
svg {
|
5
|
+
margin-top: 5px;
|
6
|
+
@apply rounded-full;
|
7
|
+
}
|
8
|
+
|
9
|
+
div {
|
10
|
+
@apply flex;
|
11
|
+
}
|
12
|
+
|
13
|
+
h2 {
|
14
|
+
@apply text-heading-m text-link-normal mb-md font-bold ml-sm;
|
15
|
+
}
|
16
|
+
|
17
|
+
p {
|
18
|
+
@apply text-body-l text-link-normal whitespace-pre-line;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
@screen dt {
|
23
|
+
.info-banner-wrap {
|
24
|
+
margin: 0;
|
25
|
+
|
26
|
+
h2 {
|
27
|
+
@apply text-heading-m-dt;
|
28
|
+
}
|
29
|
+
|
30
|
+
p {
|
31
|
+
@apply text-body-l-dt;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
@@ -1,15 +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
|
-
}
|
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
|
+
}
|