Project

General

Profile

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

    
3
//
4
// Component: Placeholder
5
//
6
// ========================================================================
7

    
8

    
9
// Variables
10
// ========================================================================
11

    
12
@placeholder-margin-vertical:                   @global-margin;
13
@placeholder-padding:                           @global-margin;
14
@placeholder-border:                            @global-border;
15
@placeholder-background:                        @global-muted-background;
16
@placeholder-color:                             @global-color;
17

    
18

    
19
// Component
20
// ========================================================================
21

    
22
.hook-placeholder() {}
23

    
24
.hook-placeholder-large() {}
25

    
26

    
27
// Miscellaneous
28
// ========================================================================
29

    
30
.hook-placeholder-misc() {}
(34-34/49)