// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Placeholder // // ======================================================================== // Variables // ======================================================================== @placeholder-margin-vertical: 15px; @placeholder-padding: 20px; @placeholder-border: darken(@global-light-background, 15%); @placeholder-background: @global-light-background; @placeholder-color: @global-color; @placeholder-large-padding-vertical: 80px; // Component // ======================================================================== .hook-placeholder() { [class*='uk-icon-']:before {color: @global-color;} } .hook-placeholder-large() {} // Miscellaneous // ======================================================================== .hook-placeholder-misc() {}