mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: style improvements
This commit is contained in:
parent
3f3c789e21
commit
3bb374c84a
3 changed files with 5 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
.pkgDetail {
|
||||
.title {
|
||||
font-size: 38px;
|
||||
font-size: 28px;
|
||||
color: $primary-color;
|
||||
border-bottom: 1px solid $border-color;
|
||||
text-transform: capitalize;
|
||||
font-weight: 600;
|
||||
margin: 0 0 10px;
|
||||
margin: 0 0 40px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ .module {
|
|||
.moduleTitle {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
font-size: 24px;
|
||||
font-size: 21px;
|
||||
color: $primary-color;
|
||||
margin: 0 0 10px;
|
||||
padding: 5px 0;
|
||||
|
|
|
@ -7,6 +7,7 @@ .maintainer {
|
|||
&:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: $mine-height;
|
||||
height: $mine-height;
|
||||
|
@ -14,6 +15,7 @@ .maintainer {
|
|||
border-radius: 100%;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 14px;
|
||||
flex-shrink: 1;
|
||||
|
|
Loading…
Reference in a new issue