|
|
|
@ -1043,15 +1043,14 @@ hr {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Taken from Bootstrap docs */ |
|
|
|
|
/* |
|
|
|
|
* Callouts |
|
|
|
|
* |
|
|
|
|
* Not quite alerts, but custom and helpful notes for folks reading the docs. |
|
|
|
|
* Requires a base and modifier class. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
/* Common styles for all types */ |
|
|
|
|
// Taken from Bootstrap docs |
|
|
|
|
// |
|
|
|
|
// Callouts |
|
|
|
|
// |
|
|
|
|
// Not quite alerts, but custom and helpful notes for folks reading the docs. |
|
|
|
|
// Requires a base and modifier class. |
|
|
|
|
|
|
|
|
|
// Common styles for all types |
|
|
|
|
.bs-callout { |
|
|
|
|
padding: 20px; |
|
|
|
|
margin: 20px 0; |
|
|
|
@ -1069,7 +1068,7 @@ hr {
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Variations */ |
|
|
|
|
// Variations |
|
|
|
|
.bs-callout-danger { |
|
|
|
|
background-color: #fdf7f7; |
|
|
|
|
border-color: #d9534f; |
|
|
|
|