keycloak-demo-frontend/src/components/Pages/OAuth/index.module.css

11 lines
162 B
CSS

/* Component Style */
:local(.oAuthContainer) {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
background: white;
z-index: 100;
}