admin front : create new entite refresh concernementMapitem; fixed historique (active_revision)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user