discourse/app/assets/stylesheets/mobile/components/topic-map.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
109 B
SCSS
Raw Normal View History

.fk-d-menu-modal {
&.topic-map__links-content {
li {
a {
padding: 0;
}
}
}
}