refs #1061 OU style mod
testing/ogGui-multibranch/pipeline/head There was a failure building this commit Details

oggui/translations
Alvaro Puente Mella 2024-11-04 11:05:52 +01:00
parent 1e40126734
commit e20ec14f5b
1 changed files with 13 additions and 2 deletions

View File

@ -18,6 +18,8 @@
.card {
flex-grow: 1;
margin: 10px;
border: 2px solid rgba(102, 102, 102, 0.103)
}
.header-container {
@ -28,8 +30,17 @@
padding: 10px;
}
.unidad-card, .elements-card {
flex: 1 1 45%;
.unidad-card {
flex: 1 1 20%;
background-color: #fafafa;
height: 600px;
overflow-y: auto;
box-shadow: none !important;
}
.elements-card {
flex: 1 1 75%;
background-color: #fafafa;
height: 600px;
overflow-y: auto;