linkding/bookmarks/styles/shared.scss

15 lines
238 B
SCSS
Raw Permalink Normal View History

2019-06-29 17:45:08 +00:00
section.content-area {
.content-area-header {
border-bottom: solid 1px $border-color;
display: flex;
flex-direction: row;
align-items: baseline;
margin-bottom: 16px;
h2 {
line-height: 1.8rem;
}
}
}