diff --git a/ogWebconsole/src/app/components/groups/groups.component.css b/ogWebconsole/src/app/components/groups/groups.component.css index 874351f..12e2d46 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.css +++ b/ogWebconsole/src/app/components/groups/groups.component.css @@ -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;