mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
19 lines
209 B
CSS
19 lines
209 B
CSS
|
|
body{
|
|
text-align: center;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
#signout{
|
|
display: none;
|
|
}
|
|
#deleteacc{
|
|
display: none;
|
|
}
|
|
#updpi{
|
|
display: none;
|
|
}
|
|
|
|
#ProfileUpdate{
|
|
display: none;
|
|
}
|