mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
43 lines
851 B
CSS
43 lines
851 B
CSS
body {
|
|
min-width: 576px;
|
|
max-width: 2000px;
|
|
}
|
|
input.instantUpdate {
|
|
background-color: rgba(255, 0, 0, 0.1);
|
|
}
|
|
|
|
.numberComponentButton {
|
|
padding: 0.15em 6px !important;
|
|
font-size: 0.70rem !important;
|
|
}
|
|
.navbarOffset {
|
|
padding-top: 60px !important;
|
|
}
|
|
.toastContainer {
|
|
position: fixed !important;
|
|
padding: 5px;
|
|
}
|
|
.debugToast, .infoToast {
|
|
background-color: rgba(114, 214, 253, 0.5) !important;
|
|
}
|
|
.warningToast {
|
|
background-color: rgba(255, 181, 44, 0.603) !important;
|
|
}
|
|
.errorToast, .criticalToast {
|
|
background-color: rgba(216, 41, 18, 0.678) !important;
|
|
}
|
|
.buttonComponent {
|
|
float: left !important;
|
|
margin-right: 10px !important;
|
|
}
|
|
.stringComponent {
|
|
float: left !important;
|
|
margin-right: 10px !important;
|
|
}
|
|
.numberComponent {
|
|
float: left !important;
|
|
margin-right: 10px !important;
|
|
width: 270px !important;
|
|
}
|
|
|