mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
13 lines
222 B
CSS
13 lines
222 B
CSS
.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;
|
|
}
|
|
}
|