Add header tabs to virtual sample static component

This commit is contained in:
Timothée Goguely 2024-11-20 18:42:07 +01:00
parent 439d766add
commit 116290733f
2 changed files with 81 additions and 3 deletions

View file

@ -6,6 +6,7 @@
--dialog-header-h: 4.5rem;
--dialog-footer-h: 4.5rem;
--dialog-comments-w: 22.5rem;
--dialog-background: var(--color-black);
width: 100%;
max-width: var(--dialog-max-w);
height: 100%;
@ -13,7 +14,7 @@
color: var(--color-grey-800);
border-radius: var(--rounded-2xl);
overflow: hidden;
background: black;
background: var(--dialog-background);
margin: auto !important;
}
@ -61,7 +62,7 @@
.dialog__tabs .btn[aria-pressed="true"] {
--btn-background: var(--color-white);
--btn-color: var(--color-text);
--btn-border-color: var(--color-white);
}
/* Inner */