Mise à jour articles et produits

This commit is contained in:
Rampeur
2025-08-19 05:12:16 +02:00
parent 977104aac2
commit ed6104ed21
137 changed files with 1498 additions and 681 deletions
@@ -3,7 +3,7 @@
.banner {
background-color: var.$sidebar-footer;
padding: 1.6rem 0 1.3rem 0;
padding: 1.3rem 0 1.1rem 0;
margin: -1.5rem -1.5rem 1.5rem -1.5rem;
/*
background-color: mat.get-color-from-palette(var.$md-custom-warn, 700);
@@ -33,6 +33,17 @@
font-weight: 300;
}
}
.settings-page > .container {
margin-top: 2.4rem;
margin-bottom: 2.6rem;
padding-bottom: 1rem;
}
img.avatar {
max-height: 32px;
margin-right: 8px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
@@ -44,4 +55,4 @@ input::-webkit-inner-spin-button {
input[type=number] {
appearance: textfield;
-moz-appearance: textfield;
}
}