project/app/styles/profile.scss

23 lines
290 B
SCSS
Raw Normal View History

2016-04-06 15:53:06 +00:00
/* CSS used here will be applied after bootstrap.css */
body {
/*background-color: #eaeaea;*/
}
img.avatar {
border: 1px solid #eee;
}
.only-bottom-margin {
2016-04-07 15:45:00 +00:00
margin-top: 0;
2016-04-06 15:53:06 +00:00
}
.activity-mini {
padding-right: 15px;
float: left;
}
.profileCard {
box-shadow:0 1px 2px #aaa;
}