add item edit page
This commit is contained in:
parent
b8f1942ab1
commit
f01d513803
12 changed files with 707 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
3
frontend/src/scss/_tags.scss
Normal file
3
frontend/src/scss/_tags.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.badge {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
@ -90,6 +90,7 @@ $body-color: $gray-700;
|
|||
|
||||
@import "card";
|
||||
@import "forms";
|
||||
@import "tags";
|
||||
|
||||
#root, body, html {
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue