mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
place html anchors: top, bottom of page + for each form section
This commit is contained in:
@@ -44,11 +44,26 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
h1 {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
div.vue-component {
|
||||
h2 {
|
||||
position: relative;
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "\f1dd";
|
||||
font-family: "ForkAwesome";
|
||||
color: lightgrey;
|
||||
left: -28px;
|
||||
top: 4px;
|
||||
}
|
||||
a[name^="section"] {
|
||||
position: absolute;
|
||||
top: -2em;
|
||||
}
|
||||
}
|
||||
padding: 1.5em 1em;
|
||||
margin: 2em 0;
|
||||
border: 1px solid lightgrey;
|
||||
|
Reference in New Issue
Block a user