Your IP : 216.73.216.196


Current Path : /home/eolienneia/www/tmp/install_5f87fb1a1c79c/packages/install_5f87fb1df0fcd/less/
Upload File :
Current File : /home/eolienneia/www/tmp/install_5f87fb1a1c79c/packages/install_5f87fb1df0fcd/less/theme.yoko.less

/*

Name: Yoko
Background: White
Color: Blue
Type: Material
Preview: https://downloads-yootheme.storage.googleapis.com/library/yoko/styles/default.jpg

Style: white-blue
Name: White Blue
Background: White
Color: Blue
Type: Material
Preview: https://downloads-yootheme.storage.googleapis.com/library/yoko/styles/white-blue.jpg

Style: white-darkblue
Name: White Darkblue
Background: White
Color: Blue
Type: Material
Preview: https://downloads-yootheme.storage.googleapis.com/library/yoko/styles/white-darkblue.jpg

Style: white-yellow
Name: White Yellow
Background: White
Color: Yellow
Type: Material
Preview: https://downloads-yootheme.storage.googleapis.com/library/yoko/styles/white-yellow.jpg

Style: white-turquoise
Name: White Turquoise
Background: White
Color: Turquoise
Type: Material
Preview: https://downloads-yootheme.storage.googleapis.com/library/yoko/styles/white-turquoise.jpg

Style: white-red
Name: White Red
Background: White
Color: Red
Type: Material
Preview: https://downloads-yootheme.storage.googleapis.com/library/yoko/styles/white-red.jpg

*/

// Platform
@import "platform.less";

// UIkit Core
@import "../vendor/assets/uikit/src/less/uikit.less";

// UIkit Theme
@import "../vendor/assets/uikit-themes/master/_import.less";
@import "../vendor/assets/uikit-themes/master-yoko/_import.less";

// Theme
@import "theme.less";


//
// Variables
// ========================================================================

@theme-page-container-background:               #fafafa;
@theme-toolbar-background:                      #fff;
@theme-toolbar-color-mode:                      none;
@section-title-color:                           @global-emphasis-color;
@theme-page-container-width:                    1400px;

//
// Box Decoration
//

@theme-box-decoration-bottom:                   7px;
@theme-box-decoration-left:                     7px;
@theme-box-decoration-right:                    7px;
@theme-box-decoration-top:                      7px;

@theme-box-decoration-default-background:       @global-primary-background;
@theme-box-decoration-primary-background:       @global-primary-background;
@theme-box-decoration-secondary-background:     @global-primary-background;

.hook-box-decoration {

    &::before {
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

}

.hook-box-decoration-default() {

    &::before {
        -webkit-mask-image: url("../vendor/assets/uikit-themes/master-yoko/images/box-decoration-default-image.svg");
        mask-image: url("../vendor/assets/uikit-themes/master-yoko/images/box-decoration-default-image.svg");
        -webkit-mask-position: 0% 100%;
        mask-position: 0% 100%;
    }

}

.hook-box-decoration-primary() {

    &::before {
        -webkit-mask-image: url("../vendor/assets/uikit-themes/master-yoko/images/box-decoration-primary-image.svg");
        mask-image: url("../vendor/assets/uikit-themes/master-yoko/images/box-decoration-primary-image.svg");
        -webkit-mask-position: 100% 100%;
        mask-position: 100% 100%;
    }

}

.hook-box-decoration-secondary() {

    &::before {
        -webkit-mask-image: url("../vendor/assets/uikit-themes/master-yoko/images/box-decoration-secondary-image.svg");
        mask-image: url("../vendor/assets/uikit-themes/master-yoko/images/box-decoration-secondary-image.svg");
        -webkit-mask-position: 100% 0%;
        mask-position: 100% 0%;
    }

}

@inverse-theme-box-decoration-default-background:       @inverse-global-border;
@inverse-theme-box-decoration-primary-background:       @inverse-global-border;
@inverse-theme-box-decoration-secondary-background:     @inverse-global-border;


// Style
// ========================================================================

@import (optional) "../vendor/assets/uikit-themes/master-yoko/styles/@{internal-style}.less";

@internal-style: ;