mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 21:04:48 +00:00
12 lines
178 B
SCSS
12 lines
178 B
SCSS
|
.bookmark-menu {
|
||
|
&__row {
|
||
|
border-bottom: 1px solid var(--primary-low);
|
||
|
&:last-child {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
}
|
||
|
&__row-title {
|
||
|
padding: 0.75rem;
|
||
|
}
|
||
|
}
|