gitlabhq/app/assets/stylesheets/sections/profile.scss

23 lines
313 B
SCSS
Raw Normal View History

2012-09-14 18:13:25 +02:00
.profile_history {
.event_feed {
min-height: 20px;
2012-09-14 18:13:25 +02:00
.avatar {
width: 20px;
2012-09-14 18:13:25 +02:00
}
}
}
2012-11-21 06:14:05 +01:00
.profile_avatar_holder {
float: left;
width: 60px;
height: 60px;
margin-right: 20px;
2012-11-21 06:14:05 +01:00
img {
width: 60px;
height: 60px;
background: #fff;
2012-11-21 06:14:05 +01:00
padding: 1px;
border: 1px solid #ddd;
}
}