parent
7b5249f653
commit
4d970dd1bd
@ -1,11 +0,0 @@ |
|||||||
import $ from 'jquery' |
|
||||||
|
|
||||||
$('.rotatecard').click(function () { |
|
||||||
$(this).parents('.front').toggleClass('flipped') |
|
||||||
$(this).parentsUntil('.theme__ribbon').next('.back').toggleClass('backflip') |
|
||||||
}) |
|
||||||
|
|
||||||
$('.rotatecardback').click(function () { |
|
||||||
$(this).parentsUntil('.panel').prev('.front').toggleClass('flipped') |
|
||||||
$(this).parents('.back').toggleClass('backflip') |
|
||||||
}) |
|
@ -1,6 +0,0 @@ |
|||||||
import $ from 'jquery' |
|
||||||
|
|
||||||
$('#sidebarCollapse').on('click', function () { |
|
||||||
$('#sidebar--container').toggleClass('active') |
|
||||||
$(this).toggleClass('active') |
|
||||||
}) |
|
Loading…
Reference in new issue