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.

66 lines
897 B
Plaintext

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