keycloak-demo-frontend/src/components/Layer/MainAppCheckView/index.module.css

11 lines
177 B
CSS

:local(.appCheckViewContainer) {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
display: flex;
justify-content: center;
align-items: center;
}