Skip to content

Commit 17e57fb

Browse files
authored
Clear banner, aligning with partner teams (#8072)
1 parent e18ce54 commit 17e57fb

3 files changed

Lines changed: 0 additions & 19 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/base.less

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,6 @@ body {
230230
&.banner-info {
231231
background: @info-bg;
232232
}
233-
234-
&.banner-blm {
235-
background-color: #000;
236-
color: #fff;
237-
}
238233
}
239234

240235
.alert {

src/NuGetGallery/Views/Shared/Gallery/Header.cshtml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
var rawErrorMessage = TempData.ContainsKey("RawErrorMessage") ? TempData["RawErrorMessage"].ToString() : null;
99
}
1010

11-
<div class="container-fluid banner banner-blm text-center">
12-
<div class="row">
13-
<div class="col-sm-12">
14-
<span>
15-
Black Lives Matter.
16-
</span>
17-
</div>
18-
</div>
19-
</div>
20-
2111
<div class="container-fluid banner banner-info text-center">
2212
<div class="row">
2313
<div class="col-sm-12">

0 commit comments

Comments
 (0)