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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

44 lines
753 B
SCSS
Raw Normal View History

2015-08-27 13:14:59 -04:00
.reorder-categories {
thead {
th {
padding-bottom: 0.5em;
}
}
input[type="text"] {
max-width: 2.5em;
padding: 0.35em;
text-align: center;
2019-07-11 09:57:53 -04:00
@include breakpoint(mobile-extra-large) {
width: 2em;
2015-08-27 13:14:59 -04:00
}
}
#rc-scroll-anchor {
padding: 0;
}
2015-08-27 13:14:59 -04:00
table {
padding-bottom: 150px;
margin: 0 0.667em;
td {
padding: 0.5em 0.5em 0.5em 0;
min-width: 10em;
@include breakpoint(mobile, min-width) {
min-width: 15em;
}
}
}
.badge-wrapper span.badge-category {
max-width: 20em;
2019-07-11 09:57:53 -04:00
@include breakpoint(mobile-extra-large) {
max-width: 30vw;
}
2015-08-27 13:14:59 -04:00
}
}
.reorder-categories-depth-1 {
margin-left: 20px;
}
.reorder-categories-depth-2 {
margin-left: 40px;
}