File: glossary.less

package info (click to toggle)
matomo 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 95,068 kB
  • sloc: php: 289,425; xml: 127,249; javascript: 112,130; python: 202; sh: 178; 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;
}