-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rework ca-wiz and add icons to menu for warnings
- Loading branch information
Showing
5 changed files
with
121 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
168 changes: 70 additions & 98 deletions
168
frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 29 additions & 32 deletions
61
frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,41 @@ | ||
.grid-wiz { | ||
--ion-grid-padding: 36px; | ||
height: 100% | ||
ion-content { | ||
--padding-top: 2.2rem; | ||
--padding-bottom: 2.2rem; | ||
--padding-start: 2.2rem; | ||
--padding-end: 2.2rem; | ||
} | ||
|
||
.wiz-icon { | ||
font-size: 84px; | ||
.title { | ||
font-size: 28px; | ||
font-weight: 600; | ||
} | ||
|
||
.wiz-card { | ||
background: #414141; | ||
margin: 24px; | ||
padding: 16px; | ||
height: 280px; | ||
border-radius: 16px; | ||
display: grid; | ||
|
||
& h2 { | ||
font-weight: 600; | ||
} | ||
.subtitle { | ||
font-size: 21px; | ||
line-height: 26px; | ||
margin-bottom: 30px; | ||
margin-top: 0; | ||
} | ||
|
||
.wiz-card-button { | ||
justify-self: center; | ||
white-space: normal; | ||
} | ||
ol { | ||
font-size: 17px; | ||
line-height: 25px; | ||
|
||
.wiz-spinner { | ||
width: 14px; | ||
height: 14px; | ||
} | ||
li { | ||
padding-bottom: 24px; | ||
} | ||
|
||
.disabled { | ||
filter: saturate(0.2) contrast(0.5) | ||
ion-button { | ||
margin-top: 8px; | ||
} | ||
} | ||
|
||
.wiz-step { | ||
margin-top: 4px; | ||
a { | ||
cursor: pointer; | ||
color: aquamarine; | ||
text-decoration: underline; | ||
} | ||
|
||
.inline-center { | ||
display: inline-flex; | ||
align-items: center; | ||
} | ||
.wiz-icon { | ||
font-size: 64px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters