Spaces:
Runtime error
Runtime error
/** | |
* Copyright (C) 2023 Intel Corporation | |
* SPDX-License-Identifier: MIT | |
*/ | |
/* Do not edit this file manually! This file is generated automatically from the @spark-design/tokens package.*/ | |
.spark-popover { | |
color: var(--spark-popover-text-color); | |
inline-size: 100%; | |
max-block-size: var(--spark-popover-popover-height); | |
min-inline-size: var(--spark-popover-popover-min-size); | |
background-color: var(--spark-popover-background); | |
} | |
.spark-popover.spark-popover-fit-content { | |
max-inline-size: fit-content; | |
} | |
.spark-popover.spark-popover-underlay { | |
top: 0; | |
left: 0; | |
content: ' '; | |
display: flex; | |
position: absolute; | |
block-size: 100%; | |
inline-size: 100%; | |
max-block-size: inherit; | |
min-inline-size: inherit; | |
background-color: var(--spark-popover-underlay-color); | |
} | |