forked from sombochea/verdaccio-ui
initial commit
This commit is contained in:
12
src/components/PackageList/packageList.scss
Normal file
12
src/components/PackageList/packageList.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import '../../styles/mixins';
|
||||
|
||||
.pkgContainer {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
.listTitle {
|
||||
font-weight: $font-weight-regular;
|
||||
font-size: $font-size-xl;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user