Skip to content

Commit

Permalink
Add data loading banner styles into the common style sheet
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 659857397
  • Loading branch information
zzzaries authored and copybara-github committed Aug 6, 2024
1 parent a55bed3 commit 8250913
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions frontend/app/styles/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,24 @@ mat-option {
overflow-wrap: break-word;
}

// TODO(css-cleanup): Remove redundant styles in component's css files for loading spinner.
mat-progress-bar {
width: 200px;
margin: 0 auto;
}

.loading-message {
width: fit-content;
margin: 0 auto;
}

.progress-container {
position: absolute;
width: 100%;
margin: 300px 0;
z-index: 1;
}

@mixin overview-card {
box-shadow: none !important;
margin: 8px;
Expand Down

0 comments on commit 8250913

Please sign in to comment.