Add shoutout block

This commit is contained in:
Jeremy Thomas
2018-05-24 11:21:31 +02:00
parent 82dbb8c8e1
commit e01a44244e
5 changed files with 102 additions and 44 deletions

View File

@@ -12730,6 +12730,28 @@ svg {
}
}
.bd-shoutout {
background-color: whitesmoke;
padding: 2rem;
text-align: center;
}
.bd-shoutout:not(:last-child) {
margin-bottom: 3rem;
}
.bd-shoutout-text.title {
opacity: 0.8;
}
.bd-shoutout-text.subtitle {
opacity: 0.5;
}
.bd-shoutout-button {
margin-top: -0.75rem;
}
.bd-bootstrap-table {
margin: 3rem 0;
}