fork-reap-design
Version:
A high quality UI components Library with Vue.js
20 lines (19 loc) • 448 B
text/less
.aui-article {
padding: 20px;
max-width: 570px;
word-break: break-word;
color: #000;
border-radius: 4px;
box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
.aui-article-content {
font-family: cursive;
font-weight: 700;
font-size: 16px;
text-decoration: underline;
letter-spacing: 4px;
text-indent: 2em;
}
.aui-article-footer {
font-weight: 700;
}
}