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

16 lines
270 B
CSS

/* Component Style */
:local(.homeContainer) {
width: 100%;
height: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
:local(.homeInfoContainer) {
position: relative;
}
:local(.homeInfoItem) {
margin-bottom: 8px;
}