feat(event-schedules): add border radius and clip-path to table rows for improved styling
This commit is contained in:
@@ -121,11 +121,6 @@
|
||||
.event-schedules {
|
||||
margin-top: 1.25rem;
|
||||
|
||||
tr {
|
||||
border-radius: 0.5rem;
|
||||
clip-path: inset(0 round 0.5rem);
|
||||
}
|
||||
|
||||
td {
|
||||
width: 50%;
|
||||
padding: 0.65rem 1rem;
|
||||
|
||||
@@ -72,6 +72,11 @@ label {
|
||||
|
||||
color: #8a8a8a;
|
||||
|
||||
> tbody > tr {
|
||||
border-radius: 0.5rem;
|
||||
clip-path: inset(0 round 0.5rem);
|
||||
}
|
||||
|
||||
> tbody > tr:nth-of-type(odd) {
|
||||
background-color: rgba(221, 221, 221, 0.25);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user