BasicOIDC/assets/css/base_settings_page.css
Pierre HUBERT d087c5629d
All checks were successful
continuous-integration/drone/push Build is passing
Update Bootstrap to version 5.3.3
2024-03-29 21:00:25 +01:00

23 lines
277 B
CSS

html {
width: 100%;
height: 100%;
}
body {
display: flex;
flex-direction: row;
height: 100%;
}
.page_body {
padding: 3rem;
overflow-y: scroll;
}
.nav-link.link-dark {
color: white !important;
}
.form-control::placeholder {
color: #555;
}