mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Et2Tab: Add gap between tab contents
This commit is contained in:
parent
f683947836
commit
17afd11990
@ -14,6 +14,7 @@ export class Et2Tab extends Et2Widget(SlTab)
|
||||
css`
|
||||
.tab {
|
||||
font-size: var(--sl-size-x-small);
|
||||
gap: var(--sl-spacing-small);
|
||||
}
|
||||
.tab.tab--active:not(.tab--disabled) {color:var(--sl-color-gray-800)}
|
||||
.tab:hover:not(.tab--disabled) {color:var(--sl-color-gray-800)}
|
||||
|
Loading…
Reference in New Issue
Block a user