@@ -25,12 +25,12 @@ export function Card( props ){
</div>
<div className="content_info">
{
- loading ?
+ loading ?
<p style={{ paddingTop : 10}}>
<CircularProgress />
</p>
- : <h3>{ props.quantity }</h3>
- }
+ : <p>{ props.quantity }</p>
+ }
</Link>
@@ -3807,6 +3807,16 @@ All this is done for any sub-level being entered.
position: relative;
top: 0px;
}
+.panel .content_info h3 {
+ font-size: 28px;
+ color: #25344f;
+ margin: 0;
+ text-align: right;
+ width: 50%;
+ float: left;
+ position: relative;
+ top: 0px;
+}
.historial_candidatos .col-md-8 {
width: 100%;
flex: 100%;