owncast/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.module.scss
Mahlangu ab573f67e9
fix notification reminder popup -> purple background (#2209)
* fix notification reminder popup -> purple background

* Prettified Code!

* resolved color to color variables

* Prettified Code!

Co-authored-by: unclebinary1001 <unclebinary1001@users.noreply.github.com>
2022-10-16 22:37:03 -07:00

27 lines
501 B
SCSS

.contentbutton {
background-color: transparent;
border: none;
text-align: left;
cursor: pointer;
color: var(--theme-color-components-text-on-dark);
}
.closebutton {
position: absolute;
right: 10px;
top: 10px;
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);
}