This commit is contained in:
SBD
2024-07-10 14:49:22 +03:00
parent 0114bbcef1
commit 698423c7bc
2 changed files with 63 additions and 37 deletions

View File

@@ -697,9 +697,11 @@ body.n_scroll{
}
.btn_inf_about_plugin{
border: 1px solid #0C54A0;
/*border: 1px solid #0C54A0;*/
border: 1px solid #000000;
background: none;
color: #0C54A0;
/*color: #0C54A0;*/
color: #000000;
transition: 200ms;
outline: none;
width: 100%;
@@ -708,7 +710,8 @@ body.n_scroll{
}
.btn_inf_about_plugin:hover{
background: #0C54A0;
/*background: #0C54A0;*/
background: #000000;
transition: 200ms;
}
@@ -717,7 +720,9 @@ body.n_scroll{
}
.btn_inf_about_plugin_txt{
color: #0C54A0;
/*color: #0C54A0;*/
/*color: #0C54A0;*/
color: #000000;
}
.container_content_btn_download{
@@ -1605,3 +1610,18 @@ body.n_scroll{
/* height: 20px;*/
/* float: right;*/
/*}*/
.flex_container_buttons_3d_security_designer{
display: flex;
justify-content: space-between;
}
.flex_container_buttons_3d_security_designer .btn_download_plugin{
width: 47.5%;
margin-right: 2.5%;
}
.flex_container_buttons_3d_security_designer .btn_inf_about_plugin{
width: 47.5%;
margin-left: 2.5%;
margin-top: 0;
}

View File

@@ -20,6 +20,9 @@
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
{{ block.description|linebreaksbr }}
</div>
{% endif %}
{% if block.but1_title and block.but2_title %}
<div class="flex_container_buttons_3d_security_designer">
{% endif %}
{% if block.but1_title or block.but1_icon %}
<button class="btn_download_plugin pointer" onclick="redirectToDownloadPlugin()">
@@ -53,6 +56,9 @@
</div>
</button>
{% endif %}
{% if block.but1_title and block.but2_title %}
</div>
{% endif %}
</div>
{% if block.picture %}
<div class="right_part_plugin_container">