mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-13 11:40:25 +02:00
Upgrade to Gatsby v2
This commit is contained in:
36
src/components/Sidebar/Author/Author.module.scss
Normal file
36
src/components/Sidebar/Author/Author.module.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
@import '../../../assets/scss/variables';
|
||||
@import '../../../assets/scss/mixins';
|
||||
|
||||
.author {
|
||||
&__photo {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
border-radius: 50%;
|
||||
background-clip: padding-box
|
||||
}
|
||||
|
||||
&__title {
|
||||
font-size: $typographic-base-font-size * 1.125;
|
||||
font-weight: 600;
|
||||
@include line-height(1.125);
|
||||
@include margin(.5, 0, .5, 0);
|
||||
|
||||
&-link {
|
||||
color: $color-base;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $color-base
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&__subtitle {
|
||||
color: $color-gray;
|
||||
@include line-height(1);
|
||||
@include margin-bottom(1)
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user