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/less/admin/manage/categories.less

68 lines
973 B
Plaintext

div.categories {
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.fa-ul {
li {
min-height: 0;
display: inline;
margin: 0 @acp-margin 0 0;
left: 0;
}
}
li {
min-height: @acp-line-height;
margin: @acp-base-line 0;
&.placeholder {
border: 1px dashed #2196F3;
background-color: #E1F5FE;
}
}
.disabled {
.icon, .header, .description {
opacity: 0.5;
}
.stats {
opacity: 0.3;
}
}
.icon {
width: @acp-line-height;
height: @acp-line-height;
border-radius: 50%;
line-height: @acp-line-height;
text-align: center;
vertical-align: bottom;
background-size: cover;
float: left;
margin-right: @acp-margin;
cursor: move;
}
.information {
float: left;
}
.header {
margin-top: 0;
margin-bottom: @acp-base-line;
}
.description {
margin: 0;
}
.stats, .btn-group {
float: left;
}
}