Radarr/frontend/src/Components/Menu/MenuItemSeparator.css
Qstick 850bfdcf82 New: Native Theme Engine
Co-Authored-By: Zak Saunders <1936903+thezak48@users.noreply.github.com>
2022-11-20 11:49:50 -06:00

6 lines
112 B
CSS

.separator {
overflow: hidden;
min-height: 1px;
height: 1px;
background-color: var(--themeDarkColor);
}