diaspora/app/assets/stylesheets/statistics.scss
2015-07-28 23:36:47 +02:00

28 lines
526 B
SCSS

.page-node_info.action-statistics {
h1{ text-align: center; }
h3{
margin: 0px;
padding: 10px;
background-color: $brand-success;
}
.statistic {
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;
}
}
}