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

META-INF.dirigible.dev-tools.lighthouse.lighthouseStartView.css Maven / Gradle / Ivy

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

.lighthouse-start-view {
  font-family: Roboto, sans-serif;
  font-size: var(--font-size);
  line-height: 18px;

  --color-blue: #0535C1;
  /* for buttons */
  --accent-color: var(--color-blue);
  --color-bg: white;
  --font-size: 14px;
  --report-font-family: Roboto, Helvetica, Arial, sans-serif;
}

.lighthouse-start-view header {
  flex: 2 1;
  padding: 16px;
  display: grid;
  justify-items: center;
}

.lighthouse-logo {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(Images/lighthouse_logo.svg);
}

.lighthouse-start-view-text {
  margin: 0 40px;
  text-align: center;
}

.lighthouse-start-view form {
  display: contents;
}

.lighthouse-form-section {
  padding: 8px;
  flex: 1 1;
}

.lighthouse-start-view.vbox .lighthouse-form-categories {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.lighthouse-form-section-label {
  margin: 7px 0 7px;
  font-weight: 500;
}

.lighthouse-form-section-label i span {
  position: relative;
  top: -2px;
}

.lighthouse-form-section-label span.largeicon-checkmark {
  top: -4px;
}

.lighthouse-radio {
  display: flex;
  align-items: center;
}

input[type="radio"]:focus {
  outline-width: 2px;
}

.lighthouse-radio-text {
  margin-left: 3px;
}

.lighthouse-start-button-container {
  align-items: center;
}

.lighthouse-start-button-container button {
  margin: 8px auto;
  font-family: var(--report-font-family);
  font-weight: 500;
  font-size: var(--font-size);
}
.lighthouse-start-button-container button:disabled {
  cursor: not-allowed;
}

.lighthouse-start-view .toolbar-dropdown-arrow {
  display: none;
}

.lighthouse-launcher-row,
.lighthouse-radio {
  margin-bottom: 6px;
}

.lighthouse-launcher-row:last-of-type,
.lighthouse-radio:last-of-type {
  margin-bottom: 0;
}

.lighthouse-launcher-row .dimmed {
  padding-left: 22px;
}

.lighthouse-help-text {
  text-align: center;
  color: red;
  font-weight: bold;
  padding-left: 10px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy