"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CenteredEuiFlyoutBody = void 0; var _eui = require("@elastic/eui"); var _common = require("@kbn/kibana-react-plugin/common"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const CenteredEuiFlyoutBody = (0, _common.euiStyled)(_eui.EuiFlyoutBody)` & .euiFlyoutBody__overflow { display: flex; flex-direction: column; } & .euiFlyoutBody__overflowContent { align-items: center; align-self: stretch; display: flex; flex-direction: column; flex-grow: 1; justify-content: center; overflow: hidden; } `; exports.CenteredEuiFlyoutBody = CenteredEuiFlyoutBody;