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

16 lines
270 B
CSS
Raw Normal View History

2021-09-06 10:00:03 +00:00
/* Component Style */
:local(.homeContainer) {
width: 100%;
height: 100%;
position: relative;
2021-09-08 09:27:03 +00:00
display: flex;
justify-content: center;
align-items: center;
}
:local(.homeInfoContainer) {
position: relative;
}
:local(.homeInfoItem) {
margin-bottom: 8px;
2021-09-06 10:00:03 +00:00
}