retouche home.pt et modif statut dossier
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user