mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Approval screen: Center justify address display content (#12639)
* Approval screen: Center justify address display content * Removing width prop
This commit is contained in:
parent
22468ffdb1
commit
d4176a5e10
@ -34,11 +34,11 @@
|
|||||||
&__address-display-content {
|
&__address-display-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
width: 50%;
|
|
||||||
padding: 12px 12px 14px 12px;
|
padding: 12px 12px 14px 12px;
|
||||||
background-color: $ui-1;
|
background-color: $ui-1;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__siteimage-identicon {
|
&__siteimage-identicon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user