2018-07-03 09:45:57 +00:00
|
|
|
/**
|
|
|
|
* Groups header
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
|
|
|
*/
|
|
|
|
|
2021-03-15 17:30:18 +00:00
|
|
|
.group-header {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2018-07-03 09:45:57 +00:00
|
|
|
|
|
|
|
.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-16 06:27:31 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2021-03-15 17:04:20 +00:00
|
|
|
.group-header .box-body {
|
|
|
|
display: flex;
|
2021-03-15 17:30:18 +00:00
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-bottom-right-radius: 0px;
|
2021-03-15 17:04:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|