// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Text // // ======================================================================== // Variables // ======================================================================== @text-small-font-size: round((@global-font-size * 0.8)); // 12px @text-small-line-height: round((@text-small-font-size * 1.5)); // 18px @text-large-font-size: round((@global-font-size * 1.2)); // 18px @text-large-line-height: round((@text-large-font-size * 1.444)); // 26px @text-muted-color: @global-muted-color; @text-primary-color: @global-primary-background; @text-success-color: @global-success-background; @text-warning-color: @global-warning-background; @text-danger-color: @global-danger-background; @text-contrast-color: @global-contrast-color; // Miscellaneous // ======================================================================== .hook-text-misc() {}