mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
22 lines
256 B
CSS
22 lines
256 B
CSS
/**
|
|
* Groups header
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.group-header {
|
|
|
|
}
|
|
|
|
.group-header .group-icon {
|
|
max-height: 150px;
|
|
}
|
|
|
|
.group-header .group-name {
|
|
font-size: 200%;
|
|
}
|
|
|
|
.group-header .col-info .fa {
|
|
margin-right: 10px;
|
|
width: 10px;
|
|
} |