wlan-ap-Telecominfraproject/feeds/ucentral/uspot/files/www-uspot/css/captive-portal.css
John Crispin baaa31f445 uspot: add advanced captive http components
Signed-off-by: John Crispin <john@phrozen.org>
2022-08-23 15:09:35 +02:00

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;
}