All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.ui.emptyWidget.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/*
 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

 .empty-bold-text {
    display: block;
    font-size: 1.5em;
    margin: .83em 0 .83em;
    font-weight: bold;
 }

.empty-view {
    color: hsla(0, 0%, 43%, 1);
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 70px;
}

.empty-view-scroller {
    justify-content: center;
    overflow: auto;
}

.empty-view p {
    white-space: initial;
    line-height: 18px;
    max-width: 300px;
    flex-shrink: 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy