mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-12 22:50:06 +00:00
20 lines
309 B
SCSS
20 lines
309 B
SCSS
.button-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 16px;
|
|
|
|
.loading-spinner {
|
|
margin: 0 8px;
|
|
}
|
|
|
|
.submit-button {
|
|
padding: 10px;
|
|
min-height: 80px;
|
|
font-size: 2em;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
}
|