﻿
/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 * 
 * Dashboard styling.
 */


/*
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 * 
 * Dashboard styling and layout.
 */

.dashboard-entry-icon {
    height: 96px;
    width: 96px;
}

@media only screen and (max-width: 1024px) {
    .dashboard-entry-icon {
        /*height: 96px;*/
        width: 96px;
    }
}