mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-08 16:28:04 -06:00
toolbar buttons wip
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 2rem;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.side_drawer a:hover,
|
||||
|
||||
@@ -4,8 +4,8 @@ import { Link } from "react-router-dom";
|
||||
const PagesList = props => {
|
||||
return (
|
||||
<ul>
|
||||
<li><Link onClick={props.click} to="/Dashboard">Dashboard</Link></li>
|
||||
<li><Link onClick={props.click} to="/Input">Input</Link></li>
|
||||
<button><Link onClick={props.click} to="/Dashboard">Dashboard</Link></button>
|
||||
<button><Link onClick={props.click} to="/Input">Input</Link></button>
|
||||
</ul>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 2.0rem;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.toolbar_spacer {
|
||||
@@ -43,6 +44,7 @@
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 1.5rem;
|
||||
height: 200%;
|
||||
}
|
||||
|
||||
.toolbar_items a:hover,
|
||||
|
||||
Reference in New Issue
Block a user