Skip to content

Commit

Permalink
Visual adjustments to loading mask
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmrtns committed Dec 18, 2023
1 parent 20c331f commit bdb7e9b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions resources/scss/src/component/Base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,27 @@
}

.neo-masked {
position : relative;
font-family : inherit;
font-size : inherit;
font-weight : var(--button-text-font-weight);
position : relative;

.neo-load-mask {
position : absolute;
inset : 0;
background-color : inherit;
border-radius : inherit;
z-index : 4;
display : grid;
justify-content : center;
align-content : center;
overflow : clip;

.neo-load-mask-body {
display : flex;
flex-flow : row nowrap;
gap : 0.7em;
align-items : center;
display : flex;
flex-flow : row nowrap;
gap : 0.7em;

.fa-spinner {
width : 1em;
Expand Down

0 comments on commit bdb7e9b

Please sign in to comment.