Others Elements for the Pages

This commit is contained in:
Surya Paolo
2022-11-29 13:59:18 +01:00
parent 9d32f92589
commit 1ab75a58f4
19 changed files with 344 additions and 157 deletions

View File

@@ -463,7 +463,7 @@ body.mobile .landing:before {
cursor: pointer;
}
.selectedElem {
border: #200e96 solid 3px !important;
border: #b91111 solid 3px !important;
}
.align_center {
@@ -483,3 +483,16 @@ body.mobile .landing:before {
justify-content: space-between;
background-color: green;
}
.elemEdit{
margin: 3px;
padding: 3px;
background-color: #3fdaff;
text-align: center;
font-weight: bold;
}
.elemEdit:hover {
border: #11f609 solid 2px;
cursor: pointer;
}