mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-23 01:20:03 +02:00
25 lines
475 B
CSS
25 lines
475 B
CSS
body {
|
|
min-width: 576px;
|
|
max-width: 1200px;
|
|
}
|
|
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;
|
|
right: 20;
|
|
}
|
|
/* .toastContainer {
|
|
position: fixed;
|
|
} */
|
|
.notificationToast {
|
|
background-color: rgba(114, 214, 253, 0.5) !important;
|
|
}
|
|
.exceptionToast {
|
|
background-color: rgba(216, 41, 18, 0.678) !important;
|
|
} |