remove corona alert

This commit is contained in:
Mark Eaton 2023-09-15 16:44:19 -04:00
parent 7d4f79c71a
commit 7017cceb1f
3 changed files with 1 additions and 19 deletions

View File

@ -1 +1 @@
{ "bracketSameLine": true, "htmlWhitespaceSensitivity": "ignore" }
{ "bracketSameLine": true, "htmlWhitespaceSensitivity": "ignore" }

View File

@ -16,12 +16,6 @@
class="image-fail"
alt="Kibbee Library logo"
src="https://libapps.s3.amazonaws.com/accounts/16298/images/xsmall-2.jpg" />
<div id="corona-alert">
<span id="corona-alert-text">
No fines on KBCC books checked out before the pandemic! Just
return them to any CUNY Library.
</span>
</div>
</div>
</div>
<div class="row" id="hamburger-alternative">

View File

@ -50,18 +50,6 @@ body {
}
#login-icon { display: inline-block; }
/* style alert */
#corona-alert {
text-align: center;
background-color: #faf870;
padding: 5px 50px;
cursor: pointer;
}
#corona-alert-text {
color: var(--text);
font-size: 1.5em;
}
/* style navbar */
nav.navbar-default.main-nav-container {
background-color: white;