Files
hpos-web/src/components/ExportData.css

29 lines
462 B
CSS
Raw Normal View History

2023-08-23 20:57:33 +05:30
.button {
2023-08-23 21:15:32 +05:30
background-color: #4CAF50;
/* Green */
2023-08-23 20:57:33 +05:30
border: none;
color: white;
2023-08-23 21:15:32 +05:30
/* padding: 15px 32px; */
padding: 5px 10px;
2023-08-23 20:57:33 +05:30
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
2023-08-23 21:15:32 +05:30
margin: 15px;
}
.dates {
flex-direction: row;
display: flex;
justify-content: center;
align-items: center;
margin: 1.5rem;
}
.start-date {
margin: 10px;
}
.end-date {
margin: 10px;
}