if ( is_user_logged_in() ) {
$links['my-account'] = array(
'label' => esc_html__( 'My Account', 'woodmart' ),
'url' => $account_link,
'dropdown' => '
<div class="wd-dropdown wd-dropdown-menu' . woodmart_get_old_classes( ' menu-item-my-account' ) . ' wd-dropdown-my-account wd-design-default' . $dropdowns_classes . '">
' . woodmart_get_my_account_menu() . '
</div>
',
'dropdown_mobile' => woodmart_get_my_account_menu(),
);
#: wp-content/themes/woodmart/inc/integrations/woocommerce/template-tags.php:1671
msgid "My Account"
msgstr "Мой аккаунт"
scp root@153.92.222.76/home/backup/admin.2021-11-03_05-13-58.tar home/main
.flipper{perspective: 1000;}
.flipper:hover {
transform: rotateY(180deg);
}
.flip-container, .front, .back {
width: 100%;
}
.flipper {
transition: 0.5s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
top: 0px;
left: 0px;
padding: 20px;
border-radius: 5px;
width: 100%; // тут еслизадавать в px ничего не меняет
}
.front {
z-index: 2;
}
.back {
transform: rotateY(180deg);
height: 350px;
width: 100%;
background: rgba(0,0,0,0.8);
display: grid;
align-items: center;
justify-content: center;
z-index: 99999;
}
}