Created
November 11, 2020 02:50
-
-
Save mepcotterell/8f2badaf3c2a8e5c3a2121f34ccc14c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bd-callout-info { | |
border-left-color: #5bc0de; | |
} | |
.bd-callout { | |
padding: 1.25rem; | |
margin-top: 1.25rem; | |
margin-bottom: 1.25rem; | |
border: 1px solid #eee; | |
border-left-width: .25rem; | |
border-radius: .25rem; | |
} | |
.bd-callout-info h4 { | |
color: #5bc0de; | |
} | |
.bd-callout h4 { | |
margin-top: 0; | |
margin-bottom: .25rem; | |
} | |
.h4, h4 { | |
font-size: 1.5rem; | |
} | |
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { | |
margin-bottom: .5rem; | |
font-weight: 500; | |
line-height: 1.2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment