mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Banner vue component fully manage AccompanyingCourse banner
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user