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

Fix send header cancel button alignment (#9812)

This commit is contained in:
Erik Marks 2020-11-05 15:04:01 -08:00 committed by GitHub
parent efd36adaac
commit bff982017b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
.send {
&__header {
position: relative;
display: flex;
justify-content: center;
background-color: $Grey-000;
border-bottom: none;
padding: 14px 0 3px 0;