15 lines
242 B
SCSS
15 lines
242 B
SCSS
.root {
|
|
--emoji-size: 2.25rem;
|
|
|
|
height: 100%;
|
|
max-height: calc(100 * var(--vh));
|
|
|
|
:global(.symbol-set-container) {
|
|
--symbol-set-gap-size: 0.625rem;
|
|
}
|
|
}
|
|
|
|
.activated {
|
|
background-color: var(--color-interactive-element-hover);
|
|
}
|