feat: Update "Change Email" and "Change Password" modal designs (#714)
* feat: Add new utility classes * feat: Update "Change Email" modal design * feat: Use .sk-input.contrast className to mimic password wizard inputs * feat: Add explicit labels to password wizard inputs * feat: Make button sizing consistent * refactor: Remove unused dependencies * refactor: Remove unused component
This commit is contained in:
@@ -427,6 +427,12 @@
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.sn-component .px-4\.5,
|
||||
.sn-component .sk-panel .px-4\.5 {
|
||||
padding-left: 1.375rem;
|
||||
padding-right: 1.375rem;
|
||||
}
|
||||
|
||||
.px-9 {
|
||||
padding-left: 2.25rem;
|
||||
padding-right: 2.25rem;
|
||||
@@ -648,3 +654,7 @@
|
||||
.list-style-none {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.rounded-0\.5 {
|
||||
border-radius: 0.125rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user