discourse/app/assets/stylesheets/common/components/feature-topic-modal.scss
Derek Rushforth cc66a5e8a9
DEV: Convert feature topic modal to FormKit (#39690)
This PR converts the feature topic modal to FormKit.
2026-05-04 11:40:05 -07:00

17 lines
230 B
SCSS
Vendored

@use "lib/viewport";
.feature-section {
&__description {
width: 100%;
}
&__pin-message {
margin-bottom: var(--space-1);
.d-icon {
@include viewport.until(sm) {
display: none;
}
}
}
}