summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/internet_page/network_siminfo.css
blob: df0d574c71b027a21d718c480d2bf7b1b0ff3478 (plain)
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
47
/* 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. */

iron-icon {
 -webkit-margin-end: 5px;
 -webkit-margin-start: -3px;
}

paper-button {
  margin: 0;
}

span {
  -webkit-margin-end: 10px;
}

#lockedDiv span {
  color: red;
  font-weight: 500;
}

#lockedDiv paper-input {
  -webkit-margin-start: 10px;
  width: 80px;
}

#unlockSimDialog paper-input {
  -webkit-margin-start: 5px;
}

#unlockSimDialog span {
  -webkit-margin-start: 5px;
}

.pin {
  min-width: 100px;
}

.puk {
  min-width: 200px;
}

.error {
  color: red;
  max-width: 400px;
}