mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up styles, handle owner of products on controllers
This commit is contained in:
parent
457cafdaef
commit
e973573fd7
33 changed files with 773 additions and 818 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue