2022-04-04 15:39:23 +00:00
|
|
|
html {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page_body {
|
|
|
|
padding: 3rem;
|
2022-04-19 15:14:05 +00:00
|
|
|
overflow-y: scroll;
|
2024-03-29 20:00:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-link.link-dark {
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control::placeholder {
|
|
|
|
color: #555;
|
2022-04-04 15:39:23 +00:00
|
|
|
}
|