Skip to content

Commit

Permalink
Added bold font for text
Browse files Browse the repository at this point in the history
  • Loading branch information
execut committed Jul 12, 2019
1 parent c73c0ce commit 27b93df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/LoadingOverlay.css
Expand Up @@ -12,7 +12,10 @@
left: 0;
right: 0;
z-index: 10;
background: rgba(255,255,255,0.4);
background: rgba(255, 255, 255, 0.4);
}
.loading-overlay .loading-text {
font-weight: bold;
}
.loading-spinner {
position: absolute;
Expand Down
3 changes: 3 additions & 0 deletions assets/LoadingOverlay.less
Expand Up @@ -14,6 +14,9 @@
right: 0;
z-index: 10;
background: rgba(255, 255, 255, 0.4);
.loading-text {
font-weight: bold;
}
}
.loading-spinner {
position: absolute;
Expand Down

0 comments on commit 27b93df

Please sign in to comment.