0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

refactor(console): replace the text-filed css with mixin in the application create form (#353)

This commit is contained in:
Xiao Yijun 2022-03-10 13:17:55 +08:00 committed by GitHub
parent 33fa309064
commit c67cf2b2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
}
.textField {
max-width: 556px;
@include _.form-text-field;
}
.submit {