1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Use consistent font size for modal top right Close links (#10000)

This commit is contained in:
David Walsh 2020-12-10 12:02:57 -06:00 committed by GitHub
parent 4350a1422e
commit 07c5527b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
color: #4eade7;
position: absolute;
font-size: 0.75rem;
top: 4px;
right: 16px;
cursor: pointer;

View File

@ -21,6 +21,7 @@
position: absolute;
right: 1rem;
width: min-content;
font-size: 0.75rem;
}
}