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 "../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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue