mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
247659ca65
* Nix notification for Share Address * Add Connections settings tab in place of privacy mode toggle * Split ProviderApprovalController into two stores * Remove privacyMode feature flag altogether * Add migration to remove privacyMode feature flag
15 lines
205 B
SCSS
15 lines
205 B
SCSS
.connected-site-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
&__origin {
|
|
font-family: monospace;
|
|
}
|
|
|
|
&__delete {
|
|
padding: 8px;
|
|
}
|
|
}
|