company.magico dashboard
This commit is contained in:
+2
-27714
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
sass --watch scss/theme.scss:css/theme.css --style compressed
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -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';
|
||||
Reference in New Issue
Block a user