frontend: improve styles

This commit is contained in:
Carlos Santos 2025-09-16 16:07:01 +02:00
parent f2e7201cde
commit 390dbe3600
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,10 @@
@import '../../../../../../../src/assets/styles/design-tokens';
.ov-page-container {
button {
padding: var(--ov-meet-button-padding-vertical) var(--ov-meet-button-padding-horizontal);
}
}
// API Key Section - use utility classes
.api-key-section {
.api-key-display {

View File

@ -280,6 +280,7 @@
overflow: hidden;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid var(--ov-meet-border-light);
overflow: auto;
// Subtle glow effect when selections are active
:host(.has-selections) & {