company.magico dashboard

This commit is contained in:
2022-03-06 10:07:42 +01:00
parent a61ad76b06
commit 8b87f33e33
9 changed files with 1497 additions and 27717 deletions
+2 -27714
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
sass --watch scss/theme.scss:css/theme.css --style compressed
+34
View File
@@ -1,3 +1,37 @@
/*------------------------------------
File for your custom SCSS style
------------------------------------*/
.container-big {
@media (min-width: 1400px) {
max-width: 1320px;
}
@media (min-width: 1650px) {
max-width: 100%;
}
}
.company {
.comapny-dashboard {
height: 100%;
.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;
}
}
}
}
+2 -2
View File
@@ -632,7 +632,7 @@ $nav-collapse-pseudo-bg-color: $border-color !defau
// Width & Heights
$nav-collapse-pseudo-width: .125rem !default;
$nav-collapse-pseudo-height: calc(100% - .25rem}) !default;
$nav-collapse-pseudo-height: calc(100% - .25rem) !default;
// Type
$nav-subtitle-font-size: $font-size-xs !default;
@@ -1614,7 +1614,7 @@ $device-browser-header-browser-bar-bg-color: $gray-300 !default;
// Borders
$device-mobile-border-radius: 2rem !default;
$device-tablet-border-radius: 1rem !default;
$device-browser-border-radius: .5rem !default
$device-browser-border-radius: .5rem !default;
$device-browser-header-border-width: $border-width !default;
$device-browser-header-border-color: lighten($gray-300, 3%) !default;;
$device-browser-header-btn-list-btn-border-radius: $border-radius-rounded !default;
+3 -1
View File
@@ -1,3 +1,5 @@
/* v1 */
// Setup
@import '../../../node_modules/bootstrap/scss/functions';
@@ -22,4 +24,4 @@
@import 'front/front';
// Custom core
@import 'user';
@import 'user';