Skip to content

Commit e7323c4

Browse files
authored
Merge pull request #714 from ProgressPlanner/filip/new-onboard
New user onboarding
2 parents 5ad3b7e + 4f9dffc commit e7323c4

55 files changed

Lines changed: 6561 additions & 573 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/css/admin.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,24 @@ body.toplevel_page_progress-planner {
8080
margin-top: var(--prpl-padding);
8181
}
8282

83+
/*------------------------------------*\
84+
Styles for the container of the page when the privacy policy is not accepted.
85+
\*------------------------------------*/
86+
.prpl-pp-not-accepted {
87+
88+
.prpl-start-onboarding-container {
89+
display: flex;
90+
flex-direction: column;
91+
align-items: center;
92+
justify-content: center;
93+
gap: var(--prpl-padding);
94+
}
95+
96+
.prpl-start-onboarding-graphic {
97+
width: 250px;
98+
}
99+
}
100+
83101
/*------------------------------------*\
84102
Generic styles.
85103
\*------------------------------------*/

assets/css/onboard.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)