/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. * * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. */ $font-stack: Helvetica; .optional { color: #16191f; font-size: 12px; line-height: 16px; line-height: 16px; font-family: $font-stack; text-align: left; font-style: oblique; font-weight: normal; } @mixin mixin_sublabel($align) { color: #69707d; font-size: 12px; line-height: 16px; font-weight: normal; font-family: $font-stack; text-align: $align; } .sublabel { @include mixin_sublabel(left); } .sublabel-center { @include mixin_sublabel(center); } .no-data-filter-rectangle { text-align: center; margin: auto; } .no-data-filter-title { color: #69707d; font-family: $font-stack; font-size: 14px; font-weight: bold; line-height: 17px; text-align: center; } .minutes { height: 17px; width: 62px; color: #16191f; font-family: $font-stack; font-size: 14px; letter-spacing: -0.07px; line-height: 17px; }