Skip to content
Snippets Groups Projects
Commit 80e05938 authored by PLanCompS's avatar PLanCompS
Browse files

prettier

parent 59f757a7
No related branches found
No related tags found
No related merge requests found
...@@ -130,32 +130,6 @@ ...@@ -130,32 +130,6 @@
grid-column: 2; grid-column: 2;
margin-bottom: 0; margin-bottom: 0;
margin-left: 1em; margin-left: 1em;
}
.anchor-heading {
position: absolute;
right: -$sp-4;
width: $sp-5;
height: 100%;
padding-right: $sp-1;
padding-left: $sp-1;
overflow: visible;
@include mq(md) {
right: auto;
left: -$sp-5;
}
svg {
display: inline-block;
width: 100%;
height: 100%;
color: $link-color;
visibility: hidden;
}
}
dd {
blockquote, blockquote,
div, div,
dl, dl,
...@@ -178,9 +152,9 @@ ...@@ -178,9 +152,9 @@
} }
} }
} }
dd, dd,
ol, ol,
ul { ul {
dl:first-child { dl:first-child {
dt:first-child, dt:first-child,
...@@ -190,6 +164,29 @@ ...@@ -190,6 +164,29 @@
} }
} }
.anchor-heading {
position: absolute;
right: -$sp-4;
width: $sp-5;
height: 100%;
padding-right: $sp-1;
padding-left: $sp-1;
overflow: visible;
@include mq(md) {
right: auto;
left: -$sp-5;
}
svg {
display: inline-block;
width: 100%;
height: 100%;
color: $link-color;
visibility: hidden;
}
}
.anchor-heading:hover, .anchor-heading:hover,
h1:hover > .anchor-heading, h1:hover > .anchor-heading,
h2:hover > .anchor-heading, h2:hover > .anchor-heading,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment