retouche home.pt et modif statut dossier

This commit is contained in:
2021-10-02 12:55:40 +02:00
parent e346440748
commit 7afcb9b8b1
6 changed files with 75 additions and 51 deletions

View File

@@ -287,3 +287,31 @@ color: black;
content: none !important;
}
}
.info-box {
display: block;
min-height: 70px;
background: #fff;
width: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
margin-bottom: 15px;
}
.info-box-icon {
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
display: block;
float: left;
height: 70px;
width: 70px;
text-align: center;
font-size: 40px;
line-height: 70px;
background: rgba(0, 0, 0, 0.2);
}
.info-box-content {
padding: 5px 5px;
margin-left: 80px;
}