File: footer.css

package info (click to toggle)
elixir-ex-doc 0.35.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: javascript: 2,848; makefile: 15; xml: 12; sh: 5
file content (27 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
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
.content-inner .footer {
  margin: 4em auto 1em;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.content-inner .footer,
.content-inner .footer :is(a, .footer-button) {
  color: var(--textFooter);
}

.content-inner .footer .line {
  display: inline-block;
}

.content-inner .footer .footer-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-style: italic;
  padding: 0 4px;
}

.content-inner .footer .footer-hex-package {
  margin-right: 4px;
}