Skip to content
Snippets Groups Projects
Commit 506642ac authored by Aishwarya's avatar Aishwarya Committed by Clement Ho
Browse files

Fixed border styles for callout

parent 2b2efbc6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,7 +9,9 @@
.bs-callout {
margin: $gl-padding 0;
padding: $gl-padding;
border-left: 3px solid $border-color;
border-color: $border-color;
border-style: solid;
border-width: 0 0 0 3px;
color: $text-color;
background: $gray-light;
 
Loading
Loading
@@ -48,6 +50,10 @@
background-color: $blue-100;
border-color: $blue-200;
color: $blue-700;
h4 {
color: $blue-700;
}
}
 
.bs-callout-success {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment