mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
9 lines
158 B
SCSS
9 lines
158 B
SCSS
.transaction-icon {
|
|
&__grey-circle {
|
|
height: 28px;
|
|
width: 28px;
|
|
border-radius: 14px;
|
|
background: var(--color-background-alternative);
|
|
}
|
|
}
|