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 "../split/custom_vars";
body {
background: #F5F5F5;
font: 18px/1.5 sans-serif;
@ -23,7 +25,7 @@ p {
}
a {
color: $primary;
color: custom_vars.$primary;
}
a:hover {
@ -127,10 +129,10 @@ code {
}
.header-block {
background: $darkblue;
background: custom_vars.$darkblue;
.btn-default {
color: $grey;
color: custom_vars.$grey;
}
.btn {
@ -144,7 +146,7 @@ code {
}
#menu-dashboard .nav .logo-home.btn-default {
background: $darkblue;
background: custom_vars.$darkblue;
height: 52px;
font-size: 1em;
}