front admin proximites is ok

This commit is contained in:
2024-05-29 16:14:24 +02:00
parent 29dacfdde8
commit f683978b7c
2 changed files with 54 additions and 10 deletions

View File

@@ -1095,13 +1095,17 @@ figcaption[contenteditable="true"]{
border: rgba(0,0,0,0.8) 2px solid;
}
.editable{
@mixin editable-box{
background: #eee;
border: #eee 2px solid;
border-radius: 5px;
padding: 0.3em!important;
margin: 1em 0 0;
}
.editable{
font-size: 0.756em;
@include editable-box();
&>*{
display: inline-block!important;
padding: 0!important;
@@ -1232,14 +1236,37 @@ ul.editable-files{
}
section.editable-proximites{
@include editable-box();
margin-top: 1em;
label{
padding: 0!important;
}
div.wrapper.editable{
margin:0; padding:0.5em !important;
em{
font-weight: 500;
}
div.wrapper{
ul{
li{
display: flex;
flex-direction: row;
align-items: center;
em{
flex:1 0 auto;
font-weight: 300;
}
svg.delete{
flex: 0 0 auto;
width:1.3em;
cursor: pointer;
transition: all 0.3s ease-in-out;
&:hover{
color: #aaa;
}
}
}
}
&>div.vue-simple-suggest{
display: block!important;
}
}
}