1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/scss/ui/_markdown.scss
2020-04-18 23:05:06 +02:00

30 lines
376 B
SCSS

/**
Markdown
*/
.markdown {
> :first-child {
margin-top: 0;
}
> :last-child,
> :last-child .highlight {
margin-bottom: 0;
}
> {
h1, h2, h3, h4, h5, h6 {
margin-top: 2rem;
}
}
>hr {
@include media-breakpoint-up(md) {
margin-top: 3em;
margin-bottom: 3em;
}
}
> table {
@extend .table, .table-bordered;
}
}