Create group tabs

This commit is contained in:
2021-03-15 18:04:20 +01:00
parent d0812e2d85
commit 9d1ebf5899
11 changed files with 271 additions and 269 deletions

View File

@ -34,4 +34,22 @@
.group-header .col-md-4 {
display: table;
margin: auto;
}
.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;
}