Files
bulma/docs/_sass/docs/anchor.scss
Jeremy Thomas 69877a652c Init v1
2024-03-21 16:11:54 +00:00

17 lines
248 B
SCSS

.bd-anchor-title {
--p: 0rem;
padding-top: var(--p);
position: relative;
&:not(:first-child) {
--p: 1.5rem;
}
}
.bd-anchor-link {
position: absolute;
color: var(--theme-color);
right: calc(100% + 0.2875em);
top: var(--p);
}