1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-27 15:11:36 +07:00
verdaccio-ui/src/components/PackageSidebar/Module/style.scss
Priscila Oliveira e2d478d65b initial commit
2019-02-03 17:04:42 +01:00

25 lines
496 B
SCSS

@import '../../../styles/variables';
@import '../../../styles/mixins';
.module {
margin-bottom: 10px;
.moduleTitle {
display: flex;
align-items: flex-end;
font-size: $font-size-lg;
margin: 0 0 10px;
padding: 5px 0;
font-weight: $font-weight-semibold;
@include border-bottom-default($greyGainsboro);
span { // description
font-size: $font-size-sm;
color: $greyChateau;
margin-left: auto;
font-weight: $font-weight-light;
}
}
}