keycloak-demo-frontend/src/components/Base/GifLoader/index.module.css

13 lines
213 B
CSS

/* Component Style */
:local(.gifLoaderContainer) {
width: 180px;
height: 180px;
position: relative;
}
:local(.gifLoaderStyle) {
width: 100%;
height: 100%;
position: relative;
object-fit: contain;
}