Skip to content

Instantly share code, notes, and snippets.

@swsalim
Created February 22, 2019 07:25
Show Gist options
  • Save swsalim/232e1d9380c83b488ddecf275f2b5756 to your computer and use it in GitHub Desktop.
Save swsalim/232e1d9380c83b488ddecf275f2b5756 to your computer and use it in GitHub Desktop.
.te-content-box {
margin: 2rem 0;
padding: 2rem;
border: 1px solid transparent;
border-radius: 0.25rem;
border-color: #bcdff1;
background-color: #d9edf7;
color: #31708f;
}
.te-content-box strong {
color: #31708f !important;
}
.te-content-box-yellow {
border-color: #faf2cc;
background-color: #fcf8e3;
color: #8a6d3b;
}
.te-content-box-yellow strong {
color: #8a6d3b !important;
}
.te-content-box-red {
border-color: #ebcccc;
background-color: #f2dede;
color: #a94442;
}
.te-content-box-red strong {
color: #a94442 !important;
}
.te-content-box .heading {
color: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment