/*
 * SPDX-FileCopyrightText: 2024 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
/*
 * Styles get overwritten by html-test-app css files each build or dev task.
 * If you want to modify the example styles do this only inside the html-test-app
 */

.message-bar {
  margin: 0.5rem;
}

.message-bar > ix-message-bar {
  margin-bottom: 0.5rem;
  display: block;
}

.message-bar-alarm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
