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