@entit/digit-ui-css 2.0.0 → 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 +409 -2230
- package/dist/index.min.css +1 -1
- package/package.json +2 -2
- package/src/components/CardBasedOptions.scss +39 -105
- package/src/components/CitizenHomeCard.scss +35 -46
- package/src/components/PageBasedInput.scss +19 -27
- package/src/components/PropertySearchForm.scss +2 -2
- package/src/components/TimeLine.scss +2 -2
- package/src/components/bannercomponents.scss +3 -9
- package/src/components/body.scss +4 -32
- package/src/components/buttons.scss +0 -3
- package/src/components/card.scss +25 -48
- package/src/components/charts.scss +1 -134
- package/src/components/checkbox.scss +4 -35
- package/src/components/checkpoint.scss +1 -3
- package/src/components/datatable.scss +6 -10
- package/src/components/filters.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +15 -108
- package/src/components/info-banner.scss +2 -3
- package/src/components/languageSelector.scss +7 -8
- package/src/components/multiLink.scss +0 -15
- package/src/components/navbar.scss +12 -210
- package/src/components/radiobtn.scss +0 -12
- package/src/components/searchAction.scss +1 -1
- package/src/components/selectdropdown.scss +2 -28
- package/src/components/statushighlight.scss +1 -1
- package/src/components/summary.scss +0 -3
- package/src/components/table.scss +3 -14
- package/src/components/textfields.scss +1 -19
- package/src/components/topbar.scss +7 -21
- package/src/components/uploadcomponents.scss +0 -18
- package/src/index.scss +39 -263
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -8
- package/src/pages/citizen/DocumentList.scss +2 -2
- package/src/pages/citizen/HomePageWrapper.scss +84 -148
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/cardfix.scss +1 -2
- package/src/pages/employee/container.scss +13 -13
- package/src/pages/employee/dss.scss +9 -142
- package/src/pages/employee/iframe.scss +1 -1
- package/src/pages/employee/inbox.scss +49 -259
- package/src/pages/employee/index.scss +75 -363
- package/src/pages/employee/login.scss +21 -96
- package/src/pages/employee/popupmodule.scss +0 -13
- package/src/pages/employee/scroll-table.scss +1 -1
- package/src/pages/employee/surveys.scss +6 -5
- package/svg/check.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
- package/src/components/FAQ.scss +0 -64
- package/src/components/howItWorks.scss +0 -71
- package/src/components/plusMinus.scss +0 -15
- package/src/components/staticDynamicMessages.scss +0 -107
- package/src/components/staticSideBar.scss +0 -27
- package/src/components/toggleSwitch.scss +0 -41
@@ -1,51 +1,29 @@
|
|
1
1
|
.loginFormStyleEmployee {
|
2
|
-
z-index: 10;
|
3
|
-
margin-top: 15px;
|
4
2
|
.employeeCard {
|
5
3
|
.submit-bar {
|
6
4
|
@apply w-full;
|
7
|
-
height: 2rem !important;
|
8
5
|
}
|
9
|
-
.employeeCard
|
10
|
-
.submit-bar .submit-bar header
|
11
|
-
{
|
12
|
-
line-height: 2rem !important;
|
13
|
-
font-size: 16px;
|
14
|
-
|
15
|
-
}
|
16
6
|
}
|
17
7
|
}
|
18
8
|
.banner .bannerCard{
|
19
9
|
min-width: 420px !important;
|
20
|
-
background-color: transparent;
|
21
10
|
}
|
22
11
|
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
12
|
+
margin-top: 0;
|
23
13
|
border: 1px solid;
|
24
14
|
border-right: none;
|
25
|
-
|
26
|
-
margin-top: -16px !important;
|
27
|
-
z-index: 999;
|
28
|
-
background-color:#ffffffeb;
|
15
|
+
padding: 7px;
|
29
16
|
}
|
30
17
|
@screen dt {
|
31
18
|
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
32
|
-
|
33
|
-
border-right: none;
|
34
|
-
height: 32px !important;
|
35
|
-
margin-top: -16px !important;
|
36
|
-
z-index: 999;
|
37
|
-
background-color: #ffffffeb;
|
38
|
-
|
19
|
+
padding: 7px;
|
39
20
|
}
|
40
21
|
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
41
|
-
min-width:
|
42
|
-
|
43
|
-
background-color: #ffffffd6 !important
|
22
|
+
min-width: 420px !important;
|
44
23
|
}
|
45
24
|
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
46
|
-
max-width:
|
47
|
-
min-width:
|
48
|
-
background-color: #ffffffeb
|
25
|
+
max-width: 420px !important;
|
26
|
+
min-width: 420px !important;
|
49
27
|
}
|
50
28
|
}
|
51
29
|
|
@@ -60,7 +38,6 @@
|
|
60
38
|
.employeeForgotPassword {
|
61
39
|
.submit-bar {
|
62
40
|
@apply w-full;
|
63
|
-
background-color: #5a1166 !important;
|
64
41
|
}
|
65
42
|
}
|
66
43
|
.employeeChangePassword .submit-bar {
|
@@ -86,11 +63,11 @@
|
|
86
63
|
font-size: 24px;
|
87
64
|
}
|
88
65
|
.loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
|
89
|
-
font-weight:
|
90
|
-
font-size:
|
91
|
-
line-height:
|
66
|
+
font-weight: normal;
|
67
|
+
font-size: 16px;
|
68
|
+
line-height: 19px;
|
92
69
|
color: #0B0C0C;
|
93
|
-
|
70
|
+
margin-top: 20px;
|
94
71
|
}
|
95
72
|
.banner .bannerHeader {
|
96
73
|
margin-bottom: 20px;
|
@@ -104,9 +81,7 @@
|
|
104
81
|
.profile-label-margin{
|
105
82
|
margin-top: 10px;
|
106
83
|
}
|
107
|
-
|
108
|
-
font-size: 12px;
|
109
|
-
}
|
84
|
+
|
110
85
|
.employeeForgotPassword .employeeCard .card-label-desc {
|
111
86
|
font-weight: normal;
|
112
87
|
font-size: 16px;
|
@@ -119,13 +94,6 @@
|
|
119
94
|
font-size: 16px;
|
120
95
|
color: #505a5f;
|
121
96
|
}
|
122
|
-
.employeeCard .card-label{
|
123
|
-
font-weight: 600 !important;
|
124
|
-
font-size: 14px !important;
|
125
|
-
line-height: 10px !important;
|
126
|
-
color: #0b0c0c;
|
127
|
-
|
128
|
-
}
|
129
97
|
@media screen and (max-width: 768px) {
|
130
98
|
.employeeChangePassword .employeeCard .card-text {
|
131
99
|
margin-top: 7px;
|
@@ -151,10 +119,7 @@
|
|
151
119
|
.employeeChangePassword .employeeCard .field .field-container{
|
152
120
|
margin-bottom: 24px;
|
153
121
|
}
|
154
|
-
|
155
|
-
{
|
156
|
-
display: none;
|
157
|
-
}
|
122
|
+
|
158
123
|
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
159
124
|
font-size: 24px !important;
|
160
125
|
line-height: 28px !important;
|
@@ -165,19 +130,15 @@
|
|
165
130
|
font-size: 18px !important;
|
166
131
|
line-height: 21px !important;
|
167
132
|
margin-bottom: 0px !important;
|
168
|
-
z-index: 10 !important;
|
169
133
|
}
|
170
134
|
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
171
|
-
min-width:
|
172
|
-
|
173
|
-
background-color: #ffffffd6 !important;
|
174
|
-
margin-top: 0 !important;
|
135
|
+
min-width: 340px !important;
|
136
|
+
margin: 10px !important;
|
175
137
|
}
|
176
138
|
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
177
|
-
max-width:
|
178
|
-
min-width:
|
179
|
-
margin
|
180
|
-
background-color: #ffffffeb;
|
139
|
+
max-width: 360px !important;
|
140
|
+
min-width: 340px !important;
|
141
|
+
margin: 10px !important;
|
181
142
|
}
|
182
143
|
}
|
183
144
|
.employeeChangePassword .employeeCard .card-text{
|
@@ -187,20 +148,12 @@
|
|
187
148
|
.employeeBackbuttonAlign{
|
188
149
|
display: none;
|
189
150
|
}
|
190
|
-
.employee-select-wrap .select{
|
191
|
-
height: 2.0rem !important;
|
192
|
-
background-color: white !important;
|
193
151
|
|
194
|
-
}
|
195
152
|
.employee-select-wrap.login-city-dd {
|
196
153
|
.options-card{
|
197
|
-
max-height:
|
154
|
+
max-height: 200px;
|
198
155
|
}
|
199
156
|
}
|
200
|
-
.banner .bannerCard, .loginFormStyleEmployee .employeeCard{
|
201
|
-
background-color: transparent;
|
202
|
-
}
|
203
|
-
|
204
157
|
@media screen and (max-width: 768px){
|
205
158
|
.employeeBackbuttonAlign{
|
206
159
|
display: block;
|
@@ -209,12 +162,13 @@ background-color: white !important;
|
|
209
162
|
left: 20px;
|
210
163
|
}
|
211
164
|
.banner{
|
165
|
+
align-items: flex-end;
|
212
166
|
padding-bottom: 40px;
|
213
167
|
height: 100vh !important;
|
214
|
-
z-index: 1;
|
215
168
|
}
|
216
169
|
.topbar{
|
217
|
-
background:
|
170
|
+
background: rgba(34, 57, 77, var(--bg-opacity)) !important;
|
171
|
+
color: white;
|
218
172
|
}
|
219
173
|
.employee .loginContainer{
|
220
174
|
padding-top: 0px !important;
|
@@ -227,34 +181,5 @@ background-color: white !important;
|
|
227
181
|
max-height: 160px;
|
228
182
|
}
|
229
183
|
}
|
230
|
-
.banner .upyog-copyright-footer
|
231
|
-
{
|
232
|
-
display: none;
|
233
|
-
}
|
234
|
-
.banner .upyog-copyright-footer-web
|
235
|
-
{
|
236
|
-
display: block;
|
237
|
-
}
|
238
184
|
}
|
239
|
-
@media screen and (max-width:900px) {
|
240
185
|
|
241
|
-
.loginFormStyleEmployee .employeeForgotPassword
|
242
|
-
{
|
243
|
-
margin-top: -50% !important;
|
244
|
-
background-color: #ffffffeb !important;
|
245
|
-
z-index: 2;
|
246
|
-
}
|
247
|
-
.psuedo-banner{
|
248
|
-
font-size: 20px;
|
249
|
-
}
|
250
|
-
.banner-slogan{
|
251
|
-
font-size: 14px;
|
252
|
-
}
|
253
|
-
.loginFormStyleEmployee, .employeeForgotPassword{
|
254
|
-
margin-top: -30% !important;
|
255
|
-
|
256
|
-
}
|
257
|
-
}
|
258
|
-
.employeeForgotPassword{
|
259
|
-
z-index: 2;
|
260
|
-
}
|
@@ -200,8 +200,8 @@ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
|
|
200
200
|
}
|
201
201
|
|
202
202
|
.radio-btn-checkmark {
|
203
|
-
height: 1.
|
204
|
-
width: 1.
|
203
|
+
height: 1.75rem;
|
204
|
+
width: 1.75rem;
|
205
205
|
--border-opacity: 1;
|
206
206
|
border: 1px solid #464646;
|
207
207
|
border-color: rgba(70, 70, 70, var(--border-opacity));
|
@@ -212,9 +212,10 @@ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
|
|
212
212
|
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
213
213
|
display: block;
|
214
214
|
--bg-opacity: 1;
|
215
|
-
background-color: #
|
216
|
-
|
217
|
-
|
215
|
+
background-color: #f47738;
|
216
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
217
|
+
height: 1.25rem;
|
218
|
+
width: 1.25rem;
|
218
219
|
border-radius: 9999px;
|
219
220
|
position: absolute;
|
220
221
|
top: 4px;
|
package/svg/check.svg
CHANGED
package/svg/starempty.svg
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#F47738" width="48px" height="48px">
|
2
2
|
<path d="M0 0h24v24H0V0z" fill="none"/>
|
3
3
|
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>
|
4
4
|
</svg>
|
package/svg/starfilled.svg
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#F47738" width="48px" height="48px" >
|
2
2
|
<g><path d="M0,0h24v24H0V0z" fill="none"/>
|
3
3
|
<path d="M0,0h24v24H0V0z" fill="none"/></g>
|
4
4
|
<g><path d="M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z"/></g>
|
package/src/components/FAQ.scss
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
.searchInputFAQs {
|
2
|
-
@apply mr-lg;
|
3
|
-
margin-bottom: 10px;
|
4
|
-
input{
|
5
|
-
margin-bottom: 0;
|
6
|
-
background: border-box;
|
7
|
-
@apply pr-xl;
|
8
|
-
}
|
9
|
-
}
|
10
|
-
|
11
|
-
.faq-page{
|
12
|
-
width: 92%;
|
13
|
-
margin: 16px;
|
14
|
-
}
|
15
|
-
|
16
|
-
.faqs{
|
17
|
-
cursor: pointer;
|
18
|
-
.faq-question{
|
19
|
-
font-weight: 400;
|
20
|
-
margin: 16px;
|
21
|
-
background: #fff;
|
22
|
-
justify-content: space-between;
|
23
|
-
display: flex;
|
24
|
-
font-size: 16px;
|
25
|
-
}
|
26
|
-
|
27
|
-
.faqicon{
|
28
|
-
float: right;
|
29
|
-
}
|
30
|
-
|
31
|
-
.faq-answer{
|
32
|
-
background: #fff;
|
33
|
-
overflow: hidden;
|
34
|
-
margin: 5px;
|
35
|
-
@apply text-form-field text-text-secondary mb-sm;
|
36
|
-
|
37
|
-
span {
|
38
|
-
display: block;
|
39
|
-
font-size: 14px;
|
40
|
-
font-weight: 400;
|
41
|
-
margin: 0px 12px 5px
|
42
|
-
}
|
43
|
-
}
|
44
|
-
.cs-box-border {
|
45
|
-
height: 1px;
|
46
|
-
position: relative;
|
47
|
-
border-bottom: 1px solid lightgray;;
|
48
|
-
background: lightgray;
|
49
|
-
margin-left: 16px;
|
50
|
-
margin-right: 16px;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
.faq-list{
|
55
|
-
background: #fff;
|
56
|
-
margin: 5px 0;
|
57
|
-
padding-top: 4px;
|
58
|
-
padding-bottom: 4px;
|
59
|
-
}
|
60
|
-
|
61
|
-
.rotate {
|
62
|
-
transform: rotate(90deg);
|
63
|
-
}
|
64
|
-
|
@@ -1,71 +0,0 @@
|
|
1
|
-
.how-it-works-page{
|
2
|
-
width: 92%;
|
3
|
-
margin: 16px;
|
4
|
-
.how-it-works-page-header{
|
5
|
-
margin-bottom: 15px;
|
6
|
-
}
|
7
|
-
}
|
8
|
-
|
9
|
-
.video-icon{
|
10
|
-
float: left;
|
11
|
-
background-color: #6F6F6F;
|
12
|
-
height: 60px;
|
13
|
-
width: 100px;
|
14
|
-
cursor: pointer;
|
15
|
-
margin: 5px;
|
16
|
-
|
17
|
-
.vid-svg{
|
18
|
-
padding-left: 35px;
|
19
|
-
padding-top: 18px;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.how-it-works-header-description{
|
24
|
-
padding: 5px;
|
25
|
-
overflow-wrap: break-word;
|
26
|
-
h2{
|
27
|
-
font-size: 16px;
|
28
|
-
font-weight: 400;
|
29
|
-
}
|
30
|
-
p{
|
31
|
-
font-size: 12px;
|
32
|
-
font-weight: 400;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
.how-it-works-pdf-section{
|
37
|
-
display: flex;
|
38
|
-
justify-content: space-between;
|
39
|
-
.pdf-icon-header-desc{
|
40
|
-
float: left;
|
41
|
-
.pdf-icon{
|
42
|
-
display: inline-block;
|
43
|
-
}
|
44
|
-
.pdf-header-desc{
|
45
|
-
display: inline-block;
|
46
|
-
position: absolute;
|
47
|
-
padding: 5px;
|
48
|
-
overflow-wrap: break-word;
|
49
|
-
h2{
|
50
|
-
font-size: 16px;
|
51
|
-
font-weight: 400;
|
52
|
-
}
|
53
|
-
p{
|
54
|
-
font-size: 12px;
|
55
|
-
font-weight: 400;
|
56
|
-
}
|
57
|
-
}
|
58
|
-
}
|
59
|
-
.download-icon{
|
60
|
-
float: right;
|
61
|
-
}
|
62
|
-
}
|
63
|
-
|
64
|
-
.how-it-works-video-play{
|
65
|
-
display: inline-block;
|
66
|
-
.close-button{
|
67
|
-
float: right;
|
68
|
-
cursor: pointer;
|
69
|
-
}
|
70
|
-
}
|
71
|
-
|
@@ -1,15 +0,0 @@
|
|
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,107 +0,0 @@
|
|
1
|
-
.pay-whatsapp-card{
|
2
|
-
display: flex;
|
3
|
-
justify-content: space-between;
|
4
|
-
cursor: pointer;
|
5
|
-
}
|
6
|
-
.pay-whatsapp-text{
|
7
|
-
color: #25D366;
|
8
|
-
float: left;
|
9
|
-
font-family: 'Roboto';
|
10
|
-
font-size: 16px;
|
11
|
-
font-weight: 700;
|
12
|
-
}
|
13
|
-
.dynamicDataCard{
|
14
|
-
background: rgba(244, 119, 56, 0.12);
|
15
|
-
mix-blend-mode: normal;
|
16
|
-
height: auto;
|
17
|
-
max-height: 64px;
|
18
|
-
border-radius: 4px;
|
19
|
-
margin-bottom: 16px;
|
20
|
-
}
|
21
|
-
.dynamicData{
|
22
|
-
padding: 10px 16px 16px 16px;
|
23
|
-
display: flex;
|
24
|
-
}
|
25
|
-
.dynamicData-content{
|
26
|
-
font-family: 'Roboto';
|
27
|
-
font-size: 14px;
|
28
|
-
font-weight: 400;
|
29
|
-
padding-top: 4px;
|
30
|
-
word-break: break-word;
|
31
|
-
margin-inline: 20px;
|
32
|
-
}
|
33
|
-
.staticDataCard{
|
34
|
-
background: rgba(238, 238, 238, 1);
|
35
|
-
mix-blend-mode: normal;
|
36
|
-
height: auto;
|
37
|
-
max-height: 100px;
|
38
|
-
border-radius: 4px;
|
39
|
-
margin-bottom: 16px;
|
40
|
-
}
|
41
|
-
.staticData{
|
42
|
-
display: flex;
|
43
|
-
}
|
44
|
-
.timerIcon{
|
45
|
-
padding: 16px 0px 16px 16px;
|
46
|
-
}
|
47
|
-
.static-data-content{
|
48
|
-
display: grid;
|
49
|
-
margin-inline: 20px;
|
50
|
-
padding-top: 8px;
|
51
|
-
}
|
52
|
-
.rupeeSymbol{
|
53
|
-
padding: 16px 0px 16px 16px;
|
54
|
-
}
|
55
|
-
.validityIcon{
|
56
|
-
padding: 16px 0px 16px 8px;
|
57
|
-
}
|
58
|
-
.static-data-content-first{
|
59
|
-
font-family: 'Roboto';
|
60
|
-
font-size: 14px;
|
61
|
-
font-weight: 400;
|
62
|
-
}
|
63
|
-
.static-data-content-second{
|
64
|
-
font-family: 'Roboto';
|
65
|
-
font-size: 16px;
|
66
|
-
font-weight: 700;
|
67
|
-
word-break: break-word;
|
68
|
-
}
|
69
|
-
.staticDataCardLast{
|
70
|
-
background: rgba(238, 238, 238, 1);
|
71
|
-
mix-blend-mode: normal;
|
72
|
-
height: 56px;
|
73
|
-
border-radius: 4px;
|
74
|
-
}
|
75
|
-
.whatsAppIconG{
|
76
|
-
float: right;
|
77
|
-
}
|
78
|
-
.static-home-Card{
|
79
|
-
display: flex;
|
80
|
-
justify-content: space-between;
|
81
|
-
}
|
82
|
-
.static-home-Card-header{
|
83
|
-
font-family: 'Roboto';
|
84
|
-
font-size: 16px;
|
85
|
-
font-weight: 700;
|
86
|
-
float: left;
|
87
|
-
}
|
88
|
-
.helplineIcon{
|
89
|
-
float: right;
|
90
|
-
}
|
91
|
-
.call-center-card-text{
|
92
|
-
display: grid;
|
93
|
-
}
|
94
|
-
.call-center-card-content{
|
95
|
-
float: left;
|
96
|
-
}
|
97
|
-
.serviceCentrIcon{
|
98
|
-
float: right;
|
99
|
-
}
|
100
|
-
.service-center-details-card{
|
101
|
-
display: flex;
|
102
|
-
overflow-wrap: break-word;
|
103
|
-
}
|
104
|
-
.service-center-details-text{
|
105
|
-
float: left;
|
106
|
-
width: 180px;
|
107
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
.sidebar-menu {
|
2
|
-
display: flex;
|
3
|
-
flex-direction: column;
|
4
|
-
padding-top: 16px;
|
5
|
-
padding-left: 16px;
|
6
|
-
padding-right: 16px;
|
7
|
-
color: #757575;
|
8
|
-
|
9
|
-
.menu-item {
|
10
|
-
display: flex;
|
11
|
-
cursor: pointer;
|
12
|
-
min-height: 48px;
|
13
|
-
margin: 0;
|
14
|
-
padding: 0;
|
15
|
-
.menu-item-icon {
|
16
|
-
svg {
|
17
|
-
color: #757575;
|
18
|
-
fill: #757575;
|
19
|
-
width: 21px;
|
20
|
-
height: 21px;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
.menu-item-text {
|
24
|
-
margin-left: 1em;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
.react-switch-checkbox {
|
2
|
-
height: 0;
|
3
|
-
width: 0;
|
4
|
-
visibility: hidden;
|
5
|
-
}
|
6
|
-
|
7
|
-
.react-switch-label {
|
8
|
-
display: flex;
|
9
|
-
align-items: center;
|
10
|
-
justify-content: space-between;
|
11
|
-
cursor: pointer;
|
12
|
-
width: 50px;
|
13
|
-
height: 20px;
|
14
|
-
background: white;
|
15
|
-
border-radius: 100px;
|
16
|
-
position: relative;
|
17
|
-
transition: background-color .2s;
|
18
|
-
border: 1px solid #bbb;
|
19
|
-
}
|
20
|
-
|
21
|
-
.react-switch-label .react-switch-button {
|
22
|
-
content: '';
|
23
|
-
position: absolute;
|
24
|
-
top: 2px;
|
25
|
-
left: 2px;
|
26
|
-
width: 14px;
|
27
|
-
height: 14px;
|
28
|
-
border-radius: 45px;
|
29
|
-
transition: 0.2s;
|
30
|
-
background: #a82227;
|
31
|
-
box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
|
32
|
-
}
|
33
|
-
|
34
|
-
.react-switch-checkbox:checked + .react-switch-label .react-switch-button {
|
35
|
-
left: calc(100% - 2px);
|
36
|
-
transform: translateX(-100%);
|
37
|
-
}
|
38
|
-
|
39
|
-
.react-switch-label:active .react-switch-button {
|
40
|
-
width: 45px;
|
41
|
-
}
|