Commit e8c5a706 by xcoder

Add click handler for google play block; change svg block for ru and en

1 parent 1f2758c1
This diff could not be displayed because it is too large.
......@@ -226,8 +226,8 @@
компьютеры, роутеры и многие другие девайсы.
</article>
<div class="gp-wrapper">
<img src="./assets/google_play.svg" alt="google play">
<div class="gp-wrapper" onclick="do_download()">
<img data-gp="ggl" src="./assets/google_play_ru.svg" alt="google play">
</div>
<div class="gp-code-wrapper">
......
......@@ -404,6 +404,24 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
.opened-mob-menu.show
> .mobile-menu-container
> .top-mobile-section
> .mobile-cross-wrapper.oriented {
display: block;
padding: 20px 0 0 0;
cursor: pointer;
}
.opened-mob-menu.show
> .mobile-menu-container
> .top-mobile-section
> .mobile-cross-wrapper.oriented > img {
width: 34px;
}
.opened-mob-menu.show
> .mobile-menu-container
> .top-mobile-section
> .menu
> span
> a {
......@@ -951,6 +969,8 @@ article.notation-one {
.main > .main-second > .card.descr > .gp-wrapper {
margin-bottom: 24px;
cursor: pointer;
}
.main > .main-second > .card.descr > .gp-code-wrapper {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!