Merge branch 'dev' into feature/slim-sidebar

This commit is contained in:
Michael Shamoon
2022-10-09 23:15:48 -07:00
49 changed files with 1699 additions and 874 deletions

View File

@@ -540,6 +540,25 @@ a.badge {
border-color: var(--bs-primary);
}
.btn-group-xs {
> .btn {
padding: 0.2rem 0.25rem;
font-size: 0.675rem;
line-height: 1.2;
border-radius: 0.15rem;
}
> .btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
> .btn:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
code {
color: var(--pngx-body-color-accent)
}