Skip to content

Commit

Permalink
Fixes css selector class
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Oct 30, 2023
1 parent 8501272 commit 99de465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background-color: inherit;
}

.5-rem {
.rem-5 {
width: 5rem;
height: 5rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ol id="<%= breadcrumb_id %>" class="breadcrumb breadcrumb-no-delimiter">
</ol>
<div class="d-flex justify-content-center">
<div id="loading-icon" class="spinner-border 5-rem" role="status">
<div id="loading-icon" class="spinner-border rem-5" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
Expand Down

0 comments on commit 99de465

Please sign in to comment.