Banner vue component fully manage AccompanyingCourse banner

This commit is contained in:
2021-05-20 12:59:58 +02:00
parent ae1146c79c
commit 821b67723c
5 changed files with 95 additions and 62 deletions

View File

@@ -43,21 +43,22 @@ export default {
<style lang="scss" scoped>
div.vue-component {
padding: 1.5em 0;
padding: 1.5em 1em;
margin: 2em 0;
border: 2px dotted lightgrey;
border-radius: 10px;
border-left: 0;
border-right: 0;
position: relative;
&:before {
border: 1px solid lightgrey;
border-radius: 5px;
border-left: 1px dotted lightgrey;
border-right: 1px dotted lightgrey;
/*
position: relative; */
&:before { /*
content: "vuejs component";
position: absolute;
left: 1.5em;
top: -0.9em;
background-color: white;
color: grey;
padding: 0 0.3em;
padding: 0 0.3em;*/
}
dd {
margin-left: 1em;