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,7 +1,9 @@
@use "../split/custom_vars";
.main-section {
padding: 1rem;
display: flex;
color: $light;
color: custom_vars.$light;
justify-content: center;
h1 {
@ -9,7 +11,7 @@
}
h2 {
color: $light !important;
color: custom_vars.$light !important;
}
>div {
@ -20,7 +22,7 @@
}
.product-values {
color: $light;
color: custom_vars.$light;
padding: 4rem;
padding-top: 25vh;
}
@ -32,7 +34,7 @@
h4,
h5,
h6 {
color: $light;
color: custom_vars.$light;
}
font-size: 1.5rem;