diaspora/app/assets/stylesheets/new_styles/_statistics.scss
Augier 207b6c6153 Port to Bootstrap 3
correcting images display on stream sidebar

Corrections on profile page
2015-06-04 18:05:43 +02:00

28 lines
498 B
SCSS

.page-statistics {
h1{ text-align: center; }
h3{
margin: 0px;
padding: 10px;
background-color: $green;
}
.span-3 {
width: 100%;
height: 150px;
text-align: center;
border: 1px solid $border-grey;
margin-bottom: 10px;
border-radius: 5px;
.data{
word-wrap: break-word;
overflow: hidden;
margin-top: 25px;
font-size: 25px;
line-height: 30px;
}
.serv-disabled{
background-color: $background-grey;
}
}
}