mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
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;
|
||
|
}
|
||
|
}
|