This commit is contained in:
Andy Bunce 2024-04-08 23:03:36 +01:00
parent 2b131ee71a
commit bd5b7cf006
14 changed files with 249 additions and 39 deletions

View file

@ -73,3 +73,21 @@ html {
router-outlet > * {
display: block;
}
.card-header {
max-width: 300px;
}
.card-header [slot='header'] {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-header h3 {
margin: 0;
}
.card-header sl-icon-button {
font-size: var(--sl-font-size-medium);
}