webapp/src/components/Feed/FeedArticlePopup.module.scss

23 lines
396 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 {
font-size: inherit;
font-weight: 500;
&:hover {
background: #000;
color: #fff;
}
}
}