changed to signups. not complete yet

This commit is contained in:
Jacob Levine
2019-03-16 15:47:56 -05:00
parent da6f2ce044
commit 0d111296af
11 changed files with 1438 additions and 173 deletions

View File

@@ -7,6 +7,14 @@ body{
display: none;
width:30px;
}
.blue{
background-color: #d1ecf1;
color: #0e0c60;
}
.red{
background-color: #f8d7da;
color: #b20515;
}
table{
margin-left: auto;
margin-right: auto;
@@ -46,7 +54,7 @@ td{
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
padding: 8px 8px 8px 30px;
text-decoration: none;
font-size: 25px;
color: #818181;
@@ -58,6 +66,24 @@ td{
.sidenav a:hover {
color: #f1f1f1;
}
/* The navigation menu links */
.sidenav p {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav p:hover {
color: #f1f1f1;
}
.scoutMatchLinks{
size: 20px;
padding: 6px 6px 8px 40px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {