add item edit page

This commit is contained in:
j3d1 2024-08-30 23:05:01 +02:00
parent b8f1942ab1
commit f01d513803
12 changed files with 707 additions and 0 deletions

View file

@ -9,6 +9,7 @@
.card-header {
background-color: map-get($theme-colors, background-1);
border-bottom: 0 solid transparent;
padding: 1rem 1.25rem;
}
.card-title {

View file

@ -0,0 +1,3 @@
.badge {
color: #fff;
}

View file

@ -90,6 +90,7 @@ $body-color: $gray-700;
@import "card";
@import "forms";
@import "tags";
#root, body, html {
height: 100%;