Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / ui_lazy / pieChart.css
blobbef554fa1e8ab7e87a654934c35ee22894718f80
1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 .root {
8 position: relative;
9 width: 100%;
10 height: 100%;
13 .pie-chart-foreground {
14 position: absolute;
15 width: 100%;
16 height: 100%;
17 z-index: 10;
18 top: 0;
19 display: flex;
22 .pie-chart-total {
23 margin: auto;
24 padding: 2px 5px;
25 background-color: rgba(255, 255, 255, 0.6);