mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-21 19:31:55 +00:00
19 lines
274 B
CSS
19 lines
274 B
CSS
.portal {
|
|
display: flex;
|
|
flex-direction: row;
|
|
min-height: 100vh;
|
|
background-color: #ebedef;
|
|
}
|
|
|
|
.align-items-center {
|
|
align-items: center!important;
|
|
}
|
|
|
|
.flex-row {
|
|
flex-direction: row!important;
|
|
}
|
|
|
|
.justify-content-center {
|
|
justify-content: center!important;
|
|
}
|