mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-01-14 14:15:53 +00:00
fix error font size
This commit is contained in:
parent
e9e1af076b
commit
46415b1c8a
@ -100,7 +100,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nft-image {
|
.nft-image {
|
||||||
margin: 0 auto;
|
margin: 0 auto 12px;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@ -139,8 +139,9 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
.error {
|
.error {
|
||||||
|
font-size: 0.8rem;
|
||||||
background: red;
|
background: red;
|
||||||
padding: 8px;
|
padding: 4px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user