This commit is contained in:
Mathieu Jaumotte 2021-06-23 13:20:50 +02:00
parent 80c2bd285f
commit 193e7b4c7e

View File

@ -57,12 +57,6 @@ export default {
position: relative;
&:before {
position: absolute;
/*
content: "\f192"; //circle-dot
content: "\f1dd"; //paragraph
content: "\f292"; //hashtag
content: "\f069"; //asterisk
*/
content: "\f142"; //ellipsis-v
font-family: "ForkAwesome";
color: #718596ab;
@ -71,7 +65,7 @@ export default {
}
a[name^="section"] {
position: absolute;
top: -3.5em; // ref. stickNav
top: -3.5em; // reference for stickNav
}
}
padding: 0.8em 0em;
@ -80,18 +74,6 @@ export default {
border-radius: 5px;
border-left: 1px dotted #718596ab;
border-right: 1px dotted #718596ab;
/* debug components
position: relative;
&:before {
content: "vuejs component";
position: absolute;
left: 1.5em;
top: -0.9em;
background-color: white;
color: grey;
padding: 0 0.3em;
}
*/
dd {
margin-left: 1em;
}