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

Failed to ignore revisions in .git-blame-ignore-revs.

41 lines
666 B
SCSS
Raw Normal View History

2015-08-28 01:14:59 +08:00
.reorder-categories {
thead {
th {
padding-bottom: 0.5em;
}
}
2015-08-28 01:14:59 +08:00
input {
width: 3em;
2019-07-11 21:57:53 +08:00
@include breakpoint(mobile-extra-large) {
width: 2em;
2015-08-28 01:14:59 +08:00
}
}
#rc-scroll-anchor {
padding: 0;
}
2015-08-28 01:14:59 +08:00
table {
padding-bottom: 150px;
margin: 0 0.667em;
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;
2019-07-11 21:57:53 +08:00
@include breakpoint(mobile-extra-large) {
max-width: 30vw;
}
2015-08-28 01:14:59 +08:00
}
}
.reorder-categories-depth-1 {
margin-left: 20px;
}
.reorder-categories-depth-2 {
margin-left: 40px;
}