mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
20 lines
318 B
SCSS
20 lines
318 B
SCSS
|
.bookmark-list-item {
|
||
|
.bookmark-metadata {
|
||
|
font-size: $font-down-2;
|
||
|
white-space: nowrap;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-bottom: 0.2em;
|
||
|
|
||
|
&-item {
|
||
|
margin-right: 0.5em;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.d-icon {
|
||
|
margin-right: 0.2em;
|
||
|
}
|
||
|
}
|
||
|
}
|