]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/sass/singleton.scss
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / example / sass / singleton.scss
1 body {
2 p { line-height: 1.5em; }
3 span { font-weight: 700; }
4 a {
5 text-decoration: none;
6 &:hover {
7 text-decoration: underline;
8 font-size: (10px/3);
9 }
10 }
11 }