Retrospring/app/assets/stylesheets/scss/entry.scss

45 lines
634 B
SCSS
Raw Normal View History

.entry-subtext {
color: $navbar-inverse-bg;
margin-top: 0px;
text-transform: uppercase;
font-weight: bold;
font-size: 80%;
}
.entry-text {
margin-bottom: 0px;
2014-12-12 07:49:15 -08:00
}
.entry-about {
margin-top: 0px;
2015-05-19 08:48:02 -07:00
}
.statistics {
.entry-text {
display: block;
text-align: center;
margin-top: 5px;
}
.entry-subtext {
text-align: center;
display: block;
margin-bottom: 5px;
}
}
.users {
.entry-text {
display: block;
text-align: center;
margin-top: 7px;
font-size: 78px;
line-height: 1;
}
.entry-subtext {
text-align: center;
display: block;
margin-bottom: 5px;
}
}