mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
17 lines
248 B
SCSS
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);
|
|
}
|