Client - minor style changes

This commit is contained in:
Sam 2019-08-31 19:15:37 +02:00
parent 72cb1eb814
commit b33befe19a
2 changed files with 5 additions and 1 deletions

View File

@ -58,7 +58,6 @@ function FormWithGpx(props) {
className="fa fa-question-circle"
aria-hidden="true"
data-toggle="tooltip"
data-placement="top"
title={`max size: ${fileSizeLimit}`}
/>
</sup>{' '}

View File

@ -236,6 +236,11 @@ label {
margin-top: 30px;
}
.fa-question-circle {
color: #6c757d;
margin-left: 3px;
}
.fa-trophy {
color: goldenrod;
}