You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.1 KiB
Plaintext

10 years ago
.categories {
list-style-type: none;
padding: 0;
10 years ago
> li {
margin-bottom: 20px;
10 years ago
.content {
margin-top: 4px;
.icon {
font-size: 17px;
line-height: 17px;
padding: 13px;
border-radius: 50%;
margin-right: 15px;
min-width: 46px;
min-height: 46px;
margin-top: 2px;
}
10 years ago
h1 {
font-size: 22px;
margin: 0;
}
}
10 years ago
.stats {
font-size: 20px;
text-align: center;
margin-top: 5px;
line-height: 22px;
small {
text-transform: uppercase;
color: @gray-light;
font-weight: 300;
font-size: 12px;
}
10 years ago
}
.card {
border-left: 4px solid #ccc;
text-align: left;
height: 53px;
margin-top: 2px;
overflow: hidden;
> * {
padding-left: 20px;
}
img {
border-radius: 50%;
width: 30px;
height: 30px;
}
10 years ago
p {
font-size: 12px;
margin: 0;
.emoji {
max-width: 12px;
max-height: 12px;
}
}
small {
color: @gray-light;
}
.post-content p {
display: none;
&:first-child {
display: inline-block;
}
}
}
10 years ago
}
}