Refined <figcaption>
This commit is contained in:
parent
0968fff224
commit
c303a20a57
1 changed files with 6 additions and 3 deletions
|
@ -107,12 +107,15 @@ img { border-radius: $global-radius;}
|
||||||
figure {
|
figure {
|
||||||
margin: 0 0 rem-calc(30) 0;
|
margin: 0 0 rem-calc(30) 0;
|
||||||
}
|
}
|
||||||
|
figcaption {
|
||||||
|
color: $grey-10;
|
||||||
|
font-family: $font-family-sans-serif;
|
||||||
|
font-size: rem-calc(13);
|
||||||
|
padding-top: rem-calc(2);
|
||||||
|
}
|
||||||
figcaption a {
|
figcaption a {
|
||||||
border-bottom: 1px dotted $grey-4;
|
border-bottom: 1px dotted $grey-4;
|
||||||
color: $grey-10;
|
color: $grey-10;
|
||||||
font-size: rem-calc(13);
|
|
||||||
font-family: $font-family-sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue