angular-cn/public/resources/css/module/_bio-card.scss

29 lines
404 B
SCSS
Raw Normal View History

2015-03-02 02:48:31 -05:00
.bio-card {
2015-03-02 09:01:47 -05:00
max-width: 360px;
margin-bottom: $unit * 4;
overflow: hidden;
2015-03-02 02:48:31 -05:00
h3 {
margin: 0;
2015-03-02 09:01:47 -05:00
white-space: nowrap;
2015-03-02 02:48:31 -05:00
}
.bio-card-twitter {
margin-bottom: $unit * 2;
font-size: 16px;
text-decoration: none;
display: block;
}
img {
width: 100%;
}
p {
2015-03-02 08:43:46 -05:00
height: 72px;
2015-03-02 02:48:31 -05:00
overflow: hidden;
cursor: pointer;
font-size: 14px;
line-height: 24px;
}
}