Fix: Beer Sale Report

This commit is contained in:
2025-07-17 17:13:35 +00:00
parent eee9ae1f11
commit f2d5d62aa6
5 changed files with 126 additions and 112 deletions
+50
View File
@@ -0,0 +1,50 @@
.flex-auto
flex: 1 1 auto
.basis-15
flex-basis: 15%
.basis-1-6
flex-basis: 16.67%
.basis-1-5
flex-basis: 20%
.basis-1-4
flex-basis: 25%
.basis-30
flex-basis: 30%
.basis-1-3
flex-basis: 33.33%
.basis-2-5
flex-basis: 40%
.basis-1-2
flex-basis: 50%
.basis-3-4
flex-basis: 75%
.basis-4-5
flex-basis: 80%
.row-container
display: flex
flex-direction: row
align-items: center
gap: 20px // sets 20px space between all children
.space-between
justify-content: space-between
.spacer
flex: 1 1 auto
.center
text-align: center
.warn
background-color: red