leather 0.2.29 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/leather/hero24.jpg +0 -0
- data/app/assets/images/leather/phone.png +0 -0
- data/app/assets/javascripts/leather/off_canvas.js.coffee +11 -42
- data/app/assets/stylesheets/docs.css.scss +3 -0
- data/app/assets/stylesheets/leather.css.scss +20 -2
- data/app/assets/stylesheets/leather/_buttons.css.scss +31 -0
- data/app/assets/stylesheets/leather/_grid.css.scss +19 -0
- data/app/assets/stylesheets/leather/_list_groups.css.scss +33 -0
- data/app/assets/stylesheets/leather/_nav_menus.css.scss +125 -0
- data/app/assets/stylesheets/leather/_off_canvas.css.scss +89 -56
- data/app/assets/stylesheets/leather/_scroll_panels.css.scss +85 -0
- data/app/assets/stylesheets/leather/_toggle_columns.css.scss +23 -0
- data/app/assets/stylesheets/leather/_typography.css.scss +12 -0
- data/app/assets/stylesheets/leather/_utilities.css.scss +54 -0
- data/app/assets/stylesheets/leather/_variables.css.scss +6 -15
- data/app/assets/stylesheets/leather/components/_cta.css.scss +13 -0
- data/app/assets/stylesheets/leather/components/_features.css.scss +87 -0
- data/app/assets/stylesheets/leather/components/_flex_boxes.css.scss +37 -0
- data/app/assets/stylesheets/leather/components/_image_block.css.scss +55 -0
- data/app/controllers/leather/application_controller.rb +5 -1
- data/app/controllers/leather/layouts_controller.rb +15 -0
- data/app/views/leather/application/components.html.haml +174 -0
- data/app/views/leather/application/ui_kit.html.haml +395 -301
- data/app/views/leather/bootstrap_components/_navbar.html.haml +13 -0
- data/app/views/leather/layouts/_links.html.haml +8 -0
- data/app/views/leather/layouts/_navigation.html.haml +0 -0
- data/app/views/leather/layouts/admin.html.haml +20 -0
- data/app/views/leather/layouts/three_column.html.haml +47 -0
- data/app/views/leather/layouts/two_column.html.haml +35 -0
- data/config/routes.rb +4 -0
- data/lib/leather/version.rb +1 -1
- data/test/dummy/app/assets/javascripts/application.js +1 -0
- data/test/dummy/app/views/application/_navigation.html.haml +6 -2
- data/test/dummy/app/views/devise/shared/_welcome.html.erb +1 -1
- data/test/dummy/app/views/layouts/application.html.erb +5 -6
- data/test/dummy/log/development.log +71281 -0
- data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_admin.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_admin_1.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_three_column.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_devise.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_grid.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_list_groups.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_nav.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_nav_menus.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_off_canvas.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_scroll_panels.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_toggle_columns.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_utilities.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_variables.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_cta.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_features.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_flex_boxes.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_image_block.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f79010467975f9f0c74079973e2e6ac43e352b55/docs.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/f79010467975f9f0c74079973e2e6ac43e352b55/leather.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0694dd206e259ab54e54abf00b540d2b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0c1f21c2e861789f36e7870bcbd8f8fc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/24f8e9293df4cc427f5850c1a0878a8e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3b38e5f8869e3e71263ab14bc41cf2e2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/53751dc18c28623034be163ce2a5e6cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5cdbdb49f59fb4fa194ffa3c77f2a24d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6347c8aefd660841fa6c7682aca90f37 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7fffb46fc2009b0cd938d847bfd7d3a0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9ac653c7b032b61569f4c90cb7f02066 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a43f717bccf7814b0f5dd8b1e65f8bcf +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c7af640a07ec548b1e8068e15b8f93e2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ce2bf14384e46d791ba077ef9af694bb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d5123fc7d01ec7bc1dc25503f3848c3d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fc0d528a667b47ff79c6a1159488c7f6 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +88 -3
- data/app/assets/stylesheets/leather/_nav.css.scss +0 -162
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3ed6090e33c123c3d73fd085a642cf953e4a7a7
|
4
|
+
data.tar.gz: d302399a8ea2ee0ac4238f0b411412009c17b5c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ff415597494cf86f56268640a8f5cce58740f7dbc167212c25377adbb5922af1ffd9e4f9c5d2cd5c12fa2df9baf6470efb14fbf03c2eb81a766fc566ce36e40
|
7
|
+
data.tar.gz: 0859751f6033519b59bfcba01bc71551e58c2cdadeefb7c9977b26b8984ad0b066bceb89897b7e21efa16e310ed88f8708f5e3903ceaab72aa35eca1944fbf5a
|
Binary file
|
Binary file
|
@@ -1,47 +1,16 @@
|
|
1
1
|
$ ->
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
@bindEvents()
|
9
|
-
|
10
|
-
setupDocument: ->
|
11
|
-
$('body').wrapInner("<div id='off-canvas-wrapper' />")
|
12
|
-
$(".off-canvas, .fixed").each ->
|
13
|
-
$("#off-canvas-wrapper").before(this)
|
14
|
-
|
15
|
-
bindEvents: ->
|
16
|
-
$(document).on 'click', '[data-toggle="off-canvas"]', (e) ->
|
17
|
-
if !e.handled
|
18
|
-
e.handled = offCanvas.toggle($(this), e)
|
19
|
-
|
20
|
-
$(document).on 'click touchstart', '.off-canvas-show-left, .off-canvas-show-right', (e) ->
|
21
|
-
clicked = $(e.target)
|
22
|
-
if !e.handled && (offCanvas.isBody(clicked)|| offCanvas.isClose(clicked))
|
23
|
-
e.handled = offCanvas.close(e)
|
24
|
-
|
25
|
-
isBody: (clicked) ->
|
26
|
-
(!clicked.hasClass("off-canvas") && clicked.parents(".off-canvas").length == 0)
|
27
|
-
|
28
|
-
isClose: (clicked) ->
|
29
|
-
(clicked.parents(".off-canvas").length && clicked.hasClass("close"))
|
2
|
+
$("body").on "click", "[data-toggle='off-canvas']", (e) ->
|
3
|
+
e.preventDefault()
|
4
|
+
if $("#off-canvas-overlay").length == 0
|
5
|
+
$("#main").before("<div id='off-canvas-overlay'></div>")
|
6
|
+
target = $(this).data("target")
|
7
|
+
$(target).toggleClass("in")
|
30
8
|
|
31
|
-
|
32
|
-
e.stopPropagation()
|
9
|
+
$("body").on "click", "#off-canvas-overlay", (e) ->
|
33
10
|
e.preventDefault()
|
34
|
-
|
35
|
-
if side == "left"
|
36
|
-
$('body').removeClass "off-canvas-show-right"
|
37
|
-
if side == "right"
|
38
|
-
$('body').removeClass "off-canvas-show-left"
|
39
|
-
$('body').toggleClass("off-canvas-show-#{side}")
|
40
|
-
true
|
11
|
+
$(".off-canvas.in").removeClass("in")
|
41
12
|
|
42
|
-
|
13
|
+
$("body").on "click", "[data-toggle='columns']", (e) ->
|
43
14
|
e.preventDefault()
|
44
|
-
|
45
|
-
$('
|
46
|
-
$('body').removeClass("off-canvas-show-left")
|
47
|
-
true
|
15
|
+
$('#left').toggleClass('hidden-xs')
|
16
|
+
$('#right').toggleClass('hidden-xs')
|
@@ -1,4 +1,22 @@
|
|
1
1
|
@import "leather/variables.css.scss";
|
2
|
+
@import "leather/buttons";
|
2
3
|
@import "leather/devise";
|
3
|
-
@import "leather/
|
4
|
-
@import "leather/
|
4
|
+
@import "leather/grid";
|
5
|
+
@import "leather/list_groups";
|
6
|
+
@import "leather/nav_menus";
|
7
|
+
@import "leather/off_canvas";
|
8
|
+
@import "leather/scroll_panels";
|
9
|
+
@import "leather/toggle_columns";
|
10
|
+
@import "leather/typography";
|
11
|
+
@import "leather/utilities";
|
12
|
+
|
13
|
+
@import "leather/components/cta";
|
14
|
+
@import "leather/components/features";
|
15
|
+
@import "leather/components/flex_boxes";
|
16
|
+
@import "leather/components/image_block";
|
17
|
+
|
18
|
+
@import "docs";
|
19
|
+
|
20
|
+
html, body {
|
21
|
+
height: 100%;
|
22
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
@mixin btn-outline-variant($color, $bg) {
|
2
|
+
color: $bg;
|
3
|
+
|
4
|
+
&:hover {
|
5
|
+
color: $color;
|
6
|
+
}
|
7
|
+
}
|
8
|
+
|
9
|
+
.btn-outline {
|
10
|
+
background-color: transparent;
|
11
|
+
|
12
|
+
&.btn-primary {
|
13
|
+
@include btn-outline-variant($btn-primary-color, $btn-primary-bg);
|
14
|
+
}
|
15
|
+
|
16
|
+
&.btn-info {
|
17
|
+
@include btn-outline-variant($btn-info-color, $btn-info-bg);
|
18
|
+
}
|
19
|
+
|
20
|
+
&.btn-success {
|
21
|
+
@include btn-outline-variant($btn-success-color, $btn-success-bg);
|
22
|
+
}
|
23
|
+
|
24
|
+
&.btn-warning {
|
25
|
+
@include btn-outline-variant($btn-warning-color, $btn-warning-bg);
|
26
|
+
}
|
27
|
+
|
28
|
+
&.btn-danger {
|
29
|
+
@include btn-outline-variant($btn-danger-color, $btn-danger-bg);
|
30
|
+
}
|
31
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
.container-lg {
|
2
|
+
max-width: 1580px;
|
3
|
+
margin: 0 auto;
|
4
|
+
position: relative;
|
5
|
+
}
|
6
|
+
|
7
|
+
section {
|
8
|
+
padding: 80px 0 80px 0;
|
9
|
+
}
|
10
|
+
|
11
|
+
.row.no-gutters {
|
12
|
+
margin-right: 0;
|
13
|
+
margin-left: 0;
|
14
|
+
}
|
15
|
+
.row.no-gutters > [class^="col-"],
|
16
|
+
.row.no-gutters > [class*=" col-"] {
|
17
|
+
padding-right: 0;
|
18
|
+
padding-left: 0;
|
19
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
.list-group-button-links {
|
2
|
+
|
3
|
+
.list-group-item {
|
4
|
+
padding: 0;
|
5
|
+
|
6
|
+
.list-group-actions {
|
7
|
+
display: none;
|
8
|
+
position: absolute;
|
9
|
+
top: 50%;
|
10
|
+
right: 15px;
|
11
|
+
margin-top: -11px;
|
12
|
+
}
|
13
|
+
|
14
|
+
&:hover {
|
15
|
+
.list-group-actions {
|
16
|
+
display: block;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
.list-group-link {
|
21
|
+
display: block;
|
22
|
+
padding: 10px 15px;
|
23
|
+
color: $list-group-link-color;
|
24
|
+
|
25
|
+
&:hover,
|
26
|
+
&:focus {
|
27
|
+
text-decoration: none;
|
28
|
+
color: $list-group-link-hover-color;
|
29
|
+
background-color: $list-group-hover-bg;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,125 @@
|
|
1
|
+
.navbar-static-top ~ #main {
|
2
|
+
top: $navbar-height !important;
|
3
|
+
}
|
4
|
+
|
5
|
+
.navbar-static-top ~ .nav-menu {
|
6
|
+
top: $navbar-height;
|
7
|
+
}
|
8
|
+
|
9
|
+
.nav-menu {
|
10
|
+
width: $navbar-fixed-width;
|
11
|
+
position: fixed;
|
12
|
+
top: 0;
|
13
|
+
bottom: 0;
|
14
|
+
overflow-y: auto;
|
15
|
+
-webkit-overflow-scrolling: touch;
|
16
|
+
|
17
|
+
~ #main {
|
18
|
+
position: absolute;
|
19
|
+
top: 0;
|
20
|
+
right: 0;
|
21
|
+
bottom: 0;
|
22
|
+
}
|
23
|
+
|
24
|
+
.nav-menu-header {
|
25
|
+
|
26
|
+
.nav-menu-brand {
|
27
|
+
display: block;
|
28
|
+
padding: 10px 15px;
|
29
|
+
text-decoration: none;
|
30
|
+
font-size: 18px;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
&.nav-menu-fixed-left {
|
35
|
+
right: auto;
|
36
|
+
left: 0;
|
37
|
+
|
38
|
+
~ #main {
|
39
|
+
right: 0;
|
40
|
+
left: $navbar-fixed-width;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
&.nav-menu-fixed-right {
|
45
|
+
left: auto;
|
46
|
+
right: 0;
|
47
|
+
|
48
|
+
~ #main {
|
49
|
+
left: 0;
|
50
|
+
right: $navbar-fixed-width;
|
51
|
+
}
|
52
|
+
}
|
53
|
+
|
54
|
+
&.nav-menu-default {
|
55
|
+
background: $navbar-default-bg;
|
56
|
+
color: $navbar-default-color;
|
57
|
+
|
58
|
+
.nav-menu-header {
|
59
|
+
.nav-menu-brand {
|
60
|
+
color: $navbar-default-brand-color;
|
61
|
+
|
62
|
+
&:hover {
|
63
|
+
color: $navbar-default-brand-hover-color;
|
64
|
+
background-color: $navbar-default-brand-hover-bg;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
.nav-menu-nav {
|
70
|
+
li {
|
71
|
+
a {
|
72
|
+
color: $navbar-default-link-color;
|
73
|
+
|
74
|
+
&:hover {
|
75
|
+
color: $navbar-default-link-hover-color;
|
76
|
+
background-color: $navbar-default-link-hover-bg;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
&.active {
|
81
|
+
a {
|
82
|
+
color: $navbar-default-link-active-color;
|
83
|
+
background-color: $navbar-default-link-active-bg;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
}
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
&.nav-menu-inverse {
|
91
|
+
background: $navbar-inverse-bg;
|
92
|
+
color: $navbar-inverse-color;
|
93
|
+
|
94
|
+
.nav-menu-header {
|
95
|
+
.nav-menu-brand {
|
96
|
+
color: $navbar-inverse-brand-color;
|
97
|
+
|
98
|
+
&:hover {
|
99
|
+
color: $navbar-inverse-brand-hover-color;
|
100
|
+
background-color: $navbar-inverse-brand-hover-bg;
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
|
105
|
+
.nav-menu-nav {
|
106
|
+
li {
|
107
|
+
a {
|
108
|
+
color: $navbar-inverse-link-color;
|
109
|
+
|
110
|
+
&:hover {
|
111
|
+
color: $navbar-inverse-link-hover-color;
|
112
|
+
background-color: $navbar-inverse-link-hover-bg;
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
116
|
+
&.active {
|
117
|
+
a {
|
118
|
+
color: $navbar-inverse-link-active-color;
|
119
|
+
background-color: $navbar-inverse-link-active-bg;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
}
|
123
|
+
}
|
124
|
+
}
|
125
|
+
}
|
@@ -1,76 +1,109 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
1
|
+
@mixin off-canvas {
|
2
|
+
top: 0 !important;
|
3
|
+
@include transition(all 0.3s);
|
4
|
+
z-index: $zindex-modal;
|
5
|
+
|
6
|
+
~ #off-canvas-overlay {
|
7
|
+
position: fixed;
|
8
|
+
top: 0;
|
9
|
+
right: 0;
|
10
|
+
bottom: 0;
|
11
|
+
left: 0;
|
12
|
+
visibility: hidden;
|
13
|
+
background-color: $modal-backdrop-bg;
|
14
|
+
z-index: $zindex-modal - 1;
|
15
|
+
@include opacity(0);
|
16
|
+
@include transition(all 0.3s);
|
16
17
|
}
|
17
|
-
&.off-canvas-inverse {
|
18
|
-
background: $off-canvas-inverse-bg;
|
19
|
-
color: $off-canvas-inverse-color;
|
20
|
-
&.off-canvas-right {
|
21
|
-
border-color: $off-canvas-inverse-border;
|
22
|
-
}
|
23
|
-
&.off-canvas-left {
|
24
|
-
border-color: $off-canvas-inverse-border;
|
25
|
-
}
|
26
18
|
|
27
|
-
|
28
|
-
|
19
|
+
&.in {
|
20
|
+
~ #off-canvas-overlay {
|
21
|
+
visibility: visible;
|
22
|
+
@include opacity($modal-backdrop-opacity);
|
29
23
|
}
|
24
|
+
}
|
25
|
+
}
|
30
26
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
27
|
+
@mixin off-canvas-left {
|
28
|
+
left: -100% !important;
|
29
|
+
right: auto !important;
|
30
|
+
|
31
|
+
~ #main {
|
32
|
+
left: 0 !important;
|
33
|
+
right: 0 !important;
|
34
|
+
}
|
35
|
+
|
36
|
+
&.in {
|
37
|
+
left: 0 !important;
|
35
38
|
}
|
39
|
+
}
|
36
40
|
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
line-height: 20px;
|
41
|
-
color: $navbar-default-brand-color;
|
41
|
+
@mixin off-canvas-right {
|
42
|
+
right: -100% !important;
|
43
|
+
left: auto !important;
|
42
44
|
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
45
|
+
~ #main {
|
46
|
+
left: 0 !important;
|
47
|
+
right: 0 !important;
|
48
|
+
}
|
49
|
+
|
50
|
+
&.in {
|
51
|
+
right: 0 !important;
|
47
52
|
}
|
48
53
|
}
|
49
54
|
|
50
|
-
.off-canvas
|
51
|
-
|
55
|
+
.off-canvas-left {
|
56
|
+
@include off-canvas;
|
57
|
+
@include off-canvas-left;
|
52
58
|
}
|
53
59
|
|
54
|
-
|
55
|
-
|
60
|
+
@media (max-width: $screen-xs-max) {
|
61
|
+
.off-canvas-left-xs {
|
62
|
+
@include off-canvas;
|
63
|
+
@include off-canvas-left;
|
64
|
+
}
|
56
65
|
}
|
57
|
-
|
58
|
-
.off-canvas-
|
59
|
-
|
60
|
-
|
61
|
-
right: 0px;
|
66
|
+
@media (max-width: $screen-sm-max) {
|
67
|
+
.off-canvas-left-sm {
|
68
|
+
@include off-canvas;
|
69
|
+
@include off-canvas-left;
|
62
70
|
}
|
63
|
-
|
64
|
-
|
71
|
+
}
|
72
|
+
@media (max-width: $screen-md-max) {
|
73
|
+
.off-canvas-left-md {
|
74
|
+
@include off-canvas;
|
75
|
+
@include off-canvas-left;
|
65
76
|
}
|
66
77
|
}
|
78
|
+
.off-canvas-left-lg {
|
79
|
+
@include off-canvas;
|
80
|
+
@include off-canvas-left;
|
81
|
+
}
|
67
82
|
|
68
|
-
.off-canvas-
|
69
|
-
|
70
|
-
|
71
|
-
|
83
|
+
.off-canvas-right {
|
84
|
+
@include off-canvas;
|
85
|
+
@include off-canvas-right;
|
86
|
+
}
|
87
|
+
|
88
|
+
@media (max-width: $screen-xs-max) {
|
89
|
+
.off-canvas-right-xs {
|
90
|
+
@include off-canvas;
|
91
|
+
@include off-canvas-right;
|
72
92
|
}
|
73
|
-
|
74
|
-
|
93
|
+
}
|
94
|
+
@media (max-width: $screen-sm-max) {
|
95
|
+
.off-canvas-right-sm {
|
96
|
+
@include off-canvas;
|
97
|
+
@include off-canvas-right;
|
75
98
|
}
|
99
|
+
}
|
100
|
+
@media (max-width: $screen-md-max) {
|
101
|
+
.off-canvas-right-md {
|
102
|
+
@include off-canvas;
|
103
|
+
@include off-canvas-right;
|
104
|
+
}
|
105
|
+
}
|
106
|
+
.off-canvas-right-lg {
|
107
|
+
@include off-canvas;
|
108
|
+
@include off-canvas-right;
|
76
109
|
}
|