@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,75 +1,75 @@
|
|
|
1
|
-
|
|
2
|
-
.new-df-footer{
|
|
3
|
-
background-color:#1e293b;
|
|
4
|
-
color:#ffffff;
|
|
5
|
-
padding:48px 0 0 0;
|
|
6
|
-
margin-top:64px;
|
|
7
|
-
width:100%;
|
|
8
|
-
box-sizing:border-box;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.new-df-container{
|
|
12
|
-
max-width:1200px;
|
|
13
|
-
margin:0 auto;
|
|
14
|
-
padding:0 40px;
|
|
15
|
-
box-sizing:border-box;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.new-df-grid{
|
|
19
|
-
display:grid;
|
|
20
|
-
grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
|
|
21
|
-
gap:48px;
|
|
22
|
-
padding-bottom:40px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.new-df-column{
|
|
26
|
-
display:flex;
|
|
27
|
-
flex-direction:column;
|
|
28
|
-
gap:16px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.new-df-heading{
|
|
32
|
-
font-size:18px;
|
|
33
|
-
font-weight:600;
|
|
34
|
-
margin:0 0 8px 0;
|
|
35
|
-
color:#ffffff;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.new-df-text{
|
|
39
|
-
font-size:14px;
|
|
40
|
-
line-height:1.6;
|
|
41
|
-
color:#cbd5e1;
|
|
42
|
-
margin:0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.new-df-link{
|
|
46
|
-
font-size:14px;
|
|
47
|
-
color:#cbd5e1;
|
|
48
|
-
text-decoration:none;
|
|
49
|
-
cursor:pointer;
|
|
50
|
-
transition:color 0.2s ease;
|
|
51
|
-
display:block;
|
|
52
|
-
margin-bottom:8px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.new-df-link:hover{
|
|
56
|
-
color:#ffffff;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.new-df-bottom{
|
|
60
|
-
border-top:1px solid #334155;
|
|
61
|
-
padding:24px 0;
|
|
62
|
-
text-align:center;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.new-df-copyright{
|
|
66
|
-
font-size:14px;
|
|
67
|
-
color:#94a3b8;
|
|
68
|
-
margin:0;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
@media (max-width:768px){
|
|
72
|
-
.new-df-container{padding:0 16px}
|
|
73
|
-
.new-df-grid{gap:20px}
|
|
74
|
-
}
|
|
75
|
-
|
|
1
|
+
|
|
2
|
+
.new-df-footer{
|
|
3
|
+
background-color:#1e293b;
|
|
4
|
+
color:#ffffff;
|
|
5
|
+
padding:48px 0 0 0;
|
|
6
|
+
margin-top:64px;
|
|
7
|
+
width:100%;
|
|
8
|
+
box-sizing:border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.new-df-container{
|
|
12
|
+
max-width:1200px;
|
|
13
|
+
margin:0 auto;
|
|
14
|
+
padding:0 40px;
|
|
15
|
+
box-sizing:border-box;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.new-df-grid{
|
|
19
|
+
display:grid;
|
|
20
|
+
grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
|
|
21
|
+
gap:48px;
|
|
22
|
+
padding-bottom:40px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.new-df-column{
|
|
26
|
+
display:flex;
|
|
27
|
+
flex-direction:column;
|
|
28
|
+
gap:16px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.new-df-heading{
|
|
32
|
+
font-size:18px;
|
|
33
|
+
font-weight:600;
|
|
34
|
+
margin:0 0 8px 0;
|
|
35
|
+
color:#ffffff;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.new-df-text{
|
|
39
|
+
font-size:14px;
|
|
40
|
+
line-height:1.6;
|
|
41
|
+
color:#cbd5e1;
|
|
42
|
+
margin:0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.new-df-link{
|
|
46
|
+
font-size:14px;
|
|
47
|
+
color:#cbd5e1;
|
|
48
|
+
text-decoration:none;
|
|
49
|
+
cursor:pointer;
|
|
50
|
+
transition:color 0.2s ease;
|
|
51
|
+
display:block;
|
|
52
|
+
margin-bottom:8px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.new-df-link:hover{
|
|
56
|
+
color:#ffffff;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.new-df-bottom{
|
|
60
|
+
border-top:1px solid #334155;
|
|
61
|
+
padding:24px 0;
|
|
62
|
+
text-align:center;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.new-df-copyright{
|
|
66
|
+
font-size:14px;
|
|
67
|
+
color:#94a3b8;
|
|
68
|
+
margin:0;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media (max-width:768px){
|
|
72
|
+
.new-df-container{padding:0 16px}
|
|
73
|
+
.new-df-grid{gap:20px}
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -1,15 +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 #d6d5d4;
|
|
9
|
-
background-color: #eeeeee;
|
|
10
|
-
color: #505a5f;
|
|
11
|
-
font-size: 27px;
|
|
12
|
-
font-weight: 400;
|
|
13
|
-
text-align: center;
|
|
14
|
-
width: 40px;
|
|
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 #d6d5d4;
|
|
9
|
+
background-color: #eeeeee;
|
|
10
|
+
color: #505a5f;
|
|
11
|
+
font-size: 27px;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
text-align: center;
|
|
14
|
+
width: 40px;
|
|
15
|
+
}
|
|
@@ -1,16 +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;
|
|
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
16
|
}
|
|
@@ -1,45 +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
|
-
}
|
|
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
45
|
}
|
|
@@ -1,33 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,10 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
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: #a82227;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.obps-search-application-container{
|
|
23
|
-
margin-top: 24px;
|
|
24
|
-
}
|
|
25
|
-
.obps-autocomplete-font-size{
|
|
26
|
-
font-size: 14px;
|
|
27
|
-
}
|
|
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: #a82227;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.obps-search-application-container{
|
|
23
|
+
margin-top: 24px;
|
|
24
|
+
}
|
|
25
|
+
.obps-autocomplete-font-size{
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
}
|
|
@@ -1,43 +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
|
-
}
|
|
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
|
+
}
|