frontend: update style (fix button appearance)

This commit is contained in:
Mose Müller
2023-11-09 17:10:21 +01:00
parent dc1c7e80f4
commit 3cc6399f60
13 changed files with 38 additions and 26 deletions

View File

@ -12,14 +12,28 @@ input.instantUpdate {
}
.navbarOffset {
padding-top: 60px !important;
right: 20;
}
/* .toastContainer {
position: fixed;
} */
.toastContainer {
position: fixed !important;
padding: 5px;
}
.notificationToast {
background-color: rgba(114, 214, 253, 0.5) !important;
}
.exceptionToast {
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;
}