Przeglądaj źródła

time is not iqual to quality

amenpunk 4 lat temu
rodzic
commit
b285b78f5b
2 zmienionych plików z 13 dodań i 3 usunięć
  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 ){
                     </div>
                     <div className="content_info">
                         {
-                        loading ?
+                            loading ?
                             <p style={{ paddingTop : 10}}>
                                 <CircularProgress />
                             </p>
-                            : <h3>{ props.quantity }</h3>
-                    }
+                            : <p>{ props.quantity }</p>
+                        }
                     </div>
                 </div>
             </Link>

+ 10 - 0
src/Css/all.css

@@ -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%;