improve counter basket item style

This commit is contained in:
imperosol
2026-05-27 18:20:53 +02:00
parent 362b9eea06
commit ebf0196bef
3 changed files with 45 additions and 14 deletions
+4
View File
@@ -46,6 +46,10 @@ details.accordion>.accordion-content {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
overflow: hidden;
@media screen and (max-width: 600px) {
padding: .75em 1.5em;
}
}
@mixin animation($selector) {