frontend: improve styles
This commit is contained in:
parent
f2e7201cde
commit
390dbe3600
@ -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 {
|
||||
|
||||
@ -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) & {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user