Add depot mechanics2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user