mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-04 16:06:13 +00:00
cleaning
This commit is contained in:
parent
80c2bd285f
commit
193e7b4c7e
@ -57,12 +57,6 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
&:before {
|
&:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
/*
|
|
||||||
content: "\f192"; //circle-dot
|
|
||||||
content: "\f1dd"; //paragraph
|
|
||||||
content: "\f292"; //hashtag
|
|
||||||
content: "\f069"; //asterisk
|
|
||||||
*/
|
|
||||||
content: "\f142"; //ellipsis-v
|
content: "\f142"; //ellipsis-v
|
||||||
font-family: "ForkAwesome";
|
font-family: "ForkAwesome";
|
||||||
color: #718596ab;
|
color: #718596ab;
|
||||||
@ -71,7 +65,7 @@ export default {
|
|||||||
}
|
}
|
||||||
a[name^="section"] {
|
a[name^="section"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -3.5em; // ref. stickNav
|
top: -3.5em; // reference for stickNav
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
padding: 0.8em 0em;
|
padding: 0.8em 0em;
|
||||||
@ -80,18 +74,6 @@ export default {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-left: 1px dotted #718596ab;
|
border-left: 1px dotted #718596ab;
|
||||||
border-right: 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 {
|
dd {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user