mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Create group tabs
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user