Files
squeezelite-esp32/components/wifi-manager/webapp/src/sass/utils/_style.css
Sebastien L 15c0e47ae3 Network WIP
2022-01-20 13:43:23 -05:00

25 lines
334 B
CSS

body {
min-height: 100vh;
}
.border-bottom {
border-width:3px !important;
}
.xl { font-size: 1.5em; line-height: 1em; vertical-align: -.075em; }
.border-top {
border-width:3px !important;
}
tr.hide {
display: none;
}
.rebooting {
display: none;
}
td.value {
width: 80%;
}
#boot-div {
float: right;
}