up styles, handle owner of products on controllers

This commit is contained in:
Tykayn 2025-02-26 16:33:36 +01:00 committed by tykayn
parent 457cafdaef
commit e973573fd7
33 changed files with 773 additions and 818 deletions

View file

@ -1,3 +1,5 @@
@use "custom_vars";
.current-selling {
ul {
list-style-type: none;
@ -17,7 +19,7 @@ table {
}
.btn-primary {
background: $deepblue;
background: custom_vars.$deepblue;
}
.product-box {