company.magico: Widok app i app detail

This commit is contained in:
2022-03-07 23:09:53 +01:00
parent 8b87f33e33
commit 83d9f8f2d3
10 changed files with 3996 additions and 143 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8 -5
View File
@@ -12,6 +12,13 @@
}
}
.col-big-2 {
@media (min-width: 1650px) {
flex: 0 0 auto;
width: 16.66666667%;
}
}
.company {
.comapny-dashboard {
@@ -19,19 +26,15 @@
.company-dashboard-container {
width: 100%; height: 100%;
background-color: yellow;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
.company-dashboard-widget {
width: 30%;
background: red;
}
}
}
}
}