mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-02-03 14:50:13 +00:00
23 lines
290 B
SCSS
23 lines
290 B
SCSS
|
/* CSS used here will be applied after bootstrap.css */
|
||
|
body {
|
||
|
/*background-color: #eaeaea;*/
|
||
|
}
|
||
|
|
||
|
img.avatar {
|
||
|
border: 1px solid #eee;
|
||
|
}
|
||
|
|
||
|
.only-bottom-margin {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.activity-mini {
|
||
|
padding-right: 15px;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.profileCard {
|
||
|
box-shadow:0 1px 2px #aaa;
|
||
|
|
||
|
}
|