discourse/app/assets/stylesheets/common/base/cat_reorder.scss

30 lines
486 B
SCSS
Raw Normal View History

2015-08-27 13:14:59 -04:00
.reorder-categories {
thead {
th {
padding-bottom: 0.5em;
}
}
2015-08-27 13:14:59 -04:00
input {
width: 4em;
@include breakpoint(mobile) {
width: 2em;
2015-08-27 13:14:59 -04:00
}
}
table {
width: 100%;
2015-08-27 13:14:59 -04:00
padding-bottom: 150px;
td {
padding: 0.5em 0.5em 0.5em 0;
@include breakpoint(mobile, min-width) {
min-width: 15em;
}
}
}
.badge-wrapper span.badge-category {
max-width: 20em;
@include breakpoint(mobile) {
max-width: 30vw;
}
2015-08-27 13:14:59 -04:00
}
}