mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
frontend: modify 2 files
Verified changes: - modify frontend/src/components/ui/DesignSystemStyles.astro - modify frontend/src/pages/dashboard.astro Diffstat: - 2 files changed, 15 insertions(+), 15 deletions(-)
This commit is contained in:
parent
ffb2602ee5
commit
88d51786a9
2 changed files with 15 additions and 15 deletions
|
|
@ -320,6 +320,21 @@
|
|||
box-shadow: 0 10px 30px rgba(59, 130, 246, 0.18);
|
||||
}
|
||||
|
||||
.ui-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 24px;
|
||||
min-width: 24px;
|
||||
padding: 0 10px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid var(--color-border);
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
color: var(--color-text);
|
||||
font-size: var(--ui-font-size-xs);
|
||||
font-weight: var(--ui-font-weight-bold);
|
||||
}
|
||||
|
||||
:where(input.ui-input, select.ui-select) {
|
||||
width: 100%;
|
||||
border-radius: var(--radius-md);
|
||||
|
|
|
|||
|
|
@ -349,21 +349,6 @@ import { API_BASE as apiBase } from '../lib/api';
|
|||
min-height: 72px;
|
||||
}
|
||||
|
||||
.ui-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 24px;
|
||||
min-width: 24px;
|
||||
padding: 0 10px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid var(--color-border);
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
color: var(--color-text);
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue