mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Add shoutout block
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user