refs #1061 OU style mod
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
parent
1e40126734
commit
e20ec14f5b
|
@ -18,6 +18,8 @@
|
||||||
.card {
|
.card {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
||||||
|
border: 2px solid rgba(102, 102, 102, 0.103)
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-container {
|
.header-container {
|
||||||
|
@ -28,8 +30,17 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unidad-card, .elements-card {
|
.unidad-card {
|
||||||
flex: 1 1 45%;
|
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;
|
background-color: #fafafa;
|
||||||
height: 600px;
|
height: 600px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
Loading…
Reference in New Issue