This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/css/banned-posts.styl
2023-05-17 02:04:35 +02:00

29 lines
700 B
Stylus

@import colors
.content-wrapper.banned-posts
width: 100%
max-width: 45em
table
border-spacing: 0
width: 100%
tr.default td
background: $default-banned-post-background-color
td, th
padding: .4em
&.color
input[type=text]
width: 8em
&.usages
text-align: center
&.remove, &.set-default
white-space: pre
th
white-space: nowrap
&:first-child
padding-left: 0
&:last-child
padding-right: 0
tfoot
display: none
form
width: auto