0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

style(core): fix power by logto font size (#3242)

This commit is contained in:
simeng-li 2023-02-28 13:54:58 +08:00 committed by GitHub
parent a7adfb463a
commit cc4c4dcaa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,14 +95,15 @@
display: flex; display: flex;
align-items: center; align-items: center;
margin-top: 20px; margin-top: 20px;
font-size: 14px/20px; font-size: 14px;
line-height: 20px;
font-weight: 500; font-weight: 500;
color: #928F9A; color: #928F9A;
} }
.signature svg { .signature svg {
margin-left: 4px; margin-left: 4px;
height: 20px; height: 18px;
} }
.placeHolder { .placeHolder {