Only display Wifi Settings if raspap is installed. Change_manager is now more standalone and can be run to monitor when settings.txt is last modified.
37 lines
No EOL
505 B
CSS
37 lines
No EOL
505 B
CSS
:root {
|
|
--bulma-navbar-tab-hover-background-color: #ffffff;
|
|
}
|
|
.butter-title {
|
|
text-align: center;
|
|
}
|
|
.butter-form-margin {
|
|
margin-right: 10px;
|
|
}
|
|
.butter-service {
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.butter-service__image {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.butter-service__content {
|
|
display: block;
|
|
}
|
|
|
|
.butter-centered {
|
|
align-content: center;
|
|
text-align: center;}
|
|
|
|
@media (max-width: 960px) {
|
|
html {
|
|
padding: 15px;
|
|
}
|
|
}
|
|
@media (max-width: 468px) {
|
|
|
|
.file-viewer-date-modified {
|
|
display: none;
|
|
}
|
|
|
|
} |