1
0
mirror of https://github.com/Mueller-Patrick/Betterzon.git synced 2025-05-16 03:39:19 +00:00
Betterzon/Frontend/src/app/components/newest-prices-list/newest-prices-list.component.css

26 lines
437 B
CSS

.priceList {
margin: 2em;
position: relative;
}
.priceList table {
position: relative;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 80%;
}
.priceList table td, .priceList table th {
border: 1px solid #ddd;
padding: 8px;
}
.priceList table tr:nth-child(even) {
background-color: #f2f2f2;
}
.priceList table tr:hover {
background-color: #ddd;
}