nowa-panda/plugins/pandaGadzety/assets/css/delivery.css
2025-07-07 09:51:16 +02:00

31 lines
456 B
CSS

#delivery-tab {
width: 100%
}
#delivery-tab table {
width: 100%
}
#delivery-tab table tr {
border: 1px solid #00b4e1;
}
#delivery-tab table tr th {
background-color: #00b4e1;
color: white;
padding: 5px;
}
#delivery-tab table tr td {
padding: 5px;
}
#delivery-tab table tr th, #delivery-tab table tr td {
border: 1px solid #00b4e1;
}
#delivery-tab h2 {
color: #00b4e1;
font-weight: bold;
margin-top: 20px;
}