/**
 * This file is part of HideRepoToUser UIHook Plugin for ILIAS,
 * developed by OC Open Consulting to hide information about
 * the ILIAS Repository to the users.
 *
 * @author Elia Bosco <elia@opencons.net>
 * @copyright 2026 OC Open Consulting SB Srl
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

.panel.panel-primary.panel-flex>.panel-body>.alert.alert-info>ul {
    display: none;
}