UNPKG

chrome-devtools-frontend

Version:
34 lines (29 loc) 741 B
/* * Copyright 2014 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .progress-indicator-shadow-stop-button { background-color: var(--sys-color-error-bright); border: 0; width: 10px; height: var(--sys-size-6); border-radius: var(--sys-size-2); } .progress-indicator-shadow-container { display: flex; flex: 1 0 auto; align-items: center; } .progress-indicator-shadow-container .title { text-overflow: ellipsis; overflow: hidden; max-width: 150px; margin-right: var(--sys-size-2); color: var(--sys-color-token-subtle); } .progress-indicator-shadow-container progress { flex: auto; margin: 0 var(--sys-size-2); width: 100px; }