Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
This commit is contained in:
commit
418d29b7d5
|
@ -298,7 +298,8 @@ input[type="text"] {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
@ -389,12 +390,12 @@ input[type="text"] {
|
|||
}
|
||||
|
||||
::ng-deep .mat-form-field-wrapper {
|
||||
background-color: white !important;
|
||||
padding-bottom: 0 !important;
|
||||
background-color: white !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix {
|
||||
padding: 0.3rem 0rem 0.6rem 0rem !important;
|
||||
padding: 0.3rem 0rem 0.6rem 0rem !important;
|
||||
}
|
||||
|
||||
/* ::ng-deep .mat-tab-group {
|
||||
|
|
|
@ -156,7 +156,8 @@ input[type="text"] {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
|
|
@ -156,7 +156,8 @@ input[type="text"] {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
|
|
@ -156,7 +156,8 @@ input[type="text"] {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
|
|
@ -149,7 +149,8 @@ input[type="text"] {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
|
|
@ -224,7 +224,8 @@ input[type="text"] {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
|
|
@ -257,7 +257,8 @@ input[type="text"] {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
|
|
@ -652,7 +652,8 @@ hr {
|
|||
border: 2px solid #212121;
|
||||
border-radius: 30px;
|
||||
opacity: 1;
|
||||
width: 132px;
|
||||
min-width: 132px;
|
||||
width: auto;
|
||||
height: 40px;
|
||||
margin-top: 4.125rem;
|
||||
}
|
||||
|
|
|
@ -223,6 +223,7 @@
|
|||
"QUICK-WIZARD-DATASET": "Añadir una descripción del dataset (Asistente)",
|
||||
"ADD-EXPERT": "Nuevo PGD (Experto)",
|
||||
"MY-DATASET-DESC": "Mis descripciones del dataset",
|
||||
"MY-DATASETS": "Mis descripciones del dataset",
|
||||
"MY-GRANTS": "Mis subvenciones",
|
||||
"HISTORY": "HISTORIAL",
|
||||
"HISTORY-VISITED": "VISITADO POR ÚLTIMA VEZ",
|
||||
|
|
|
@ -220,6 +220,7 @@
|
|||
"QUICK-WIZARD-DATASET": "Προσθήκη Περιγραφής Συνόλου Δεδομένων (Wizard)",
|
||||
"ADD-EXPERT": "Νέο Σχέδιο Διαχείρισης Δεδομένων(Expert)",
|
||||
"MY-DATASET-DESC": "Οι δικές μου Περιγραφές Συνόλου Δεδομένων",
|
||||
"MY-DATASETS": "Περιγραφές Δεδομένων μου",
|
||||
"MY-GRANTS": "Οι επιχορηγήσεις μου",
|
||||
"HISTORY": "ΙΣΤΟΡΙΚΟ",
|
||||
"HISTORY-VISITED": "ΤΕΛΕΥΤΑΙΑ ΕΠΙΣΚΕΨΗ",
|
||||
|
|
|
@ -220,6 +220,7 @@
|
|||
"QUICK-WIZARD-DATASET": "Veri Seti Tanımı Ekle (Sihirbaz)",
|
||||
"ADD-EXPERT": "Yeni VYP (Uzman)",
|
||||
"MY-DATASET-DESC": "Veri Seti Tanımlamalarım",
|
||||
"MY-DATASETS": "Veri Seti Tanımlamalarım",
|
||||
"MY-GRANTS": "Hibelerim",
|
||||
"HISTORY": "TARİHÇE",
|
||||
"HISTORY-VISITED": "SON ZİYARET",
|
||||
|
|
Loading…
Reference in New Issue