File: glossary.less

package info (click to toggle)
matomo 5.5.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,596 kB
  • sloc: php: 231,041; javascript: 102,286; python: 202; xml: 189; sh: 172; makefile: 20; sql: 10
file content (25 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
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

.glossary .pagination a {
  box-sizing: content-box;
  padding: 0 10px 5px;
  &:hover, &.active {
    text-decoration: none;
    padding: 0 10px 3px;
    border-left: none;
    border-bottom: 2px solid @color-blue-matomo;
  }
}

.glossary .pagination li {
  // a {line-height: 30px + padding: 5px}
  // vs standard .pagination li {height: 30px}
  height: 35px;
}

.glossary .scrollspy {
  padding-top: 2rem;
}

#content.admin .glossaryPage > .row {
  margin: 0 -0.75rem;
}