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