/[sudobot]/trunk/docs/styles/SidebarItem.module.css
ViewVC logotype

Contents of /trunk/docs/styles/SidebarItem.module.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: text/css
File size: 270 byte(s)
chore: add trunk
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