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
                     </div>
25
                     </div>
26
                     <div className="content_info">
26
                     <div className="content_info">
27
                         {
27
                         {
28
-                        loading ?
28
+                            loading ?
29
                             <p style={{ paddingTop : 10}}>
29
                             <p style={{ paddingTop : 10}}>
30
                                 <CircularProgress />
30
                                 <CircularProgress />
31
                             </p>
31
                             </p>
32
-                            : <h3>{ props.quantity }</h3>
32
+                            : <p>{ props.quantity }</p>
33
-                    }
33
+                        }
34
                     </div>
34
                     </div>
35
                 </div>
35
                 </div>
36
             </Link>
36
             </Link>

+ 10 - 0
src/Css/all.css

3807
     position: relative;
3807
     position: relative;
3808
     top: 0px;
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
 .historial_candidatos .col-md-8 {
3820
 .historial_candidatos .col-md-8 {
3811
     width: 100%;
3821
     width: 100%;
3812
     flex: 100%;
3822
     flex: 100%;