devc
This commit is contained in:
parent
ab2745784a
commit
baef3dd10f
|
|
@ -791,7 +791,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
|
|
||||||
.table-container {
|
.table-container {
|
||||||
background: var(--bg-surface);
|
background: var(--bg-surface);
|
||||||
border: 1px solid var(--color-primary-dark);
|
border: 1px solid var(--color-neutral);
|
||||||
border-radius: var(--radius-sm);
|
border-radius: var(--radius-sm);
|
||||||
box-shadow: var(--shadow-xs);
|
box-shadow: var(--shadow-xs);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -811,13 +811,13 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
background-color: var(--bg-surface-2) !important;
|
background-color: var(--bg-surface-2) !important;
|
||||||
color: var(--color-primary) !important;
|
color: var(--color-primary) !important;
|
||||||
font-family: 'Syne', sans-serif;
|
font-family: 'Syne', sans-serif;
|
||||||
font-size: 10px !important;
|
font-size: 9px !important;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.05px;
|
letter-spacing: 0.02px;
|
||||||
padding: 8px 10px !important;
|
padding: 8px 10px !important;
|
||||||
|
|
||||||
border: 1px solid var(--color-primary-dark) !important;
|
border: 1px solid var(--color-neutral) !important;
|
||||||
/*
|
/*
|
||||||
border-bottom: 2px solid var(--text-primary) !important;
|
border-bottom: 2px solid var(--text-primary) !important;
|
||||||
border-top: none !important;
|
border-top: none !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user