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.
nodebb/public/css/noscript.less

43 lines
378 B
Plaintext

@import "mixins";
noscript {
.default {
list-style-type: none;
padding: 1em;
margin-bottom: 1em;
.zebra;
}
.categories {
li {
.default;
.icon {
float: left;
margin-right: 1em;
}
a {
font-size: 20px;
}
}
}
.topics {
li {
.default;
}
.teaser {
img {
float: left;
}
}
}
.posts {
li {
.default;
}
}
}