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