1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-28 15:41:37 +07:00
verdaccio-ui/src/components/PackageList/packageList.scss
Priscila Oliveira e2d478d65b initial commit
2019-02-03 17:04:42 +01:00

13 lines
190 B
SCSS

@import '../../styles/mixins';
.pkgContainer {
margin: 0;
padding: 0;
.listTitle {
font-weight: $font-weight-regular;
font-size: $font-size-xl;
margin: 0 0 10px 0;
}
}