Extracted frontend from webservice to new directory
Updated directory structure Updated .gitignore
This commit is contained in:
63
frontend/src/app/Views/dashboard/dashboard.component.scss
Normal file
63
frontend/src/app/Views/dashboard/dashboard.component.scss
Normal file
@@ -0,0 +1,63 @@
|
||||
// left gird
|
||||
.stockOverview {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin-top: 10%;
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
//right grids
|
||||
.depotOverview {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin-top: 10%;
|
||||
margin-left: 5%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
.stockTable {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: xx-large;
|
||||
height: 10%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.fix-right-side {
|
||||
height: 20%;
|
||||
}
|
||||
|
||||
.vertical-center {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.add-icon {
|
||||
transform: scale(2);
|
||||
padding-top: 1%;
|
||||
}
|
||||
|
||||
.right-side {
|
||||
margin-left: 2.5%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
height: 100%;
|
||||
}
|
Reference in New Issue
Block a user