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

55 lines
782 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;
}
.group-header .col-info .fa,
.group-header .col-metadata .fa {
2018-07-03 11:06:55 +00:00
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;
2021-03-15 17:04:20 +00:00
}
.group-header .box-body {
display: flex;
}
.group-header .box-body .spacer {
flex: 2;
}
.group-header .box-body .col-metadata {
flex: 1;
display: flex;
flex-direction: column;
align-items: baseline;
justify-content: center;
min-width: 160px;
2018-07-03 09:45:57 +00:00
}