stacker.news/components/notifications.module.css

36 lines
748 B
CSS
Raw Normal View History

2023-08-06 15:47:58 +00:00
.fresh {
background-color: rgba(128, 128, 128, 0.1);
2023-08-06 15:47:58 +00:00
border-radius: 0;
2021-08-17 23:59:22 +00:00
}
2023-08-06 15:47:58 +00:00
.fresh:not(.fresh ~ .fresh) {
border-top-left-radius: .4rem;
border-top-right-radius: .4rem;
2021-08-20 00:13:32 +00:00
}
2023-08-06 15:47:58 +00:00
.fresh:has(+ :not(.fresh)) {
border-bottom-left-radius: .4rem;
border-bottom-right-radius: .4rem;
}
.alertBtn {
display: inline-block;
font-weight: bold;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 0 solid transparent;
font-size: 0.9rem;
}
.subFormGroup > div {
margin-right: 0 !important;
}
.badge {
color: var(--theme-grey) !important;
background: var(--theme-clickToContextColor) !important;
vertical-align: middle;
margin-left: 0.5rem;
2021-08-17 23:59:22 +00:00
}