Browse Source

time is not iqual to quality

amenpunk 3 years ago
parent
commit
b285b78f5b
2 changed files with 13 additions and 3 deletions
  1. 3 3
      src/Components/Card.js
  2. 10 0
      src/Css/all.css

+ 3 - 3
src/Components/Card.js

@@ -25,12 +25,12 @@ export function Card( props ){
25 25
                     </div>
26 26
                     <div className="content_info">
27 27
                         {
28
-                        loading ?
28
+                            loading ?
29 29
                             <p style={{ paddingTop : 10}}>
30 30
                                 <CircularProgress />
31 31
                             </p>
32
-                            : <h3>{ props.quantity }</h3>
33
-                    }
32
+                            : <p>{ props.quantity }</p>
33
+                        }
34 34
                     </div>
35 35
                 </div>
36 36
             </Link>

+ 10 - 0
src/Css/all.css

@@ -3807,6 +3807,16 @@ All this is done for any sub-level being entered.
3807 3807
     position: relative;
3808 3808
     top: 0px;
3809 3809
 }
3810
+.panel .content_info h3 {
3811
+    font-size: 28px;
3812
+    color: #25344f;
3813
+    margin: 0;
3814
+    text-align: right;
3815
+    width: 50%;
3816
+    float: left;
3817
+    position: relative;
3818
+    top: 0px;
3819
+}
3810 3820
 .historial_candidatos .col-md-8 {
3811 3821
     width: 100%;
3812 3822
     flex: 100%;