style job skills tab: smaller headers, more name spacing
This commit is contained in:
parent
767eda424e
commit
b2e374fefa
1 changed files with 4 additions and 4 deletions
|
|
@ -178,11 +178,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-title {
|
.group-title {
|
||||||
font-size: typography.$font-large;
|
font-size: typography.$font-small;
|
||||||
font-weight: typography.$bold;
|
font-weight: typography.$medium;
|
||||||
|
color: colors.$grey-50;
|
||||||
margin: 0 0 spacing.$unit 0;
|
margin: 0 0 spacing.$unit 0;
|
||||||
padding-bottom: spacing.$unit;
|
|
||||||
border-bottom: 1px solid colors.$grey-90;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-list {
|
.skill-list {
|
||||||
|
|
@ -215,6 +214,7 @@
|
||||||
.skill-info {
|
.skill-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: spacing.$unit-half;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue