1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/API/stylesheets/glossary.less
Stefan Giehl d0b2cb15f3 Use matomo brand in less color names (#20693)
* use matomo brand in color names

* add changelog
2023-05-11 11:41:24 +02:00

26 خطوط
474 B
Plaintext

.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;
}