Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
feat: admin_products improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed Apr 22, 2024
1 parent 2064548 commit ba9315d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/css/admin_products.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ div#details_zone {
flex: 1 1 auto;
}

div#details_zone > div {
padding: 0.5vw;
}

div#details_zone * {
min-height: 100%;

Expand All @@ -107,4 +111,10 @@ div#details_zone div#product_details {

div#details_zone div#category_details {
background-color: rgba(0, 65, 30, 0.311);
}

/* Gap between fields */

div#details_zone div.product_details_field {
margin-bottom: 0.5vw;
}

0 comments on commit ba9315d

Please sign in to comment.