0.0.153
This commit is contained in:
@@ -4,6 +4,7 @@ body,html{
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
/*font-family: 'Verdana', sans-serif;*/
|
/*font-family: 'Verdana', sans-serif;*/
|
||||||
font-family: -apple-system, 'Roboto', sans-serif;
|
font-family: -apple-system, 'Roboto', sans-serif;
|
||||||
|
scroll-behavior: smooth;
|
||||||
/*font-family:*/
|
/*font-family:*/
|
||||||
/* -apple-system,*/
|
/* -apple-system,*/
|
||||||
/* 'Raleway-Black' ,*/
|
/* 'Raleway-Black' ,*/
|
||||||
@@ -472,6 +473,7 @@ body.n_scroll{
|
|||||||
.form_feedback_container{
|
.form_feedback_container{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
scroll-margin-top: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -376,3 +376,13 @@ function changeSlideProject (el,type) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if block.but1_title or block.but1_icon %}
|
{% 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">
|
<div class="container_content_btn_download">
|
||||||
{% if block.but1_icon %}
|
{% if block.but1_icon %}
|
||||||
<div class="left_part_btn">
|
<div class="left_part_btn">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
<div {% include "block_settings/blocks_settings.html" %}>
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="form_feedback_container">
|
<div class="form_feedback_container" id="feedback_form">
|
||||||
<div class="top_border_gradient"></div>
|
<div class="top_border_gradient"></div>
|
||||||
<form name="form_feedback" class="form_feedback">
|
<form name="form_feedback" class="form_feedback">
|
||||||
<div class="container_content_form_feedback">
|
<div class="container_content_form_feedback">
|
||||||
|
|||||||
Reference in New Issue
Block a user