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

META-INF.dirigible.dev-tools.elements.platformFontsWidget.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/**
 * Copyright 2016 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.
 */

:host {
    user-select: text;
}

.platform-fonts {
    flex-shrink: 0;
}

.font-name {
    font-weight: bold;
}

.font-usage {
    color: #888;
    padding-left: 3px;
}

.title {
    padding: 0 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
}

.stats-section {
    margin: 5px 0;
}

.font-stats-item {
    padding-left: 1em;
}

.font-stats-item .font-delimeter {
    margin: 0 1ex 0 1ex;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy