/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

.perf {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.devtools-button.perf-button {
  padding: 5px;
  margin: auto;
  font-size: 120%;
}

.perf-additional-message {
  margin: 10px;
  margin-top: 65px;
}
