Skip to content

Commit

Permalink
Closes #1002: callout boxes get the same border color on all four sid…
Browse files Browse the repository at this point in the history
…es. (#1003)
  • Loading branch information
mmunro-ltrr authored Nov 1, 2023
1 parent 65117b6 commit 56ec7c5
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 143 deletions.
36 changes: 18 additions & 18 deletions dist/css/arizona-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -19748,7 +19748,7 @@ a {
}

.callout-red {
border-left-color: #ab0520;
border-color: #ab0520;
}
.callout-red h2,
.callout-red h3,
Expand All @@ -19769,7 +19769,7 @@ a {
}

.callout-bloom {
border-left-color: #ef4056;
border-color: #ef4056;
}
.callout-bloom h2,
.callout-bloom h3,
Expand All @@ -19790,7 +19790,7 @@ a {
}

.callout-chili {
border-left-color: #8b0015;
border-color: #8b0015;
}
.callout-chili h2,
.callout-chili h3,
Expand All @@ -19811,7 +19811,7 @@ a {
}

.callout-blue {
border-left-color: #0c234b;
border-color: #0c234b;
}
.callout-blue h2,
.callout-blue h3,
Expand All @@ -19832,7 +19832,7 @@ a {
}

.callout-sky {
border-left-color: #81d3eb;
border-color: #81d3eb;
}
.callout-sky h2,
.callout-sky h3,
Expand All @@ -19853,7 +19853,7 @@ a {
}

.callout-oasis {
border-left-color: #378dbd;
border-color: #378dbd;
}
.callout-oasis h2,
.callout-oasis h3,
Expand All @@ -19874,7 +19874,7 @@ a {
}

.callout-azurite {
border-left-color: #1e5288;
border-color: #1e5288;
}
.callout-azurite h2,
.callout-azurite h3,
Expand All @@ -19895,7 +19895,7 @@ a {
}

.callout-midnight {
border-left-color: #001c48;
border-color: #001c48;
}
.callout-midnight h2,
.callout-midnight h3,
Expand All @@ -19916,7 +19916,7 @@ a {
}

.callout-cool-gray {
border-left-color: #e2e9eb;
border-color: #e2e9eb;
}
.callout-cool-gray h2,
.callout-cool-gray h3,
Expand All @@ -19937,7 +19937,7 @@ a {
}

.callout-warm-gray {
border-left-color: #f4ede5;
border-color: #f4ede5;
}
.callout-warm-gray h2,
.callout-warm-gray h3,
Expand All @@ -19958,7 +19958,7 @@ a {
}

.callout-leaf {
border-left-color: #70b865;
border-color: #70b865;
}
.callout-leaf h2,
.callout-leaf h3,
Expand All @@ -19979,7 +19979,7 @@ a {
}

.callout-river {
border-left-color: #007d84;
border-color: #007d84;
}
.callout-river h2,
.callout-river h3,
Expand All @@ -20000,7 +20000,7 @@ a {
}

.callout-silver {
border-left-color: #9eabae;
border-color: #9eabae;
}
.callout-silver h2,
.callout-silver h3,
Expand All @@ -20021,7 +20021,7 @@ a {
}

.callout-mesa {
border-left-color: #a95c42;
border-color: #a95c42;
}
.callout-mesa h2,
.callout-mesa h3,
Expand All @@ -20042,7 +20042,7 @@ a {
}

.callout-ash {
border-left-color: #403635;
border-color: #403635;
}
.callout-ash h2,
.callout-ash h3,
Expand All @@ -20063,7 +20063,7 @@ a {
}

.callout-sage {
border-left-color: #4a634e;
border-color: #4a634e;
}
.callout-sage h2,
.callout-sage h3,
Expand All @@ -20084,7 +20084,7 @@ a {
}

.callout-white {
border-left-color: #fff;
border-color: #fff;
}
.callout-white h2,
.callout-white h3,
Expand All @@ -20105,7 +20105,7 @@ a {
}

.callout-black {
border-left-color: #000;
border-color: #000;
}
.callout-black h2,
.callout-black h3,
Expand Down
2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 56ec7c5

Please sign in to comment.