You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prowlarr/frontend/src/Settings/Tags/Details/TagDetailsModalContent.css

27 lines
361 B

.items {
display: flex;
flex-wrap: wrap;
}
.item {
flex: 0 0 100%;
}
.restriction {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid var(--borderColor);
&:last-child {
margin: 0;
padding: 0;
border-bottom: none;
}
}
.deleteButton {
composes: button from '~Components/Link/Button.css';
margin-right: auto;
}