Styles wizards hover on home

This commit is contained in:
apapachristou 2019-11-07 17:01:43 +02:00
parent de5dcb7d4c
commit 28a2326743
3 changed files with 13 additions and 8 deletions

View File

@ -625,6 +625,7 @@ export class DatasetWizardComponent extends BaseComponent implements OnInit, IBr
openDmpSearchDialogue() {
const formControl = new FormControl();
const dialogRef = this.dialog.open(DatasetCopyDialogueComponent, {
width: '500px',
restoreFocus: false,
data: {
formControl: formControl,

View File

@ -183,6 +183,10 @@ h6 {
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.14);
}
.card .card-header-blue:hover {
background: #268295 !important;
}
.card-stats .card-header.card-header-icon i {
font-size: 36px;
line-height: 56px;