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,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue