mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
24 lines
477 B
CSS
24 lines
477 B
CSS
.modelview-loadingComponent-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
.vs .modelview-loadingComponent-spinner {
|
|
content: url("loading.svg");
|
|
}
|
|
|
|
.vs-dark .modelview-loadingComponent-spinner,
|
|
.hc-black .modelview-loadingComponent-spinner {
|
|
content: url("loading_inverse.svg");
|
|
}
|
|
|
|
.modelview-loadingComponent-spinner {
|
|
height: 20px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.modelview-loadingComponent-content-loading {
|
|
display: none;
|
|
} |