1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-10 13:31:39 +07:00
verdaccio-ui/src/components/PackageSidebar/modules/DistTags/style.scss

14 lines
209 B
SCSS
Raw Normal View History

2019-02-03 17:23:33 +07:00
@import '../../../../styles/variables';
.releasesModule {
li {
display: flex;
font-size: $font-size-sm;
line-height: $line-height-xs;
span:last-child {
margin-left: auto;
}
}
}