diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 56f471f..feae31e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1932,15 +1932,6 @@ hr { opacity: 1; } } - -/* 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; @@ -1961,7 +1952,6 @@ hr { border-radius: 3px; } -/* Variations */ .bs-callout-danger { background-color: #fdf7f7; border-color: #d9534f; diff --git a/sass/docs.scss b/sass/docs.scss index 8fccb33..5c5b09e 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -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;