1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46

content / browser / resources / private_aggregation / private_aggregation_internals.css [blame]

/* Copyright 2022 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: rgb(48, 57, 66);
  display: flex;
  flex-direction: column;
  font-size: 13px;
  height: 100%;
  margin: 15px;
  overflow: auto;
}

h1 {
  color: rgb(92, 97, 102);
  font-size: 1.5rem;
  padding-bottom: 10px;
}

main {
  border-top: 1px solid rgb(48, 57, 66);
  margin-top: 1rem;
  padding-top: 1rem;
}

.content {
  background-color: rgb(251, 251, 251);
}

button {
  font: inherit;
  margin-inline-end: 30px;
}

.sendbutton {
  margin-bottom: 16px;
}