mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 18:31:37 +02:00
Et2Tab: Add gap between tab contents
This commit is contained in:
parent
a40efb6142
commit
085eea2bdb
@ -14,6 +14,7 @@ export class Et2Tab extends Et2Widget(SlTab)
|
|||||||
css`
|
css`
|
||||||
.tab {
|
.tab {
|
||||||
font-size: var(--sl-size-x-small);
|
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.tab--active:not(.tab--disabled) {color:var(--sl-color-gray-800)}
|
||||||
.tab:hover:not(.tab--disabled) {color:var(--sl-color-gray-800)}
|
.tab:hover:not(.tab--disabled) {color:var(--sl-color-gray-800)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user