add icon to login link

This commit is contained in:
Mark Eaton
2022-07-27 10:26:19 -04:00
parent ff5f150826
commit 4a213893be
2 changed files with 11 additions and 3 deletions
+7 -2
View File
@@ -17,7 +17,6 @@ body {
/* style header */
#header-div {
padding: 30px;
text-align: center;
}
/* style the hamburger menu */
@@ -53,8 +52,14 @@ body {
#login-div {
float: right;
padding: 8px 15px 0px 0px;
font-size: 1.21em;
color:var(--kbccblue);
font-size:1.5em;
}
#login-text {
display: inline-block;
vertical-align: -2px;
}
#login-icon { display: inline-block; }
/* style alert */
#corona-alert {