Improved header appearance

This commit is contained in:
Pierre HUBERT
2018-07-07 07:27:55 +02:00
parent d32c1428cf
commit 0c20b97b2f
2 changed files with 30 additions and 10 deletions

View File

@ -4,9 +4,6 @@
* @author Pierre HUBERT
*/
.group-header {
}
.group-header .group-icon {
max-height: 150px;
@ -19,4 +16,17 @@
.group-header .col-info .fa {
margin-right: 10px;
width: 10px;
}
.group-header .group-col-icon {
text-align: center;
}
.group-header .group-col-icon span {
display: block;
}
.group-header .col-md-4 {
display: table;
margin: auto;
}