|
|
@ -172,8 +172,6 @@ |
|
|
|
left: 0px; |
|
|
|
top: 0px; |
|
|
|
transform: none; |
|
|
|
width: auto; |
|
|
|
height: auto; |
|
|
|
margin: 0em; |
|
|
|
will-change: background-position, transform; |
|
|
|
overflow: hidden; |
|
|
@ -185,6 +183,10 @@ |
|
|
|
background-size: @contentLoadingGradientWidth 100%; |
|
|
|
max-width: @contentLoaderMaxWidth; |
|
|
|
} |
|
|
|
.ui.content.content.loader { |
|
|
|
width: auto; |
|
|
|
height: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.content.loader, |
|
|
|
.ui.content.loader > :before, |
|
|
|