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", "name": "og-webconsole",
"version": "0.0.0", "version": "0.5.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

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