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.
Readarr/frontend/src/Components/Page/Toolbar/PageToolbarSeparator.css

13 lines
222 B

.separator {
margin: 10px $toolbarSeparatorMargin;
height: 40px;
border-right: 1px solid #e5e5e5;
opacity: 0.35;
}
@media only screen and (max-width: $breakpointSmall) {
.separator {
margin: 10px 5px;
}
}