Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/simcard.css
blob: d583dc058e9074f3ad792599b2383d932dd0248e (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
48
49
50
51
52
#simpin-dialog {
  background: white;
  color: #000;
}

#simpin-dialog section[role="region"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#simpin-dialog .container {
  padding-left: 20px;
  font-size: 1.5em;
}

#simpin-dialog .container > div {
  padding-top: 10px;
}

#errorMsg{
  padding: 1rem;
}

#simpin-dialog .error #messageHeader {
  color: red;
}

/* for simpin error message,
 * to override [role="dialog"] rules in core.css*/
#messageBody {
  color: #000;
  white-space: normal;
}

#simpin-dialog .input-wrapper {
  position: relative;
}

#simpin-dialog .input-wrapper input {
  font-size: 2.0em;
  display: block;
}

#simpin-dialog .input-wrapper input[type="text"] {
  width: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
}