owncast/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.module.scss
Gabe Kangas e3c038f48d
Revert "fix notification reminder popup -> purple background (#2209)"
This reverts commit ab573f67e9696ddc98370fbe0a2af8e730346e7c.
2022-10-16 22:49:43 -07:00

23 lines
341 B
SCSS

.contentbutton {
background-color: transparent;
border: none;
text-align: left;
cursor: pointer;
}
.closebutton {
position: absolute;
right: 10px;
top: 10px;
background-color: transparent;
border: none;
font-size: 1.3rem;
cursor: pointer;
}
.title {
border-bottom: none;
font-weight: bold;
padding-left: 5px;
}