summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/push_notifications/content/style.css
blob: 8176462a2ab4dfa1b70d586b912b8f635b5c8e26 (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
body {
  font-family: monaco;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
#ping-clear,
#ping-setup {
  font-size: 32px;
  text-align: center;
}
.form-inputs{
  margin-top: 20px;
}
input {
  width: 100px;
  height: 30px;
}
button {
  font-size: 16px;
}
#ping-text {
  margin-bottom: 30px;
}
#ping-clear {
  display: none;
}