mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 08:33:51 +08:00
30 lines
500 B
SCSS
30 lines
500 B
SCSS
.bookmark-list {
|
|
th.post-metadata {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.bookmark-list-item {
|
|
td.post-metadata {
|
|
text-align: center;
|
|
}
|
|
.bookmark-metadata {
|
|
font-size: $font-down-2;
|
|
display: flex;
|
|
margin-bottom: 0.2em;
|
|
|
|
&-item {
|
|
margin-right: 0.5em;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.d-icon {
|
|
// not aligning center because of multi-line notes
|
|
align-self: flex-start;
|
|
margin-right: 0.2em;
|
|
padding-top: 0.12em;
|
|
}
|
|
}
|
|
}
|