admin front : create new entite refresh concernementMapitem; fixed historique (active_revision)

This commit is contained in:
2024-04-05 22:59:13 +02:00
parent 340da92a46
commit 052a37d714
7 changed files with 432 additions and 252 deletions

View File

@@ -67,6 +67,23 @@ body{
}
div.loading{
text-align: center;
font-size: 1.134em;
&::after{
background: url(../assets/Ellipsis-5s-100px.svg);
background-clip: content-box;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
width: 40px; height: 30px;
// border: #01ffe2;
content: " ";
}
}
#main-content{
#map-backgrounds{
@@ -80,9 +97,7 @@ body{
// display:none;
}
}
}
#map-concernements{
div.loading{
position: absolute;
@@ -92,20 +107,8 @@ body{
transform: translateX(-50%) translateY(-50%);
width: 150px;
display: block;
text-align: center;
// font-weight: 600;
font-size: 1.134em;
&::after{
background: url(../assets/Ellipsis-5s-100px.svg);
background-clip: content-box;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
display: inline-block;
width: 150px; height: 30px;
border: #01ffe2;
content: " ";
width: 150px;
}
}
}