mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-27 15:30:18 +00:00
changed to signups. not complete yet
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user