axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.ax-theme-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ax-text-soft);
    font-size: 0.9rem;
    white-space: nowrap;
}

.ax-theme-switcher__label {
    color: var(--ax-text-muted);
}

.ax-theme-switcher__select {
    width: auto;
    min-width: 7.25rem;
}