[snap]
This commit is contained in:
parent
2b131ee71a
commit
bd5b7cf006
14 changed files with 249 additions and 39 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue