Project

General

Profile

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

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

    
8

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

    
12
@grid-gutter-horizontal:                        @global-grid-gutter;
13
@grid-gutter-vertical:                          @global-grid-gutter;
14

    
15
@grid-gutter-large-horizontal:                  @global-grid-gutter-large;
16
@grid-gutter-large-vertical:                    @global-grid-gutter-large;
17

    
18
@grid-divider-border:                           @global-border;
19

    
20

    
21
// Miscellaneous
22
// ========================================================================
23

    
24
.hook-grid-misc() {}
(21-21/49)