pip-webui
Version:
HTML5 UI for LOB applications
83 lines (68 loc) • 1.39 kB
text/less
// @file CSS styles for markdown control
// @copyright Digital Living Software Corp. 2014-2016
.pip-markdown {
display: block;
position: relative;
overflow: hidden;
&> {
line-height: 22px;
font-size: 16px;
}
p {
margin: 0 0 10px ;
word-wrap: break-word;
& :last-of-type {
margin: 0 ;
}
}
h1 {
font-size: 24px ;
line-height: 32px ;
}
h2 {
font-size: 20px ;
line-height: 28px ;
}
h3 {
font-size: 16px ;
line-height: 22px ;
}
h3 {
font-size: 14px ;
line-height: 22px ;
}
h1, h2, h3, h4 {
margin: 0;
}
table {
border-spacing: 0;
}
.pip-gradient-block {
position: absolute;
text-align: right;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background: linear-gradient(to top, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
}
}
.black,
.dark {
.pip-gradient-block {
background: linear-gradient(to top, rgba(66, 66, 66, 1), rgba(66, 66, 66, 0));
}
}
md-list-item {
.pip-markdown {
p, blockquote, ul {
margin: 0 ;
}
h1, h2, h3, h4 {
font: @font-body2;
}
}
}
.pip-markdown-list ol {
margin: 0 ;
}