summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/internet_page/network_property_list.css
blob: f743ad568b2a8e41db7dada46609e64c981ce52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2015 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. */

span {
  @apply(--paper-font-subhead);
  @apply(--paper-input-container-input);
  margin: 0 0 10px 5px;
}

span.fill {
  border-bottom-color: grey;
  border-bottom-style: dotted;
  border-width: thin;
  min-width: 20px;
}

paper-input-container {
  margin: -8px 0 2px 5px;
}