Your IP : 216.73.217.80


Current Path : /home/jlgagfroyt/www/templates/yoo_katana/less/uikit/
Upload File :
Current File : /home/jlgagfroyt/www/templates/yoo_katana/less/uikit/comment.less

// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

//
// Component: Comment
//
// ========================================================================


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

@comment-header-margin-bottom:                  @global-margin;

@comment-avatar-margin-right:                   @global-margin;

@comment-title-font-size:                       round((@global-font-size * 1.14)); // 16px / 18px
@comment-title-line-height:                     round((@comment-title-font-size * 1.36)); // 22px / 24px

@comment-meta-color:                            @global-muted-color;
@comment-meta-font-size:                        round((@global-font-size * 0.78)); // 11px / 12px
@comment-meta-line-height:                      round((@comment-meta-font-size * 1.49)); // 16px / 18px

@comment-list-margin-top:                       @global-margin;

//
// New
//

@comment-primary-border: 						@global-primary-background;


// Component
// ========================================================================

.hook-comment() {}


// Sub-object `uk-comment-header`
// ========================================================================

.hook-comment-header() {}


// Sub-object `uk-comment-avatar`
// ========================================================================

.hook-comment-avatar() {}


// Sub-object `uk-comment-title`
// ========================================================================

.hook-comment-title() {}


// Sub-object `uk-comment-meta`
// ========================================================================

.hook-comment-meta() {}


// Sub-object `uk-comment-body`
// ========================================================================

.hook-comment-body() {}


// Sub-object `uk-comment-primary`
// ========================================================================

.hook-comment-primary() {
	border: 1px solid @comment-primary-border;
	padding: 15px;
}


// Miscellaneous
// ========================================================================

.hook-comment-misc() {}