ComunicWeb/assets/css/pages/groups/sections/header.css

36 lines
469 B
CSS
Raw Normal View History

2018-07-03 09:45:57 +00:00
/**
* Groups header
*
* @author Pierre HUBERT
*/
.group-header .group-icon {
max-height: 150px;
}
.group-header .group-name {
font-size: 200%;
2018-07-03 11:06:55 +00:00
}
2018-07-15 16:37:10 +00:00
.group-header .group-tag {
color: #6f737b;
}
2018-07-03 11:06:55 +00:00
.group-header .col-info .fa {
margin-right: 10px;
width: 10px;
2018-07-07 05:27:55 +00:00
}
.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;
2018-07-03 09:45:57 +00:00
}