_article-author.scss
788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@import "compass/css3";
.article-author {
height: 88rem / $pxConvertRem;
line-height: 88rem / $pxConvertRem;
border-bottom: 1px solid #e0e0e0;
background: #fff;
> * {
margin-left: 30rem / $pxConvertRem;
}
.avatar-container {
float: left;
position: relative;
top: 50%;
margin-top: -33rem / $pxConvertRem;
}
.avatar {
width: 50rem / $pxConvertRem;
height: 50rem / $pxConvertRem;
@include border-radius(50rem / $pxConvertRem);
}
.name {
float: left;
font-size: 28rem / $pxConvertRem;
color: #000;
text-decoration: none;
}
.intro {
float: left;
font-size: 28rem / $pxConvertRem;
color: #b0b0b0;
}
}