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

10 lines
234 B
SCSS

.icon-border {
border-radius: 50%;
border: 1px solid var(--color-background-alternative);
background: var(--color-background-alternative);
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}