2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 13:08:23 +00:00
|
|
|
root: {
|
2024-05-09 10:18:00 +00:00
|
|
|
background: '{overlay.popover.background}',
|
|
|
|
borderColor: '{overlay.popover.border.color}',
|
|
|
|
color: '{overlay.popover.color}',
|
|
|
|
borderRadius: '{overlay.popover.border.radius}',
|
|
|
|
shadow: '{overlay.popover.shadow}',
|
2024-05-20 15:01:56 +00:00
|
|
|
gutter: '10px',
|
|
|
|
arrowOffset: '1.25rem'
|
2024-05-09 10:18:00 +00:00
|
|
|
},
|
|
|
|
content: {
|
|
|
|
padding: '{overlay.popover.padding}'
|
2024-05-20 15:01:56 +00:00
|
|
|
}
|
2024-02-19 22:53:42 +00:00
|
|
|
};
|