mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
8 lines
101 B
SCSS
8 lines
101 B
SCSS
|
.SimpleButton {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
> .Spinner {
|
||
|
margin-right: 16px;
|
||
|
}
|
||
|
}
|