mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
34 lines
540 B
SCSS
34 lines
540 B
SCSS
.reorder-categories {
|
|
thead {
|
|
th {
|
|
padding-bottom: 0.5em;
|
|
}
|
|
}
|
|
input {
|
|
width: 4em;
|
|
@include breakpoint(mobile) {
|
|
width: 2em;
|
|
}
|
|
}
|
|
table {
|
|
width: 100%;
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.reorder-categories-sub-cat {
|
|
margin-left: 20px;
|
|
}
|