-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7619a25
commit 3de9b6f
Showing
13 changed files
with
171 additions
and
20 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
@use '@scssutils' as *; | ||
|
||
#enrollment-data-verification-card { | ||
padding: 0 20px; | ||
|
||
@include media-breakpoint-up(lg) { | ||
padding: 50px 40px; | ||
} | ||
|
||
& > h3 { | ||
margin-bottom: 15px; | ||
} | ||
|
||
& > .message-box { | ||
margin-bottom: 15px; | ||
} | ||
|
||
& > form { | ||
box-sizing: border-box; | ||
width: 100%; | ||
padding: 25px 0; | ||
display: flex; | ||
flex-flow: column; | ||
align-items: center; | ||
justify-content: center; | ||
row-gap: 36px; | ||
|
||
& > .row { | ||
display: flex; | ||
flex-flow: row wrap; | ||
align-items: flex-start; | ||
align-content: flex-start; | ||
justify-content: space-between; | ||
width: 100%; | ||
row-gap: 36px; | ||
|
||
& > * { | ||
width: 100%; | ||
max-width: 250px; | ||
} | ||
|
||
& > .item { | ||
& > label { | ||
user-select: none; | ||
display: block; | ||
@include typography(app-wizard-1); | ||
|
||
color: var(--text-body-tertiary); | ||
margin-bottom: 8px; | ||
padding: 0; | ||
} | ||
& > p { | ||
@include typography(app-input); | ||
|
||
color: var(--text-body-primary); | ||
} | ||
} | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,9 @@ | |
.toggle { | ||
margin-bottom: 25px; | ||
} | ||
|
||
& > .btn { | ||
width: 100%; | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@use '@scssutils' as *; | ||
|
||
#enrollment-password-card { | ||
width: 100%; | ||
max-width: 650px; | ||
padding: 50px 40px; | ||
|
||
& > h3 { | ||
margin-bottom: 40px; | ||
} | ||
|
||
& > form { | ||
display: flex; | ||
flex-flow: column; | ||
width: 100%; | ||
row-gap: 15px; | ||
|
||
& > * { | ||
width: 100%; | ||
} | ||
} | ||
} |
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
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
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