Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmaye committed Sep 2, 2024
1 parent 76cefbc commit 81c578c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/scss/skin-super-modern/components/_loadingicon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
width: 2.5em;
display: block;


background-position: center;
background-repeat: no-repeat;
background-size: 4em;
background: url('../../assets/skin-super-modern/images/loader.svg');

&.#{prefix}-show {
display: block;
}
Expand All @@ -42,7 +36,7 @@
height: 100%;
}

* > &.#{prefix}-ui-loading-icon-image {
* > .#{prefix}-ui-loading-icon-image {
background-position: center;
background-repeat: no-repeat;
background-size: 4em;
Expand Down

0 comments on commit 81c578c

Please sign in to comment.