/[sudobot]/branches/7.x/docs/styles/DocsLinkItem.module.css
ViewVC logotype

Contents of /branches/7.x/docs/styles/DocsLinkItem.module.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/css
File size: 268 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 .root {
2 margin: 5px 0;
3 }
4
5 .anchor {
6 padding: 5px 10px;
7 display: flex;
8 justify-content: space-between;
9 align-items: center;
10 border-radius: 5px;
11 }
12
13 .root.active .anchor,
14 .anchor.active,
15 .anchor:hover {
16 background: rgba(255, 255, 255, 0.1);
17 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26