INIT: initial commit
Added some initial files, components, functionality
This commit is contained in:
commit
72aaf5174d
19 changed files with 9962 additions and 0 deletions
16
app/assets/styles/priceCard.css
Normal file
16
app/assets/styles/priceCard.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
.PriceCard {
|
||||
padding: var(--padding-default);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
background: var(--color-blue);
|
||||
border-bottom: 1px solid var(--color-white);
|
||||
|
||||
& > .wrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
gap: 1rem;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue