Files

8 lines
101 B
SCSS
Raw Permalink Normal View History

.SimpleButton {
display: flex;
align-items: center;
> .Spinner {
margin-right: 16px;
}
}