website/hub/services/static/admin/css/service_offering.css

29 lines
436 B
CSS
Raw Normal View History

2025-01-28 13:55:43 +01:00
.price-table {
width: 100%;
border-collapse: collapse;
margin: 1em 0;
}
.price-table th,
.price-table td {
padding: 8px;
border: 1px solid #ddd;
}
.price-table th {
background-color: #f5f5f5;
}
.button {
display: inline-block;
padding: 4px 8px;
background: #79aec8;
color: white;
text-decoration: none;
border-radius: 4px;
margin: 2px;
}
.button:hover {
background: #609ab6;
}