@pmidc/upyog-css 1.1.6 → 1.1.8
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 +772 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +534 -534
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +261 -261
- package/src/components/buttons.scss +87 -87
- package/src/components/card.scss +581 -581
- 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 +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +116 -116
- 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 +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +338 -338
- package/src/components/newFooter.scss +75 -75
- package/src/components/plusMinus.scss +15 -15
- 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 +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +276 -276
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +362 -362
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +119 -119
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1029 -1028
- package/src/modules/adv/index.scss +553 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +448 -448
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +214 -214
- package/src/pages/citizen/InboxCard.scss +327 -327
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +357 -357
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +295 -295
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +203 -0
- package/src/pages/common/pgrUICssfix.scss +105 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +677 -677
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +172 -172
- package/src/pages/ws/index.scss +104 -104
- 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,14 +1,14 @@
|
|
|
1
|
-
.citizen-info-label {
|
|
2
|
-
@apply p-sm border-4 border-solid border-link-normal text-heading-m m-sm;
|
|
3
|
-
max-width: 960px;
|
|
4
|
-
|
|
5
|
-
p {
|
|
6
|
-
@apply text-link-normal font-bold mt-xs text-heading-s;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@screen dt {
|
|
11
|
-
.citizen-info-label {
|
|
12
|
-
margin: 0;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
.citizen-info-label {
|
|
2
|
+
@apply p-sm border-4 border-solid border-link-normal text-heading-m m-sm;
|
|
3
|
+
max-width: 960px;
|
|
4
|
+
|
|
5
|
+
p {
|
|
6
|
+
@apply text-link-normal font-bold mt-xs text-heading-s;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@screen dt {
|
|
11
|
+
.citizen-info-label {
|
|
12
|
+
margin: 0;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.customBtn {
|
|
2
|
-
@apply bg-white text-text-primary box-border inline-block outline-none px-sm border border-solid border-primary-main;
|
|
3
|
-
margin: 0px 4.65% 0px 0px;
|
|
4
|
-
height: 30px;
|
|
5
|
-
line-height: 30px;
|
|
6
|
-
border: transparent;
|
|
7
|
-
background-color: transparent;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.customBtn-selected {
|
|
11
|
-
@extend .customBtn;
|
|
12
|
-
@apply bg-primary-main text-white font-medium;
|
|
13
|
-
background-color: #2947A3;
|
|
14
|
-
border:0px solid;
|
|
15
|
-
}
|
|
1
|
+
.customBtn {
|
|
2
|
+
@apply bg-white text-text-primary box-border inline-block outline-none px-sm border border-solid border-primary-main;
|
|
3
|
+
margin: 0px 4.65% 0px 0px;
|
|
4
|
+
height: 30px;
|
|
5
|
+
line-height: 30px;
|
|
6
|
+
border: transparent;
|
|
7
|
+
background-color: transparent;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.customBtn-selected {
|
|
11
|
+
@extend .customBtn;
|
|
12
|
+
@apply bg-primary-main text-white font-medium;
|
|
13
|
+
background-color: #2947A3;
|
|
14
|
+
border:0px solid;
|
|
15
|
+
}
|
|
16
16
|
|
|
@@ -1,116 +1,116 @@
|
|
|
1
|
-
.data-table {
|
|
2
|
-
color: #0d43a7;
|
|
3
|
-
border: 1px solid #ccc;
|
|
4
|
-
border-radius: 8px;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
width: 100%;
|
|
7
|
-
border-collapse: collapse;
|
|
8
|
-
padding-bottom: 0;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.data-table .row {
|
|
12
|
-
display: flex;
|
|
13
|
-
justify-content: space-between;
|
|
14
|
-
align-items: center;
|
|
15
|
-
width: 100%;
|
|
16
|
-
margin-bottom: 0;
|
|
17
|
-
padding: 15px 30px;
|
|
18
|
-
border-bottom: 1px solid var(--border, #e0e0e0);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.data-table .row:nth-child(odd) {
|
|
22
|
-
background-color: #eeeeee;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.data-table .row:nth-child(even) {
|
|
26
|
-
background-color: #ffffff;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.data-table .row h2 {
|
|
30
|
-
font-weight: 600;
|
|
31
|
-
text-align: left;
|
|
32
|
-
width: 60%;
|
|
33
|
-
margin: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.data-table .row .value {
|
|
37
|
-
text-align: left;
|
|
38
|
-
width: 40%;
|
|
39
|
-
word-break: break-word;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.data-table .row .caption {
|
|
43
|
-
font-size: 0.875rem;
|
|
44
|
-
color: var(--text-secondary, #666);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.data-table .row span {
|
|
48
|
-
width: 70%;
|
|
49
|
-
display: contents;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.data-table .last {
|
|
53
|
-
border: none;
|
|
54
|
-
padding: 0;
|
|
55
|
-
margin: 0;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.employee-data-table {
|
|
59
|
-
color: #0d43a7;
|
|
60
|
-
border: 1px solid #ccc;
|
|
61
|
-
border-radius: 8px;
|
|
62
|
-
overflow: hidden;
|
|
63
|
-
width: 100%;
|
|
64
|
-
border-collapse: collapse;
|
|
65
|
-
padding-bottom: 0;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.employee-data-table .row {
|
|
69
|
-
display: flex;
|
|
70
|
-
justify-content: space-between;
|
|
71
|
-
align-items: center;
|
|
72
|
-
width: 100%;
|
|
73
|
-
margin-bottom: 0;
|
|
74
|
-
padding: 15px 30px;
|
|
75
|
-
border-bottom: 1px solid var(--border, #e0e0e0);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.employee-data-table .row:nth-child(odd) {
|
|
79
|
-
background-color: #eeeeee;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.employee-data-table .row:nth-child(even) {
|
|
83
|
-
background-color: #ffffff;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.employee-data-table .row h2 {
|
|
87
|
-
font-weight: 600;
|
|
88
|
-
text-align: left;
|
|
89
|
-
width: 60%;
|
|
90
|
-
margin: 0;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.employee-data-table .row .value {
|
|
94
|
-
text-align: left;
|
|
95
|
-
width: 40%;
|
|
96
|
-
word-break: break-word;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.employee-data-table .row .caption {
|
|
100
|
-
font-size: 0.875rem;
|
|
101
|
-
color: var(--text-secondary, #666);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.employee-data-table .row span {
|
|
105
|
-
width: 70%;
|
|
106
|
-
display: contents;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
.pt-citizen {
|
|
111
|
-
.data-table {
|
|
112
|
-
.row {
|
|
113
|
-
justify-content: space-between;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
1
|
+
.data-table {
|
|
2
|
+
color: #0d43a7;
|
|
3
|
+
border: 1px solid #ccc;
|
|
4
|
+
border-radius: 8px;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
width: 100%;
|
|
7
|
+
border-collapse: collapse;
|
|
8
|
+
padding-bottom: 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.data-table .row {
|
|
12
|
+
display: flex;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
align-items: center;
|
|
15
|
+
width: 100%;
|
|
16
|
+
margin-bottom: 0;
|
|
17
|
+
padding: 15px 30px;
|
|
18
|
+
border-bottom: 1px solid var(--border, #e0e0e0);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.data-table .row:nth-child(odd) {
|
|
22
|
+
background-color: #eeeeee;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.data-table .row:nth-child(even) {
|
|
26
|
+
background-color: #ffffff;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.data-table .row h2 {
|
|
30
|
+
font-weight: 600;
|
|
31
|
+
text-align: left;
|
|
32
|
+
width: 60%;
|
|
33
|
+
margin: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.data-table .row .value {
|
|
37
|
+
text-align: left;
|
|
38
|
+
width: 40%;
|
|
39
|
+
word-break: break-word;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.data-table .row .caption {
|
|
43
|
+
font-size: 0.875rem;
|
|
44
|
+
color: var(--text-secondary, #666);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.data-table .row span {
|
|
48
|
+
width: 70%;
|
|
49
|
+
display: contents;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.data-table .last {
|
|
53
|
+
border: none;
|
|
54
|
+
padding: 0;
|
|
55
|
+
margin: 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.employee-data-table {
|
|
59
|
+
color: #0d43a7;
|
|
60
|
+
border: 1px solid #ccc;
|
|
61
|
+
border-radius: 8px;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
width: 100%;
|
|
64
|
+
border-collapse: collapse;
|
|
65
|
+
padding-bottom: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.employee-data-table .row {
|
|
69
|
+
display: flex;
|
|
70
|
+
justify-content: space-between;
|
|
71
|
+
align-items: center;
|
|
72
|
+
width: 100%;
|
|
73
|
+
margin-bottom: 0;
|
|
74
|
+
padding: 15px 30px;
|
|
75
|
+
border-bottom: 1px solid var(--border, #e0e0e0);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.employee-data-table .row:nth-child(odd) {
|
|
79
|
+
background-color: #eeeeee;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.employee-data-table .row:nth-child(even) {
|
|
83
|
+
background-color: #ffffff;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.employee-data-table .row h2 {
|
|
87
|
+
font-weight: 600;
|
|
88
|
+
text-align: left;
|
|
89
|
+
width: 60%;
|
|
90
|
+
margin: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.employee-data-table .row .value {
|
|
94
|
+
text-align: left;
|
|
95
|
+
width: 40%;
|
|
96
|
+
word-break: break-word;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.employee-data-table .row .caption {
|
|
100
|
+
font-size: 0.875rem;
|
|
101
|
+
color: var(--text-secondary, #666);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.employee-data-table .row span {
|
|
105
|
+
width: 70%;
|
|
106
|
+
display: contents;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
.pt-citizen {
|
|
111
|
+
.data-table {
|
|
112
|
+
.row {
|
|
113
|
+
justify-content: space-between;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -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: #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
|
-
}
|
|
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
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
|
+
}
|