summaryrefslogtreecommitdiff
path: root/src/main/resources/static/scss/_slick-nav.scss
blob: 854cc69bafca5e36b05b12a5948d18b44ebafd61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105


// slick-nav
.mobile_menu{
    @media #{$mobile_device} {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 9;
    }
}
.slicknav_menu{
    .slicknav_nav {
        background: #fff;
        float: right;
        margin-top: 0;
        padding: 0;
        width: 95%;
        padding: 0;
        border-radius: 0px;
        margin-top: 5px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 11px;
        a{
            &:hover{
                background: transparent;
                color: #4A3600;
            }
            &.active{
                color: #4A3600;
            }
            i{
                @media #{$mobile_device} {
                    display: none;
                }
                @media #{$tablet_device} {
                    display: none;
                }
            }
        }
        .slicknav_btn {
            background-color: transparent;
            cursor: pointer;
            margin-bottom: 10px;
            margin-top: -40px;
            position: relative;
            z-index: 99;
            border: 1px solid #ddd;
            top: 3px;
            right: 5px;
            top: -32px;
            .slicknav_icon{
                margin-right: 6px;
                margin-top: 3px;
                position: relative;
                padding-bottom: 3px;
                top: -11px;
                right: -5px;
            }
        }
    }
    @media #{$mobile_device} {
        margin-right: 0px;
    }
}


// slick-nav
.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -9px;  
}
.slicknav_btn {
	background-color: transparent;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
	border: none;
	border-radius: 3px;
	top: 5px;
	padding: 5px;
	right: 5px;
	margin-top: -5px;
	top: -31px;
}
.slicknav_btn {
	background-color: transparent;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
	border: none;
	border-radius: 3px;
	top: 5px;
	padding: 5px;
	right: 0;
	margin-top: -5px;
    top: -26px;
}