mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 05:59:26 +08:00
17 lines
230 B
SCSS
Vendored
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;
|
|
}
|
|
}
|
|
}
|
|
}
|