mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +00:00
feat(*): recreate package with new name
This commit is contained in:
19
sasjs-tests/src/TestSuiteRunner.scss
Normal file
19
sasjs-tests/src/TestSuiteRunner.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user