1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 10:46:13 +02:00
Files
csslayout/styles/patterns/_pricing-table.scss
Phuoc Nguyen 37a6729d08 feat: Chip
2022-09-21 08:55:08 +07:00

11 lines
222 B
SCSS

.pricing-table {
align-items: center;
display: flex;
justify-content: center;
}
.pricing-table__column {
border: 1px solid #d1d5db;
border-radius: 0.25rem;
margin: 0 0.25rem;
padding: 0.25rem;
}