UX Improvements for Home page and Accessibility Statement page
This commit is contained in:
36
static/css/store_product_permutation.css
Normal file
36
static/css/store_product_permutation.css
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
th, td {
|
||||
min-width: fit-content;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.category {
|
||||
width: 20%;
|
||||
}
|
||||
.product {
|
||||
width: 20%;
|
||||
}
|
||||
.variations {
|
||||
width: 20%;
|
||||
}
|
||||
.quantity-stock {
|
||||
width: 8%;
|
||||
}
|
||||
.quantity-min {
|
||||
width: 8%;
|
||||
}
|
||||
.quantity-max {
|
||||
width: 8%;
|
||||
}
|
||||
.cost-local {
|
||||
width: 16%;
|
||||
}
|
||||
|
||||
.row-new {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
textarea, select, input {
|
||||
width: 100% !important;
|
||||
}
|
||||
Reference in New Issue
Block a user