✏️ Code clean

This commit is contained in:
SebClem 2021-01-08 19:45:41 +01:00
parent 2e110ae9ac
commit f7ebd6a9e0
3 changed files with 4 additions and 25 deletions

View File

@ -1,15 +1,11 @@
.navbar{ .navbar {
background-color: #0091ea ; background-color: #0091ea;
} }
#header-box{
#header-box {
min-height: 160px; min-height: 160px;
} }
.btn .bi::before{
vertical-align: middle ;
}
.toast-container { .toast-container {
position: fixed; position: fixed;
z-index: 1055; z-index: 1055;

View File

@ -194,12 +194,6 @@ function listeners() {
else else
div.addClass("invisible"); div.addClass("invisible");
}); });
$('#confirm-restore').click(function () {
restore(to_restore);
});
} }
function restore(id) { function restore(id) {

View File

@ -43,14 +43,3 @@ input[type="time"]::-webkit-calendar-picker-indicator {
filter: invert(63%) sepia(23%) saturate(819%) hue-rotate(358deg) brightness(88%) contrast(91%); filter: invert(63%) sepia(23%) saturate(819%) hue-rotate(358deg) brightness(88%) contrast(91%);
} }
//.form-switch .form-check-input{
// //background-color: $white;
// border-color: $white;
// color: $white;
//}
//
//.form-check-input:checked{
// background-color: $accent;
// border-color: $accent;
//}