Client - minor style changes
This commit is contained in:
parent
72cb1eb814
commit
b33befe19a
@ -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>{' '}
|
||||
|
@ -236,6 +236,11 @@ label {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.fa-question-circle {
|
||||
color: #6c757d;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.fa-trophy {
|
||||
color: goldenrod;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user