1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
budibase/examples/nextjs-api-sales/styles/home.module.css

30 lines
417 B
CSS
Raw Normal View History

.container {
width: 100vw;
display: flex;
flex-direction: column;
padding: 5rem 2rem 0;
align-items: center;
flex: 1 1 auto;
}
.buttons {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.tableSection {
padding: 2rem;
background: #D3D3D3;
width: 800px;
border-radius: 10px;
}
.table table {
width: 100%;
}
.tableSection h1 {
text-align: center;
color: black;
}