@entit/digit-ui-css 1.5.6 → 2.0.0
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 +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- 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 +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- 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 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- 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 +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -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 +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- 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 +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -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
package/package.json
CHANGED
@@ -1,64 +1,64 @@
|
|
1
|
-
{
|
2
|
-
"name": "@entit/digit-ui-css",
|
3
|
-
"version": "
|
4
|
-
"license": "MIT",
|
5
|
-
"main": "dist/index.css",
|
6
|
-
"engines": {
|
7
|
-
"node": ">=10"
|
8
|
-
},
|
9
|
-
"cssConfig": {
|
10
|
-
"prefix": ""
|
11
|
-
},
|
12
|
-
"scripts": {
|
13
|
-
"start": "gulp build",
|
14
|
-
"build:prod": "
|
15
|
-
"prepublish": "yarn build:prod",
|
16
|
-
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example",
|
17
|
-
"publish:css": "cd packages/css && yarn publish --access public"
|
18
|
-
},
|
19
|
-
"browserslist": [
|
20
|
-
"> 3%",
|
21
|
-
"last 2 versions"
|
22
|
-
],
|
23
|
-
"style": "./dist/index.css",
|
24
|
-
"dependencies": {
|
25
|
-
"@entit/digit-ui-css": "
|
26
|
-
"node-sass": "4.14.1",
|
27
|
-
"normalize.css": "8.0.1",
|
28
|
-
"postcss-scss": "3.0.5",
|
29
|
-
"tailwindcss": "1.9.6"
|
30
|
-
},
|
31
|
-
"devDependencies": {
|
32
|
-
"autoprefixer": "10.4.4",
|
33
|
-
"cssnano": "4.1.11",
|
34
|
-
"gh-pages": "3.2.3",
|
35
|
-
"gulp": "4.0.2",
|
36
|
-
"gulp-clean": "0.4.0",
|
37
|
-
"gulp-clean-css": "4.3.0",
|
38
|
-
"gulp-livereload": "4.0.2",
|
39
|
-
"gulp-postcss": "9.0.1",
|
40
|
-
"gulp-rename": "2.0.0",
|
41
|
-
"gulp-sass": "4.1.1",
|
42
|
-
"postcss": "8.4.12",
|
43
|
-
"postcss-cli": "8.3.1",
|
44
|
-
"postcss-header": "2.0.0",
|
45
|
-
"postcss-import": "12.0.1",
|
46
|
-
"postcss-prefixer": "2.1.3",
|
47
|
-
"postcss-preset-env": "6.7.1",
|
48
|
-
"postcss-scss": "3.0.5",
|
49
|
-
"sass": "1.49.11"
|
50
|
-
},
|
51
|
-
"files": [
|
52
|
-
"dist/index.min.css",
|
53
|
-
"dist/index.css",
|
54
|
-
"svg/**/*.svg",
|
55
|
-
"img/**/*.png",
|
56
|
-
"src/**/*.scss",
|
57
|
-
"src/**/*.css"
|
58
|
-
],
|
59
|
-
"directories": {
|
60
|
-
"example": "example"
|
61
|
-
},
|
62
|
-
"author": "",
|
63
|
-
"description": ""
|
64
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@entit/digit-ui-css",
|
3
|
+
"version": "2.0.0",
|
4
|
+
"license": "MIT",
|
5
|
+
"main": "dist/index.css",
|
6
|
+
"engines": {
|
7
|
+
"node": ">=10"
|
8
|
+
},
|
9
|
+
"cssConfig": {
|
10
|
+
"prefix": ""
|
11
|
+
},
|
12
|
+
"scripts": {
|
13
|
+
"start": "gulp build",
|
14
|
+
"build:prod": "gulp build",
|
15
|
+
"prepublish": "yarn build:prod",
|
16
|
+
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example",
|
17
|
+
"publish:css": "cd packages/css && yarn publish --access public"
|
18
|
+
},
|
19
|
+
"browserslist": [
|
20
|
+
"> 3%",
|
21
|
+
"last 2 versions"
|
22
|
+
],
|
23
|
+
"style": "./dist/index.css",
|
24
|
+
"dependencies": {
|
25
|
+
"@entit/digit-ui-css": "2.0.0",
|
26
|
+
"node-sass": "4.14.1",
|
27
|
+
"normalize.css": "8.0.1",
|
28
|
+
"postcss-scss": "3.0.5",
|
29
|
+
"tailwindcss": "1.9.6"
|
30
|
+
},
|
31
|
+
"devDependencies": {
|
32
|
+
"autoprefixer": "10.4.4",
|
33
|
+
"cssnano": "4.1.11",
|
34
|
+
"gh-pages": "3.2.3",
|
35
|
+
"gulp": "4.0.2",
|
36
|
+
"gulp-clean": "0.4.0",
|
37
|
+
"gulp-clean-css": "4.3.0",
|
38
|
+
"gulp-livereload": "4.0.2",
|
39
|
+
"gulp-postcss": "9.0.1",
|
40
|
+
"gulp-rename": "2.0.0",
|
41
|
+
"gulp-sass": "4.1.1",
|
42
|
+
"postcss": "8.4.12",
|
43
|
+
"postcss-cli": "8.3.1",
|
44
|
+
"postcss-header": "2.0.0",
|
45
|
+
"postcss-import": "12.0.1",
|
46
|
+
"postcss-prefixer": "2.1.3",
|
47
|
+
"postcss-preset-env": "6.7.1",
|
48
|
+
"postcss-scss": "3.0.5",
|
49
|
+
"sass": "1.49.11"
|
50
|
+
},
|
51
|
+
"files": [
|
52
|
+
"dist/index.min.css",
|
53
|
+
"dist/index.css",
|
54
|
+
"svg/**/*.svg",
|
55
|
+
"img/**/*.png",
|
56
|
+
"src/**/*.scss",
|
57
|
+
"src/**/*.css"
|
58
|
+
],
|
59
|
+
"directories": {
|
60
|
+
"example": "example"
|
61
|
+
},
|
62
|
+
"author": "",
|
63
|
+
"description": ""
|
64
|
+
}
|
@@ -1,45 +1,111 @@
|
|
1
|
-
.CardBasedOptions{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
1
|
+
.CardBasedOptions{
|
2
|
+
box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
|
3
|
+
border-radius: 12px;
|
4
|
+
padding: 0px !important;
|
5
|
+
@apply bg-white mb-md px-sm py-md mx-sm rounded w-full;
|
6
|
+
.headContent{
|
7
|
+
@apply flex justify-between mb-lg;
|
8
|
+
h2{
|
9
|
+
@apply text-heading-s font-bold text-text-primary;
|
10
|
+
}
|
11
|
+
p{
|
12
|
+
@apply text-link text-primary-main font-medium cursor-pointer;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
.mainContent{
|
17
|
+
@apply flex justify-evenly;
|
18
|
+
|
19
|
+
.CardBasedOptionsMainChildOption{
|
20
|
+
width: 25%;
|
21
|
+
|
22
|
+
@apply text-center;
|
23
|
+
margin: auto;
|
24
|
+
.ChildOptionImageWrapper{
|
25
|
+
margin: auto !important;
|
26
|
+
background: rgba(244, 119, 56, 0.12);
|
27
|
+
mix-blend-mode: normal;
|
28
|
+
padding-top: 14px;
|
29
|
+
@apply h-12 w-12 rounded-full cursor-pointer;
|
30
|
+
svg{
|
31
|
+
height: 20px;
|
32
|
+
width: 20px;
|
33
|
+
fill: #a82227;
|
34
|
+
margin: auto;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
.ChildOptionName{
|
38
|
+
font-size: 12px;
|
39
|
+
line-height: 14px;
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
@screen dt{
|
46
|
+
.CardBasedOptions{
|
47
|
+
width: calc( 50% - 16px );
|
48
|
+
padding: 0px !important;
|
49
|
+
height: 250px !important;
|
50
|
+
}
|
51
|
+
}
|
52
|
+
.citizen .ServicesSection .CardBasedOptions:nth-child(odd){
|
53
|
+
.employeeCustomCard{
|
54
|
+
background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png");
|
55
|
+
background-size: cover
|
56
|
+
}
|
57
|
+
}
|
58
|
+
.citizen .ServicesSection .CardBasedOptions:nth-child(even){
|
59
|
+
.employeeCustomCard{
|
60
|
+
background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png");
|
61
|
+
background-size: cover
|
62
|
+
}
|
63
|
+
}
|
64
|
+
.citizen .employeeCustomCard {
|
65
|
+
border-radius: 10px;
|
66
|
+
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
|
67
|
+
background-size: cover;
|
68
|
+
.employeeCustomCard {
|
69
|
+
border-radius: 10px;
|
70
|
+
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
|
71
|
+
background-size: cover;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
.employee-card-banner{
|
75
|
+
background-color: white;
|
76
|
+
width: 88%;
|
77
|
+
height: 60%;
|
78
|
+
bottom: 0px;
|
79
|
+
position: absolute;
|
80
|
+
margin-bottom: -10%;
|
81
|
+
left: 6%;
|
82
|
+
box-shadow: 1px 5px 6px 0px #e3e4e3;
|
83
|
+
border-radius: 10px;
|
84
|
+
}
|
85
|
+
.citizen .employee-card-banner{
|
86
|
+
margin-bottom: -5% !important;
|
87
|
+
height: 65% !important;
|
88
|
+
}
|
89
|
+
.text-employee-card{
|
90
|
+
font-size: 1.5rem;
|
91
|
+
font-weight: 700;
|
92
|
+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
93
|
+
position: absolute;
|
94
|
+
top:10%;
|
95
|
+
padding-left: 10%;
|
96
|
+
color: white !important;
|
97
|
+
|
98
|
+
}
|
99
|
+
.citizen .employee-card-banner .citizenAllServiceGrid{
|
100
|
+
display: flex-root !important;
|
101
|
+
height: 100% !important;
|
102
|
+
}
|
103
|
+
|
104
|
+
@media screen and (min-width: 300px) {
|
105
|
+
.CardBasedOptions {
|
106
|
+
height: 200px;
|
107
|
+
}
|
108
|
+
.employeeCustomCard{
|
109
|
+
font-size: 1rem;
|
110
|
+
}
|
45
111
|
}
|
@@ -1,47 +1,58 @@
|
|
1
|
-
.CitizenHomeCard{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
1
|
+
.CitizenHomeCard{
|
2
|
+
|
3
|
+
@apply bg-white mx-md p-md mb-lg;
|
4
|
+
|
5
|
+
.header{
|
6
|
+
@apply flex font-bold text-heading-l text-text-primary justify-between pb-sm;
|
7
|
+
|
8
|
+
svg{
|
9
|
+
width: 33px;
|
10
|
+
height: 33px;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
|
14
|
+
.links{
|
15
|
+
|
16
|
+
@apply text-heading-s text-primary-main;
|
17
|
+
|
18
|
+
a{
|
19
|
+
@apply block pb-sm;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
@screen dt{
|
25
|
+
|
26
|
+
.citizenAllServiceGrid{
|
27
|
+
display: flex-root !important;
|
28
|
+
@apply grid grid-cols-2 gap-4;
|
29
|
+
}
|
30
|
+
.links{
|
31
|
+
display: grid;
|
32
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
33
|
+
grid-gap: 1px;
|
34
|
+
gap: 1px;
|
35
|
+
}
|
36
|
+
|
37
|
+
.CitizenHomeCard{
|
38
|
+
padding: 16px !important;
|
39
|
+
margin-right:16px !important;
|
40
|
+
display:block !important;
|
41
|
+
box-shadow: rgb(50 50 93 / 18%) 0px 50px 100px -20px, rgb(0 0 0 / 16%) 0px 30px 60px -30px, rgb(10 37 64 / 17%) 0px -2px 6px 0px inset;
|
42
|
+
@apply inline-block mr-lg p-lg align-top;
|
43
|
+
.header{
|
44
|
+
@apply pb-lg text-heading-l-dt;
|
45
|
+
svg{
|
46
|
+
@apply w-12 h-12;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
.links{
|
51
|
+
|
52
|
+
a{
|
53
|
+
|
54
|
+
@apply pb-md
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
47
58
|
}
|
@@ -1,17 +1,17 @@
|
|
1
|
-
.ellipsis-menu-wrap{
|
2
|
-
@apply relative;
|
3
|
-
|
4
|
-
.menu{
|
5
|
-
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);
|
6
|
-
@apply absolute right-0 bg-white z-30;
|
7
|
-
.item{
|
8
|
-
@apply flex items-center justify-between p-sm;
|
9
|
-
&:hover{
|
10
|
-
@apply bg-grey-mid cursor-pointer;
|
11
|
-
}
|
12
|
-
svg {
|
13
|
-
margin-right: 10px;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
}
|
1
|
+
.ellipsis-menu-wrap{
|
2
|
+
@apply relative;
|
3
|
+
|
4
|
+
.menu{
|
5
|
+
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);
|
6
|
+
@apply absolute right-0 bg-white z-30;
|
7
|
+
.item{
|
8
|
+
@apply flex items-center justify-between p-sm;
|
9
|
+
&:hover{
|
10
|
+
@apply bg-grey-mid cursor-pointer;
|
11
|
+
}
|
12
|
+
svg {
|
13
|
+
margin-right: 10px;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
17
17
|
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
.EventCalendarView{
|
2
|
-
.MonthViewInEventCalendar{
|
3
|
-
@apply bg-primary-main text-legend text-white font-medium text-center py-sm;
|
4
|
-
}
|
5
|
-
|
6
|
-
.DateViewInEventCalendar{
|
7
|
-
@apply bg-grey-mid text-heading-l font-bold text-primary-main text-center py-md;
|
8
|
-
}
|
9
|
-
|
1
|
+
.EventCalendarView{
|
2
|
+
.MonthViewInEventCalendar{
|
3
|
+
@apply bg-primary-main text-legend text-white font-medium text-center py-sm;
|
4
|
+
}
|
5
|
+
|
6
|
+
.DateViewInEventCalendar{
|
7
|
+
@apply bg-grey-mid text-heading-l font-bold text-primary-main text-center py-md;
|
8
|
+
}
|
9
|
+
|
10
10
|
}
|
@@ -0,0 +1,64 @@
|
|
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,72 +1,72 @@
|
|
1
|
-
.OnGroundEventCard{
|
2
|
-
box-shadow: 0px 1px 2px 0px #00000029;
|
3
|
-
@apply bg-white mx-sm mb-md p-md cursor-pointer;
|
4
|
-
|
5
|
-
.EventCalendarView{
|
6
|
-
width: 100px;
|
7
|
-
@apply inline-block mr-md;
|
8
|
-
}
|
9
|
-
|
10
|
-
.EventDetails{
|
11
|
-
width: calc( 100% - 116px );
|
12
|
-
@apply inline-block align-top;
|
13
|
-
|
14
|
-
h2{
|
15
|
-
@apply text-caption-m font-bold mb-md text-text-primary;
|
16
|
-
}
|
17
|
-
|
18
|
-
.EventLocation{
|
19
|
-
@apply flex mb-md;
|
20
|
-
svg{
|
21
|
-
@apply h-4 w-4;
|
22
|
-
}
|
23
|
-
p{
|
24
|
-
@apply text-body-s text-text-primary ml-sm;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.EventTime{
|
29
|
-
@apply flex ;
|
30
|
-
svg{
|
31
|
-
@apply h-4 w-4;
|
32
|
-
}
|
33
|
-
p{
|
34
|
-
@apply text-body-s text-text-primary ml-sm;
|
35
|
-
}
|
36
|
-
}
|
37
|
-
|
38
|
-
.EventCategory{
|
39
|
-
p{
|
40
|
-
@apply text-body-s text-text-primary ;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
|
44
|
-
}
|
45
|
-
|
46
|
-
|
47
|
-
}
|
48
|
-
|
49
|
-
@screen dt{
|
50
|
-
.OnGroundEventCard{
|
51
|
-
.EventDetails{
|
52
|
-
.EventLocation{
|
53
|
-
p{
|
54
|
-
@apply text-body-s-dt;
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
.EventTime{
|
59
|
-
p{
|
60
|
-
@apply text-body-s-dt;
|
61
|
-
}
|
62
|
-
}
|
63
|
-
|
64
|
-
.EventCategory{
|
65
|
-
p{
|
66
|
-
@apply text-body-s-dt;
|
67
|
-
}
|
68
|
-
}
|
69
|
-
|
70
|
-
}
|
71
|
-
}
|
1
|
+
.OnGroundEventCard{
|
2
|
+
box-shadow: 0px 1px 2px 0px #00000029;
|
3
|
+
@apply bg-white mx-sm mb-md p-md cursor-pointer;
|
4
|
+
|
5
|
+
.EventCalendarView{
|
6
|
+
width: 100px;
|
7
|
+
@apply inline-block mr-md;
|
8
|
+
}
|
9
|
+
|
10
|
+
.EventDetails{
|
11
|
+
width: calc( 100% - 116px );
|
12
|
+
@apply inline-block align-top;
|
13
|
+
|
14
|
+
h2{
|
15
|
+
@apply text-caption-m font-bold mb-md text-text-primary;
|
16
|
+
}
|
17
|
+
|
18
|
+
.EventLocation{
|
19
|
+
@apply flex mb-md;
|
20
|
+
svg{
|
21
|
+
@apply h-4 w-4;
|
22
|
+
}
|
23
|
+
p{
|
24
|
+
@apply text-body-s text-text-primary ml-sm;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
.EventTime{
|
29
|
+
@apply flex ;
|
30
|
+
svg{
|
31
|
+
@apply h-4 w-4;
|
32
|
+
}
|
33
|
+
p{
|
34
|
+
@apply text-body-s text-text-primary ml-sm;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
.EventCategory{
|
39
|
+
p{
|
40
|
+
@apply text-body-s text-text-primary ;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
}
|
45
|
+
|
46
|
+
|
47
|
+
}
|
48
|
+
|
49
|
+
@screen dt{
|
50
|
+
.OnGroundEventCard{
|
51
|
+
.EventDetails{
|
52
|
+
.EventLocation{
|
53
|
+
p{
|
54
|
+
@apply text-body-s-dt;
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
.EventTime{
|
59
|
+
p{
|
60
|
+
@apply text-body-s-dt;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
64
|
+
.EventCategory{
|
65
|
+
p{
|
66
|
+
@apply text-body-s-dt;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
}
|
71
|
+
}
|
72
72
|
}
|