mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
8 lines
113 B
SCSS
8 lines
113 B
SCSS
.divider__horizontal {
|
|
border-top: var(--divider);
|
|
margin: 16px 0;
|
|
}
|
|
|
|
.divider__vertical {
|
|
margin: 10px;
|
|
}
|