Styles wizards hover on home
This commit is contained in:
parent
de5dcb7d4c
commit
28a2326743
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue