mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
style(experience): add border radius for totp qr code (#4779)
This commit is contained in:
parent
8798432a24
commit
aa375f906f
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
.qrCode {
|
||||
border: 1px solid var(--color-line-divider);
|
||||
border-radius: var(--radius);
|
||||
overflow: hidden;
|
||||
margin: _.unit(4);
|
||||
height: 136px;
|
||||
width: 136px;
|
||||
|
|
Loading…
Reference in a new issue