mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: resolve login page form input display issue (#1252)
* fix: fix the login page console issue * fix: fix the login page form input display issue * Update useDark.ts --------- Co-authored-by: Jiankang Li <lijiankang@scutech.com> Co-authored-by: Hakadao <a578457889743@gmail.com>
This commit is contained in:
@@ -1,4 +1,20 @@
|
||||
.bewly-design.loginPage {
|
||||
.login-pwd,
|
||||
.tab-sms {
|
||||
.tab__form,
|
||||
.btn_wp {
|
||||
width: 420px;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-sms {
|
||||
.btn_wp {
|
||||
.btn_primary {
|
||||
width: 420px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #region theme color adaption part
|
||||
// Increase the priority of the style inside by writing a non-existent selector in :not()
|
||||
:not(foobar) {
|
||||
|
||||
Reference in New Issue
Block a user