2022-10-18 06:54:26 +02:00
|
|
|
:export {
|
2022-11-18 04:08:50 +01:00
|
|
|
popupBackgroundColor: var(--theme-color-components-primary-button-background);
|
2022-10-18 06:54:26 +02:00
|
|
|
}
|
|
|
|
|
2022-05-17 05:06:48 +02:00
|
|
|
.contentbutton {
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
text-align: left;
|
|
|
|
cursor: pointer;
|
2022-10-18 06:54:26 +02:00
|
|
|
color: var(--theme-color-components-text-on-dark);
|
2022-05-17 05:06:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.closebutton {
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
top: 10px;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2022-09-14 08:37:45 +02:00
|
|
|
font-size: 1.3rem;
|
2022-05-17 05:06:48 +02:00
|
|
|
cursor: pointer;
|
2022-10-18 06:54:26 +02:00
|
|
|
color: var(--theme-color-components-text-on-dark);
|
2022-05-17 05:06:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
border-bottom: none;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 5px;
|
2022-10-18 06:54:26 +02:00
|
|
|
color: var(--theme-color-components-text-on-dark);
|
2022-09-14 08:37:45 +02:00
|
|
|
}
|