0.0.153
This commit is contained in:
@@ -4,6 +4,7 @@ body,html{
|
||||
background: #ffffff;
|
||||
/*font-family: 'Verdana', sans-serif;*/
|
||||
font-family: -apple-system, 'Roboto', sans-serif;
|
||||
scroll-behavior: smooth;
|
||||
/*font-family:*/
|
||||
/* -apple-system,*/
|
||||
/* 'Raleway-Black' ,*/
|
||||
@@ -472,6 +473,7 @@ body.n_scroll{
|
||||
.form_feedback_container{
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
scroll-margin-top: 140px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -375,4 +375,14 @@ function changeSlideProject (el,type) {
|
||||
cur_slide.classList.toggle("hide")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// go to download plugin
|
||||
function redirectToDownloadPlugin () {
|
||||
let lang = document.querySelector(".name_language").innerHTML
|
||||
// if (!window.location.href.includes(`${window.location.origin}/${lang}/section/3d-security-designer/`)){
|
||||
// window.location.href = `${window.location.origin}/${lang}/section/3d-security-designer/#feedback_form`
|
||||
// } else {
|
||||
window.location.href = `${window.location.origin}/${lang}/section/3d-security-designer/#feedback_form`
|
||||
// }
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if block.but1_title or block.but1_icon %}
|
||||
<button class="btn_download_plugin pointer">
|
||||
<button class="btn_download_plugin pointer" onclick="redirectToDownloadPlugin()">
|
||||
<div class="container_content_btn_download">
|
||||
{% if block.but1_icon %}
|
||||
<div class="left_part_btn">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{% load i18n %}
|
||||
<div {% include "block_settings/blocks_settings.html" %}>
|
||||
<div class="cut-width">
|
||||
<div class="form_feedback_container">
|
||||
<div class="form_feedback_container" id="feedback_form">
|
||||
<div class="top_border_gradient"></div>
|
||||
<form name="form_feedback" class="form_feedback">
|
||||
<div class="container_content_form_feedback">
|
||||
|
||||
Reference in New Issue
Block a user