mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
18 lines
271 B
SCSS
18 lines
271 B
SCSS
.loading-indicator {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
position: relative;
|
|
height: 16px;
|
|
width: 16px;
|
|
margin-left: 5px;
|
|
|
|
&__spinner {
|
|
width: 27px;
|
|
height: 26px;
|
|
position: absolute;
|
|
top: -5px;
|
|
left: -6px;
|
|
}
|
|
}
|