@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,73 +1,73 @@
|
|
1
|
-
.multi-select-dropdown-wrap{
|
2
|
-
@apply relative text-form-field text-text-primary w-full;
|
3
|
-
.master, .master-active{
|
4
|
-
@apply relative border border-solid border-input-border h-10 w-full;
|
5
|
-
input[type=text]{
|
6
|
-
@apply absolute top-0 left-0 p-sm pl-sm min-h-full min-w-full opacity-0;
|
7
|
-
&:focus{
|
8
|
-
@apply outline-none;
|
9
|
-
}
|
10
|
-
}
|
11
|
-
.label{
|
12
|
-
@apply flex justify-between p-sm w-full h-full;
|
13
|
-
svg{
|
14
|
-
@apply h-6 w-6;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
&:hover{
|
19
|
-
@apply border-2 border-solid border-primary-main;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.master-active{
|
24
|
-
@apply border-2 border-primary-main;
|
25
|
-
input[type=text]{
|
26
|
-
@apply opacity-100;
|
27
|
-
}
|
28
|
-
.label{
|
29
|
-
@apply hidden;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
|
33
|
-
.server{
|
34
|
-
|
35
|
-
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);
|
36
|
-
top:40px;
|
37
|
-
|
38
|
-
max-height:20vmax;
|
39
|
-
overflow: scroll;
|
40
|
-
@apply absolute min-w-full z-20;
|
41
|
-
div{
|
42
|
-
@apply flex w-full bg-white;
|
43
|
-
&:hover{
|
44
|
-
@apply bg-grey-mid;
|
45
|
-
}
|
46
|
-
input{
|
47
|
-
height: 44px;
|
48
|
-
@apply absolute min-w-full opacity-0 z-20 cursor-pointer;
|
49
|
-
}
|
50
|
-
p{
|
51
|
-
padding: 12px;
|
52
|
-
@apply text-form-field text-text-primary;
|
53
|
-
}
|
54
|
-
.custom-checkbox{
|
55
|
-
height: 28px;
|
56
|
-
width: 28px;
|
57
|
-
@apply border border-solid border-input-border m-sm;
|
58
|
-
svg{
|
59
|
-
@apply opacity-0 z-10;
|
60
|
-
}
|
61
|
-
}
|
62
|
-
input:checked ~ .custom-checkbox,
|
63
|
-
input:hover ~ .custom-checkbox {
|
64
|
-
@apply border-2 border-primary-main;
|
65
|
-
}
|
66
|
-
|
67
|
-
input:checked ~ .custom-checkbox svg {
|
68
|
-
@apply opacity-100;
|
69
|
-
}
|
70
|
-
|
71
|
-
}
|
72
|
-
}
|
1
|
+
.multi-select-dropdown-wrap{
|
2
|
+
@apply relative text-form-field text-text-primary w-full;
|
3
|
+
.master, .master-active{
|
4
|
+
@apply relative border border-solid border-input-border h-10 w-full;
|
5
|
+
input[type=text]{
|
6
|
+
@apply absolute top-0 left-0 p-sm pl-sm min-h-full min-w-full opacity-0;
|
7
|
+
&:focus{
|
8
|
+
@apply outline-none;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
.label{
|
12
|
+
@apply flex justify-between p-sm w-full h-full;
|
13
|
+
svg{
|
14
|
+
@apply h-6 w-6;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
&:hover{
|
19
|
+
@apply border-2 border-solid border-primary-main;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.master-active{
|
24
|
+
@apply border-2 border-primary-main;
|
25
|
+
input[type=text]{
|
26
|
+
@apply opacity-100;
|
27
|
+
}
|
28
|
+
.label{
|
29
|
+
@apply hidden;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
.server{
|
34
|
+
|
35
|
+
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);
|
36
|
+
top:40px;
|
37
|
+
|
38
|
+
max-height:20vmax;
|
39
|
+
overflow: scroll;
|
40
|
+
@apply absolute min-w-full z-20;
|
41
|
+
div{
|
42
|
+
@apply flex w-full bg-white;
|
43
|
+
&:hover{
|
44
|
+
@apply bg-grey-mid;
|
45
|
+
}
|
46
|
+
input{
|
47
|
+
height: 44px;
|
48
|
+
@apply absolute min-w-full opacity-0 z-20 cursor-pointer;
|
49
|
+
}
|
50
|
+
p{
|
51
|
+
padding: 12px;
|
52
|
+
@apply text-form-field text-text-primary;
|
53
|
+
}
|
54
|
+
.custom-checkbox{
|
55
|
+
height: 28px;
|
56
|
+
width: 28px;
|
57
|
+
@apply border border-solid border-input-border m-sm;
|
58
|
+
svg{
|
59
|
+
@apply opacity-0 z-10;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
input:checked ~ .custom-checkbox,
|
63
|
+
input:hover ~ .custom-checkbox {
|
64
|
+
@apply border-2 border-primary-main;
|
65
|
+
}
|
66
|
+
|
67
|
+
input:checked ~ .custom-checkbox svg {
|
68
|
+
@apply opacity-100;
|
69
|
+
}
|
70
|
+
|
71
|
+
}
|
72
|
+
}
|
73
73
|
}
|
@@ -1,110 +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
|
-
}
|
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
110
|
}
|
@@ -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,20 +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
|
-
}
|
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
|
+
}
|