css: Don't export @iplWebAssets anymore

This variable is available since Icinga Web v2.9.0
(https://github.com/Icinga/icingaweb2/pull/4381)
The `@exports` feature is not ported to ipl-web
with https://github.com/Icinga/ipl-web/pull/365.
This commit is contained in:
Johannes Meyer 2026-04-27 09:25:28 +02:00
parent 4917819eb0
commit e43b4e9dd6

View file

@ -1,10 +1,6 @@
// SPDX-FileCopyrightText: 2019 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later
@exports: {
@iplWebAssets: "../lib/icinga/icinga-php-library";
};
& > .content.full-height {
padding-top: 0;
padding-bottom: 0;