feat(event-schedules): add border radius and clip-path to table rows for improved styling
This commit is contained in:
@@ -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