:export { popupBackgroundColor: var(--theme-color-components-primary-button-background); } .contentbutton { width: 150px; background-color: transparent; border: none; text-align: left; cursor: pointer; color: var(--theme-color-components-text-on-dark); } .closebutton { position: absolute; right: 0; top: 0; background-color: transparent; border: none; font-size: 1.3rem; cursor: pointer; color: var(--theme-color-components-text-on-dark); } .title { border-bottom: none; font-weight: bold; padding-left: 5px; color: var(--theme-color-components-text-on-dark); }