Skip to content

Commit

Permalink
Merge pull request #30 from mlibrary/update-callout
Browse files Browse the repository at this point in the history
Add block text callout style for theme
  • Loading branch information
bridgetburke authored May 20, 2024
2 parents 7e9d389 + 6fd6faa commit c873e7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/scss/_callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@

.umich-lib-callout,
.umich-lib-print,
.umich-lib-alert {
.umich-lib-alert,
.umich-lib-block-text {
margin: 1rem 0;
padding: 1rem;
border: solid 1px #E5E9ED;
Expand Down Expand Up @@ -157,4 +158,10 @@
float:left;
height: 80px;
}
}
}

.umich-lib-block-text {
border-left: solid 4px transparent;
border: solid 1px transparent;
margin-left: 2rem;
}

0 comments on commit c873e7a

Please sign in to comment.