feat: Added ChapterTeaser widget

This commit is contained in:
Anand Chitipothu
2021-05-03 06:17:56 +05:30
parent a52a01ef7f
commit 62cfc0fb24
4 changed files with 32 additions and 22 deletions

View File

@@ -4,6 +4,13 @@
background: white;
border-radius: 10px;
border: 1px solid #ddd;
.teaser-body {
padding: 20px;
}
.teaser-footer {
padding: 20px;
}
}
.sketch-teaser {
@@ -66,3 +73,14 @@ section.lightgray {
#hero .jumbotron {
background: inherit;
}
.chapter-teaser {
.teaser();
color: #444;
margin: 20px 0px;
h3, h4 {
color: black;
font-weight: bold;
}
}