1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-13 23:11:37 +07:00
verdaccio-ui/src/components/PackageSidebar/modules/Dependencies/style.scss

14 lines
205 B
SCSS
Raw Normal View History

2019-02-03 17:23:33 +07:00
@import '../../../../styles/variables';
.dependenciesModule {
li {
display: inline-block;
font-size: $font-size-sm;
line-height: $line-height-xxs;
a {
color: inherit;
}
}
}