Client - minor style changes
This commit is contained in:
		@@ -58,7 +58,6 @@ function FormWithGpx(props) {
 | 
				
			|||||||
                className="fa fa-question-circle"
 | 
					                className="fa fa-question-circle"
 | 
				
			||||||
                aria-hidden="true"
 | 
					                aria-hidden="true"
 | 
				
			||||||
                data-toggle="tooltip"
 | 
					                data-toggle="tooltip"
 | 
				
			||||||
                data-placement="top"
 | 
					 | 
				
			||||||
                title={`max size: ${fileSizeLimit}`}
 | 
					                title={`max size: ${fileSizeLimit}`}
 | 
				
			||||||
              />
 | 
					              />
 | 
				
			||||||
            </sup>{' '}
 | 
					            </sup>{' '}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -236,6 +236,11 @@ label {
 | 
				
			|||||||
  margin-top: 30px;
 | 
					  margin-top: 30px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.fa-question-circle {
 | 
				
			||||||
 | 
					  color: #6c757d;
 | 
				
			||||||
 | 
					  margin-left: 3px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.fa-trophy {
 | 
					.fa-trophy {
 | 
				
			||||||
  color: goldenrod;
 | 
					  color: goldenrod;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user