@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
@@ -1,22 +1,115 @@
|
|
1
|
-
.InboxComposerWrapper{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
}
|
8
|
-
|
9
|
-
.inboxPopupMobileWrapper{
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}
|
22
|
-
|
1
|
+
.InboxComposerWrapper {
|
2
|
+
.form-field-flex-one {
|
3
|
+
.form-field {
|
4
|
+
@apply flex-1;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
}
|
8
|
+
|
9
|
+
.inboxPopupMobileWrapper {
|
10
|
+
@apply block p-md w-full overflow-scroll;
|
11
|
+
.submit {
|
12
|
+
@apply flex left-0 w-full px-xl items-center flex-row-reverse !important;
|
13
|
+
}
|
14
|
+
.form-field {
|
15
|
+
margin: 0 !important;
|
16
|
+
@apply w-full;
|
17
|
+
}
|
18
|
+
.InboxMobilePopupCloseButtonWrapper {
|
19
|
+
@apply flex flex-row-reverse;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
@screen dt {
|
24
|
+
.InboxComposerWrapper {
|
25
|
+
grid-template-columns: calc(25% - 32px) 75%;
|
26
|
+
@apply grid gap-x-8 gap-y-6;
|
27
|
+
}
|
28
|
+
|
29
|
+
.wns-inbox-composer {
|
30
|
+
.filter-form {
|
31
|
+
height: fit-content;
|
32
|
+
}
|
33
|
+
|
34
|
+
.wns-search-field {
|
35
|
+
width: 30% !important;
|
36
|
+
.field-container {
|
37
|
+
}
|
38
|
+
}
|
39
|
+
.form-field {
|
40
|
+
width: 100% !important;
|
41
|
+
}
|
42
|
+
|
43
|
+
.SubmitAndClearAllContainer {
|
44
|
+
width: 100%;
|
45
|
+
display: flex;
|
46
|
+
justify-content: end;
|
47
|
+
align-items: center;
|
48
|
+
.clear-search {
|
49
|
+
width: 30%;
|
50
|
+
display: inline-block;
|
51
|
+
vertical-align: middle;
|
52
|
+
text-align: right;
|
53
|
+
cursor: pointer;
|
54
|
+
p {
|
55
|
+
padding: 1rem;
|
56
|
+
color: rgb(244, 119, 56);
|
57
|
+
text-align: end;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
.submit {
|
61
|
+
width: 30% !important;
|
62
|
+
margin-left: unset !important;
|
63
|
+
button {
|
64
|
+
width: 100% !important;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
.search-form-wns-inbox {
|
71
|
+
.clear-search-container {
|
72
|
+
grid-column: 2/3;
|
73
|
+
text-align: right;
|
74
|
+
.clear-search {
|
75
|
+
width: 100%;
|
76
|
+
color: rgb(244, 119, 56);
|
77
|
+
}
|
78
|
+
}
|
79
|
+
button {
|
80
|
+
width: 100%;
|
81
|
+
}
|
82
|
+
|
83
|
+
.filter-form {
|
84
|
+
height: fit-content;
|
85
|
+
}
|
86
|
+
|
87
|
+
.search-complaint-container {
|
88
|
+
flex-direction: column;
|
89
|
+
align-items: flex-start;
|
90
|
+
--bg-opacity: 1;
|
91
|
+
background-color: #fff;
|
92
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
93
|
+
padding: 16px;
|
94
|
+
display: unset;
|
95
|
+
flex-wrap: unset;
|
96
|
+
justify-content: unset;
|
97
|
+
margin-bottom: 0;
|
98
|
+
.complaint-input-container {
|
99
|
+
display: grid !important;
|
100
|
+
grid-template-columns: 33.33% 33.33% 33.33%;
|
101
|
+
}
|
102
|
+
.form-field {
|
103
|
+
width: 100%;
|
104
|
+
padding-right: 15px;
|
105
|
+
.clear-search {
|
106
|
+
padding-top: 10px;
|
107
|
+
}
|
108
|
+
}
|
109
|
+
}
|
110
|
+
.submit {
|
111
|
+
margin-top: 0;
|
112
|
+
right: 0;
|
113
|
+
}
|
114
|
+
}
|
115
|
+
}
|
@@ -0,0 +1,71 @@
|
|
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,33 +1,33 @@
|
|
1
|
-
.image-viewer-wrap {
|
2
|
-
@apply bg-text-primary p-md top-0 left-0 z-20 fixed w-full h-full;
|
3
|
-
|
4
|
-
svg {
|
5
|
-
top: 90px;
|
6
|
-
right: 16px;
|
7
|
-
@apply absolute h-6 w-6;
|
8
|
-
}
|
9
|
-
|
10
|
-
img {
|
11
|
-
margin-top: 40%;
|
12
|
-
@apply max-w-full h-auto;
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
@screen dt {
|
17
|
-
.image-viewer-wrap {
|
18
|
-
@apply flex fixed top-0 left-0 w-full h-full z-20 bg-text-primary p-md;
|
19
|
-
|
20
|
-
svg {
|
21
|
-
top: 90px;
|
22
|
-
right: 16px;
|
23
|
-
@apply absolute h-6 w-6;
|
24
|
-
}
|
25
|
-
|
26
|
-
img {
|
27
|
-
width: auto;
|
28
|
-
height: auto;
|
29
|
-
max-width: 640px;
|
30
|
-
margin: auto;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
}
|
1
|
+
.image-viewer-wrap {
|
2
|
+
@apply bg-text-primary p-md top-0 left-0 z-20 fixed w-full h-full;
|
3
|
+
|
4
|
+
svg {
|
5
|
+
top: 90px;
|
6
|
+
right: 16px;
|
7
|
+
@apply absolute h-6 w-6;
|
8
|
+
}
|
9
|
+
|
10
|
+
img {
|
11
|
+
margin-top: 40%;
|
12
|
+
@apply max-w-full h-auto;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
@screen dt {
|
17
|
+
.image-viewer-wrap {
|
18
|
+
@apply flex fixed top-0 left-0 w-full h-full z-20 bg-text-primary p-md;
|
19
|
+
|
20
|
+
svg {
|
21
|
+
top: 90px;
|
22
|
+
right: 16px;
|
23
|
+
@apply absolute h-6 w-6;
|
24
|
+
}
|
25
|
+
|
26
|
+
img {
|
27
|
+
width: auto;
|
28
|
+
height: auto;
|
29
|
+
max-width: 640px;
|
30
|
+
margin: auto;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -1,34 +1,35 @@
|
|
1
|
-
.info-banner-wrap {
|
2
|
-
@apply bg-link-normal bg-opacity-25 m-sm p-md;
|
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
|
-
}
|
1
|
+
.info-banner-wrap {
|
2
|
+
@apply bg-link-normal bg-opacity-25 m-sm p-md;
|
3
|
+
max-width: 960px;
|
4
|
+
|
5
|
+
background-color: #C7E0F1;
|
6
|
+
border-radius: 4px;
|
7
|
+
svg {
|
8
|
+
margin-top: 5px;
|
9
|
+
@apply rounded-full;
|
10
|
+
}
|
11
|
+
|
12
|
+
div {
|
13
|
+
@apply flex;
|
14
|
+
}
|
15
|
+
|
16
|
+
h2 {
|
17
|
+
@apply text-heading-m text-link-normal mb-md font-bold ml-sm;
|
18
|
+
}
|
19
|
+
|
20
|
+
p {
|
21
|
+
@apply text-body-l text-link-normal whitespace-pre-line;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
@screen dt {
|
26
|
+
.info-banner-wrap {
|
27
|
+
h2 {
|
28
|
+
@apply text-heading-m-dt;
|
29
|
+
}
|
30
|
+
|
31
|
+
p {
|
32
|
+
@apply text-body-l-dt;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
@@ -1,15 +1,15 @@
|
|
1
|
-
.input-otp-wrap {
|
2
|
-
@apply mb-lg;
|
3
|
-
|
4
|
-
input {
|
5
|
-
@apply border-2 border-solid border-input-border outline-none h-10 w-10 text-form-field text-text-primary mr-sm mb-sm text-center;
|
6
|
-
}
|
7
|
-
input::-webkit-outer-spin-button,
|
8
|
-
input::-webkit-inner-spin-button {
|
9
|
-
-webkit-appearance: none;
|
10
|
-
margin: 0;
|
11
|
-
}
|
12
|
-
input[type="number"] {
|
13
|
-
-moz-appearance: textfield;
|
14
|
-
}
|
15
|
-
}
|
1
|
+
.input-otp-wrap {
|
2
|
+
@apply mb-lg;
|
3
|
+
|
4
|
+
input {
|
5
|
+
@apply border-2 border-solid border-input-border outline-none h-10 w-10 text-form-field text-text-primary mr-sm mb-sm text-center;
|
6
|
+
}
|
7
|
+
input::-webkit-outer-spin-button,
|
8
|
+
input::-webkit-inner-spin-button {
|
9
|
+
-webkit-appearance: none;
|
10
|
+
margin: 0;
|
11
|
+
}
|
12
|
+
input[type="number"] {
|
13
|
+
-moz-appearance: textfield;
|
14
|
+
}
|
15
|
+
}
|
@@ -1,27 +1,27 @@
|
|
1
|
-
.key-note-pair {
|
2
|
-
@apply mb-md;
|
3
|
-
|
4
|
-
h3 {
|
5
|
-
margin-bottom: 4px;
|
6
|
-
@apply font-bold text-text-primary text-heading-s;
|
7
|
-
}
|
8
|
-
|
9
|
-
p {
|
10
|
-
@apply text-text-primary text-body-l;
|
11
|
-
}
|
12
|
-
|
13
|
-
.caption {
|
14
|
-
@apply text-body-l text-text-secondary;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
@screen dt {
|
19
|
-
.key-note-pair {
|
20
|
-
p {
|
21
|
-
@apply text-body-l-dt;
|
22
|
-
}
|
23
|
-
.caption {
|
24
|
-
@apply text-body-l-dt text-text-secondary;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
1
|
+
.key-note-pair {
|
2
|
+
@apply mb-md;
|
3
|
+
|
4
|
+
h3 {
|
5
|
+
margin-bottom: 4px;
|
6
|
+
@apply font-bold text-text-primary text-heading-s;
|
7
|
+
}
|
8
|
+
|
9
|
+
p {
|
10
|
+
@apply text-text-primary text-body-l;
|
11
|
+
}
|
12
|
+
|
13
|
+
.caption {
|
14
|
+
@apply text-body-l text-text-secondary;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
@screen dt {
|
19
|
+
.key-note-pair {
|
20
|
+
p {
|
21
|
+
@apply text-body-l-dt;
|
22
|
+
}
|
23
|
+
.caption {
|
24
|
+
@apply text-body-l-dt text-text-secondary;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
@@ -1,23 +1,24 @@
|
|
1
|
-
.language-selector {
|
2
|
-
@apply flex;
|
3
|
-
}
|
4
|
-
|
5
|
-
.language-selector div:not(:first-child) {
|
6
|
-
margin-left: 10px;
|
7
|
-
}
|
8
|
-
.bannerCard .language-button-container button{
|
9
|
-
width: 6.2rem;
|
10
|
-
height: 2.5rem;
|
11
|
-
}
|
12
|
-
.bannerCard .customBtn{
|
13
|
-
border-color: #
|
14
|
-
}
|
15
|
-
.bannerCard .customBtn:focus{
|
16
|
-
outline: none;
|
17
|
-
}
|
18
|
-
.bannerCard .customBtn-selected {
|
19
|
-
border-color: transparent;
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
1
|
+
.language-selector {
|
2
|
+
@apply flex flex-wrap;
|
3
|
+
}
|
4
|
+
|
5
|
+
.language-selector div:not(:first-child) {
|
6
|
+
margin-left: 10px;
|
7
|
+
}
|
8
|
+
.bannerCard .language-button-container button {
|
9
|
+
width: 6.2rem;
|
10
|
+
height: 2.5rem;
|
11
|
+
}
|
12
|
+
.bannerCard .customBtn {
|
13
|
+
border-color: #505a5f;
|
14
|
+
}
|
15
|
+
.bannerCard .customBtn:focus {
|
16
|
+
outline: none;
|
17
|
+
}
|
18
|
+
.bannerCard .customBtn-selected {
|
19
|
+
border-color: transparent;
|
20
|
+
background-color: #5a1166 !important;
|
21
|
+
}
|
22
|
+
.bannerCard .bannerHeader p {
|
23
|
+
font-size: 19px;
|
24
|
+
}
|
@@ -1,96 +1,96 @@
|
|
1
|
-
.page-loader,
|
2
|
-
.module-loader {
|
3
|
-
text-align: center;
|
4
|
-
}
|
5
|
-
|
6
|
-
.page-loader {
|
7
|
-
padding-top: 88px;
|
8
|
-
}
|
9
|
-
|
10
|
-
.module-loader {
|
11
|
-
padding: 16px;
|
12
|
-
}
|
13
|
-
|
14
|
-
@keyframes ldio-pjg92h09b2o {
|
15
|
-
0% {
|
16
|
-
transform: translate(-50%, -50%) rotate(0deg);
|
17
|
-
}
|
18
|
-
|
19
|
-
100% {
|
20
|
-
transform: translate(-50%, -50%) rotate(360deg);
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
.ldio-pjg92h09b2o div {
|
25
|
-
position: absolute;
|
26
|
-
width: 52px;
|
27
|
-
height: 52px;
|
28
|
-
border: 12px solid #22394d;
|
29
|
-
border-top-color: transparent;
|
30
|
-
border-radius: 50%;
|
31
|
-
}
|
32
|
-
|
33
|
-
.ldio-pjg92h09b2o div {
|
34
|
-
animation: ldio-pjg92h09b2o 1s linear infinite;
|
35
|
-
top: 50px;
|
36
|
-
left: 50px;
|
37
|
-
}
|
38
|
-
|
39
|
-
.loadingio-spinner-rolling-faewnb8ux8 {
|
40
|
-
width: 48px;
|
41
|
-
height: 48px;
|
42
|
-
display: inline-block;
|
43
|
-
overflow: hidden;
|
44
|
-
background: none;
|
45
|
-
}
|
46
|
-
|
47
|
-
.ldio-pjg92h09b2o {
|
48
|
-
width: 100%;
|
49
|
-
height: 100%;
|
50
|
-
position: relative;
|
51
|
-
transform: translateZ(0) scale(0.48);
|
52
|
-
backface-visibility: hidden;
|
53
|
-
transform-origin: 0 0;
|
54
|
-
/* see note above */
|
55
|
-
}
|
56
|
-
|
57
|
-
.ldio-pjg92h09b2o div {
|
58
|
-
box-sizing: content-box;
|
59
|
-
}
|
60
|
-
|
61
|
-
/*
|
62
|
-
.loader {
|
63
|
-
position: absolute;
|
64
|
-
left: 50%;
|
65
|
-
top: 50%;
|
66
|
-
z-index: 1;
|
67
|
-
width: 80px;
|
68
|
-
height: 80px;
|
69
|
-
margin: -80px 0 0 -40px;
|
70
|
-
border: 8px solid #f3f3f3;
|
71
|
-
border-radius: 50%;
|
72
|
-
border-top-color: #3498db;
|
73
|
-
-webkit-animation: loader-spin 1s linear infinite;
|
74
|
-
animation: loader-spin 1s linear infinite;
|
75
|
-
}
|
76
|
-
|
77
|
-
@-webkit-keyframes loader-spin {
|
78
|
-
0% {
|
79
|
-
-webkit-transform: rotate(0deg);
|
80
|
-
}
|
81
|
-
|
82
|
-
100% {
|
83
|
-
-webkit-transform: rotate(360deg);
|
84
|
-
}
|
85
|
-
}
|
86
|
-
|
87
|
-
@keyframes loader-spin {
|
88
|
-
0% {
|
89
|
-
transform: rotate(0deg);
|
90
|
-
}
|
91
|
-
|
92
|
-
100% {
|
93
|
-
transform: rotate(360deg);
|
94
|
-
}
|
95
|
-
}
|
96
|
-
*/
|
1
|
+
.page-loader,
|
2
|
+
.module-loader {
|
3
|
+
text-align: center;
|
4
|
+
}
|
5
|
+
|
6
|
+
.page-loader {
|
7
|
+
padding-top: 88px;
|
8
|
+
}
|
9
|
+
|
10
|
+
.module-loader {
|
11
|
+
padding: 16px;
|
12
|
+
}
|
13
|
+
|
14
|
+
@keyframes ldio-pjg92h09b2o {
|
15
|
+
0% {
|
16
|
+
transform: translate(-50%, -50%) rotate(0deg);
|
17
|
+
}
|
18
|
+
|
19
|
+
100% {
|
20
|
+
transform: translate(-50%, -50%) rotate(360deg);
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
.ldio-pjg92h09b2o div {
|
25
|
+
position: absolute;
|
26
|
+
width: 52px;
|
27
|
+
height: 52px;
|
28
|
+
border: 12px solid #22394d;
|
29
|
+
border-top-color: transparent;
|
30
|
+
border-radius: 50%;
|
31
|
+
}
|
32
|
+
|
33
|
+
.ldio-pjg92h09b2o div {
|
34
|
+
animation: ldio-pjg92h09b2o 1s linear infinite;
|
35
|
+
top: 50px;
|
36
|
+
left: 50px;
|
37
|
+
}
|
38
|
+
|
39
|
+
.loadingio-spinner-rolling-faewnb8ux8 {
|
40
|
+
width: 48px;
|
41
|
+
height: 48px;
|
42
|
+
display: inline-block;
|
43
|
+
overflow: hidden;
|
44
|
+
background: none;
|
45
|
+
}
|
46
|
+
|
47
|
+
.ldio-pjg92h09b2o {
|
48
|
+
width: 100%;
|
49
|
+
height: 100%;
|
50
|
+
position: relative;
|
51
|
+
transform: translateZ(0) scale(0.48);
|
52
|
+
backface-visibility: hidden;
|
53
|
+
transform-origin: 0 0;
|
54
|
+
/* see note above */
|
55
|
+
}
|
56
|
+
|
57
|
+
.ldio-pjg92h09b2o div {
|
58
|
+
box-sizing: content-box;
|
59
|
+
}
|
60
|
+
|
61
|
+
/*
|
62
|
+
.loader {
|
63
|
+
position: absolute;
|
64
|
+
left: 50%;
|
65
|
+
top: 50%;
|
66
|
+
z-index: 1;
|
67
|
+
width: 80px;
|
68
|
+
height: 80px;
|
69
|
+
margin: -80px 0 0 -40px;
|
70
|
+
border: 8px solid #f3f3f3;
|
71
|
+
border-radius: 50%;
|
72
|
+
border-top-color: #3498db;
|
73
|
+
-webkit-animation: loader-spin 1s linear infinite;
|
74
|
+
animation: loader-spin 1s linear infinite;
|
75
|
+
}
|
76
|
+
|
77
|
+
@-webkit-keyframes loader-spin {
|
78
|
+
0% {
|
79
|
+
-webkit-transform: rotate(0deg);
|
80
|
+
}
|
81
|
+
|
82
|
+
100% {
|
83
|
+
-webkit-transform: rotate(360deg);
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
@keyframes loader-spin {
|
88
|
+
0% {
|
89
|
+
transform: rotate(0deg);
|
90
|
+
}
|
91
|
+
|
92
|
+
100% {
|
93
|
+
transform: rotate(360deg);
|
94
|
+
}
|
95
|
+
}
|
96
|
+
*/
|