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:
parent
a7adfb463a
commit
cc4c4dcaa5
1 changed files with 3 additions and 2 deletions
|
@ -95,14 +95,15 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 20px;
|
||||
font-size: 14px/20px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
font-weight: 500;
|
||||
color: #928F9A;
|
||||
}
|
||||
|
||||
.signature svg {
|
||||
margin-left: 4px;
|
||||
height: 20px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.placeHolder {
|
||||
|
|
Loading…
Add table
Reference in a new issue