Add depot mechanics2

This commit is contained in:
kevinpauer
2022-04-06 19:44:09 +02:00
parent e592a0805a
commit 7ada44ea23
3 changed files with 89 additions and 14 deletions

View File

@@ -13,6 +13,7 @@
margin-top: 10%;
margin-left: 5%;
margin-right: 10%;
text-align: center;
}
.depotOverviewDown {
@@ -40,6 +41,8 @@
width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.fix-right-side {
@@ -60,7 +63,6 @@
.add-icon {
transform: scale(2);
margin-top: 2%;
outline: none !important;
}
@@ -80,10 +82,32 @@ table {
height: 80%;
}
side-heading {
display: inline;
}
.mat-ripple-element {
display: none !important;
}
.money {
margin-left: 2vw;
}
.green {
color: green;
}
.red {
color: red;
}
.row {
height: 20%;
}
.content {
height: inherit;
}
.content-container {
width: 100%;
display: grid;
align-items: center;
}