1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-11 14:01:36 +07:00
verdaccio-ui/src/components/PackageSidebar/ModuleContentPlaceholder/style.scss

9 lines
153 B
SCSS
Raw Normal View History

2019-02-03 17:23:33 +07:00
@import '../../../styles/variables';
.emptyPlaceholder {
text-align: center;
margin: 20px 0;
font-size: $font-size-base;
color: $greyChateau;
}