/*

Name: Morgan Consulting
Background: White
Color: Blue
Type: Flat

Style: white-green
Name: White Green
Background: White
Color: Green
Type: Flat

Style: white-dove
Name: White Dove
Background: White
Color: Blue
Type: Flat

Style: white-yellow
Name: White Yellow
Background: White
Color: Yellow
Type: Flat

Style: white-red
Name: White Red
Background: White
Color: Red
Type: Flat

Style: white-orange
Name: White Orange
Background: White
Color: Orange
Type: Flat

*/

// Platform
@import "platform.less";

// UIkit Core
@import "~uikit/src/less/uikit.less";

// UIkit Theme
@import "master/_import.less";
@import "morgan-consulting/_import.less";

// Theme
@import "theme.less";

// Style
@import (optional) "morgan-consulting/styles/@{internal-style}.less";

//
// Variables
//

@theme-page-border-width:                       20px;

@theme-page-container-width:                    1560px;
@theme-page-container-background:               #272727;

.tm-page when not (@theme-page-border-width = 0) {
    border-top-width: 0;
}