Project

General

Profile

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

    
3
/* ========================================================================
4
   Name:            Bootstrap layer
5
   Description:     Compatibility layer to match UIkit and Bootstrap style
6
 ========================================================================== */
7

    
8
/* Button overrides
9
 ========================================================================== */
10

    
11
.btn:not(.uk-button-link):before { top: 0; }
12

    
13

    
14
/* Form overrides
15
 ========================================================================== */
16

    
17
.input-append input,
18
.input-prepend input {
19
    height: 30px;
20
    box-sizing: border-box;
21
}
22

    
23
.input-append .btn-group input,
24
.input-prepend .btn-group input,
25
.row-fluid input[class*="span"] { height: 32px;  }
26

    
27

    
28
/* Form overrides
29
 ========================================================================== */
30

    
31
.nav-tabs.nav-stacked > li > a:focus { background-color: @global-muted-background; }
32

    
33
/*
34
 * Nav List
35
 */
36

    
37
.nav-list .divider {
38
    margin-left: -15px;
39
    margin-right: -15px;
40
}
41

    
42
/*
43
 * Dropdowns
44
 */
45

    
46
.dropdown-menu { padding: 15px 0; }
    (1-1/1)