Add tag version
testing/ogGui-multibranch/pipeline/head There was a failure building this commit Details

oggui/translations
Alvaro Puente Mella 2024-10-25 14:47:33 +02:00
parent 48636d0933
commit cbae436535
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "og-webconsole",
"version": "0.0.0",
"version": "0.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",

View File

@ -184,7 +184,7 @@ mat-spinner {
.result-card {
width: 100%;
max-width: 250px;
height: 250px; /* Fijo para mantener la forma cuadrada */
height: 250px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
@ -228,7 +228,7 @@ mat-spinner {
.result-internal-units,
.result-clients {
font-size: 0.9rem;
color: #007bff; /* Color azul para destacar */
color: #007bff;
margin: 5px 0;
}
@ -251,11 +251,11 @@ mat-card {
}
.red-card {
background-color: #f35f53; /* Color rojo */
color: white; /* Texto en blanco */
background-color: #f35f53;
color: white;
}
.green-card {
background-color: #4caf50; /* Color verde */
color: white; /* Texto en blanco */
background-color: #4caf50;
color: white;
}