fix(dashboard): fix broken styling on lists
This commit is contained in:
@@ -116,6 +116,21 @@ code {
|
||||
z-index: initial !important;
|
||||
}
|
||||
|
||||
.accordion .card {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.accordion .card:first-child {
|
||||
border-top-left-radius: calc(0.375rem - 1px) !important;
|
||||
border-top-right-radius: calc(0.375rem - 1px) !important;
|
||||
}
|
||||
|
||||
.accordion .card:last-child {
|
||||
border-bottom-left-radius: calc(0.375rem - 1px) !important;
|
||||
border-bottom-right-radius: calc(0.375rem - 1px) !important;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
// svelecte styling
|
||||
.svelecte-control .sv-control {
|
||||
border-color: $gray-transparent !important; // overwrite
|
||||
|
Reference in New Issue
Block a user