0
owncast/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.module.scss

31 lines
604 B
SCSS
Raw Normal View History

: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);
}