1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-13 15:01:37 +07:00
verdaccio-ui/src/components/PackageList/packageList.scss

13 lines
190 B
SCSS
Raw Normal View History

2019-02-03 17:23:33 +07:00
@import '../../styles/mixins';
.pkgContainer {
margin: 0;
padding: 0;
.listTitle {
font-weight: $font-weight-regular;
font-size: $font-size-xl;
margin: 0 0 10px 0;
}
}