webapp/src/components/Feed/FeedArticlePopup.module.scss
2023-02-10 09:33:26 +01:00

22 lines
370 B
SCSS

.feedArticlePopup {
box-shadow: none !important;
border: 1px solid rgb(0 0 0 / 15%);
border-radius: 1.6rem;
padding: 1.6rem !important;
@include media-breakpoint-between(sm, md) {
left: auto !important;
right: 0;
transform: none !important;
}
button {
color: #696969;
&:hover {
background: #000;
color: #fff;
}
}
}