admin front: create new besoin on puissance d'agir is ok

This commit is contained in:
2024-06-03 12:10:08 +02:00
parent b260ab1b87
commit eeed61df4b
5 changed files with 172 additions and 7 deletions

View File

@@ -1280,7 +1280,7 @@ section.editable-proximites{
}
}
div.add-entite-btn{
@mixin add-btn{
border: #eee 2px solid;
background-color: #eee;
border-radius: 5px;
@@ -1303,4 +1303,12 @@ div.add-entite-btn{
&:hover{
border: #01ffe2 2px solid;
}
}
div.add-entite-btn{
@include add-btn();
}
div.add-besoin-btn{
@include add-btn();
}