drupal popravki - ceniki, novice
This commit is contained in:
parent
d014258d24
commit
c45926b660
@ -530,6 +530,7 @@ body {
|
||||
background-color: #fff;
|
||||
text-align: left; }
|
||||
.section.uvodni-slider .slider-right {
|
||||
height: 460px;
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
@ -1450,17 +1451,19 @@ input.error-field {
|
||||
min-height: 95px; }
|
||||
|
||||
.circle_check {
|
||||
margin-right: 8px;
|
||||
margin-right: 2px;
|
||||
margin-bottom: 3px;
|
||||
width: 16px; }
|
||||
|
||||
.poslovni-uporabniki.paketi .compare-descr {
|
||||
min-height: 168px; }
|
||||
|
||||
.compare-col .cta {
|
||||
background: #FFA608; }
|
||||
.compare-col .cta:hover {
|
||||
background: #ffcb6e; }
|
||||
.compare-col {
|
||||
margin: auto; }
|
||||
.compare-col .cta {
|
||||
background: #FFA608; }
|
||||
.compare-col .cta:hover {
|
||||
background: #ffcb6e; }
|
||||
|
||||
.cta {
|
||||
width: 100%; }
|
||||
@ -2169,7 +2172,6 @@ a {
|
||||
-ms-flex-preferred-size: 33.333%;
|
||||
flex-basis: 33.333%; }
|
||||
.novice-page ul li .datum-novica.mesec {
|
||||
color: #D1D1D1;
|
||||
font-size: 18px;
|
||||
line-height: 40px;
|
||||
text-transform: uppercase; }
|
||||
@ -2180,8 +2182,8 @@ a {
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
border-radius: 50%;
|
||||
background-color: #1e88e5;
|
||||
color: #fff;
|
||||
background-color: #D4F0FC;
|
||||
color: #1e88e5;
|
||||
text-align: center;
|
||||
padding-top: 7px; }
|
||||
.novice-page ul li .naslov-novica {
|
||||
@ -2194,7 +2196,10 @@ a {
|
||||
.novice-page ul li .naslov-novica a {
|
||||
color: #535050; }
|
||||
.novice-page ul li .readmore a {
|
||||
color: #D1D1D1; }
|
||||
color: #1E88E5;
|
||||
font-weight: 600; }
|
||||
.novice-page ul li .readmore a:hover {
|
||||
text-decoration-line: underline; }
|
||||
|
||||
.cenik-prikaz {
|
||||
margin-top: -150px; }
|
||||
@ -4221,6 +4226,9 @@ p {
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1; }
|
||||
.container.wide {
|
||||
padding-right: 20px;
|
||||
padding-left: 20px; }
|
||||
|
||||
.container.narrow {
|
||||
max-width: 900px; }
|
||||
@ -5226,13 +5234,12 @@ p {
|
||||
background-color: #ffc700;
|
||||
color: #333; }
|
||||
.button-pricechart.pcb-2:hover {
|
||||
background-color: #1e88e5;
|
||||
color: #fff; }
|
||||
background-color: #EDB900; }
|
||||
|
||||
.button-pricechart.pcb-3 {
|
||||
background-color: #0040A9; }
|
||||
.button-pricechart.pcb-3:hover {
|
||||
background-color: #1e88e5; }
|
||||
background-color: #003D76; }
|
||||
|
||||
.pricing-icon-outer {
|
||||
display: -webkit-box;
|
||||
@ -5622,7 +5629,6 @@ p {
|
||||
|
||||
.tab-pane-tab-1-2 {
|
||||
height: auto;
|
||||
margin-bottom: 46px;
|
||||
padding-top: 105px; }
|
||||
|
||||
.tabs-content {
|
||||
|
@ -21,6 +21,7 @@
|
||||
text-align: left;
|
||||
|
||||
.slider-right{
|
||||
height: 460px;
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
|
@ -218,6 +218,11 @@ p {
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
|
||||
&.wide{
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.container.narrow {
|
||||
@ -1382,8 +1387,8 @@ p {
|
||||
color: #333;
|
||||
|
||||
&:hover{
|
||||
background-color: #1e88e5;
|
||||
color: #fff;
|
||||
background-color: #EDB900;
|
||||
//color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1391,7 +1396,7 @@ p {
|
||||
background-color: #0040A9;
|
||||
|
||||
&:hover{
|
||||
background-color: #1e88e5;
|
||||
background-color: #003D76;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1844,7 +1849,7 @@ p {
|
||||
|
||||
.tab-pane-tab-1-2 {
|
||||
height: auto;
|
||||
margin-bottom: 46px;
|
||||
//margin-bottom: 46px;
|
||||
padding-top: 105px;
|
||||
}
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
.circle_check{
|
||||
margin-right: 8px;
|
||||
margin-right: 2px;
|
||||
margin-bottom: 3px;
|
||||
width: 16px;
|
||||
}
|
||||
@ -77,6 +77,8 @@
|
||||
}
|
||||
|
||||
.compare-col {
|
||||
margin: auto;
|
||||
|
||||
.cta {
|
||||
background: $oranzna;
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
flex-basis: 33.333%;
|
||||
|
||||
.datum-novica.mesec {
|
||||
color: #D1D1D1;
|
||||
//color: #D1D1D1;
|
||||
font-size: 18px;
|
||||
line-height: 40px;
|
||||
text-transform: uppercase;
|
||||
@ -36,8 +36,8 @@
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
border-radius: 50%;
|
||||
background-color: #1e88e5;
|
||||
color: #fff;
|
||||
background-color: #D4F0FC;
|
||||
color: #1e88e5;
|
||||
text-align: center;
|
||||
padding-top: 7px;
|
||||
}
|
||||
@ -57,7 +57,12 @@
|
||||
|
||||
.readmore {
|
||||
a {
|
||||
color: $siva;
|
||||
color: #1E88E5;
|
||||
font-weight: 600;
|
||||
|
||||
&:hover{
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -23,10 +23,10 @@ END HEADER #}
|
||||
<div class="vrsta">
|
||||
{% if language.id == 'sl' %}
|
||||
<h1>Izbira pravega paketa glede na vrsto uporabnika</h1>
|
||||
<p class="intro">Individualni uporabniki lahko izbirajo med tremi <a href="/d/sl/cenik/zasebni-paketi">zasebnimi paketi</a>. V primeru potrebe po “white label” rešitvi in nadzoru nad večjim številom uporabnikov priporočamo <a href="/d/sl/cenik/poslovni-paketi">poslovne pakete</a>.
|
||||
<p class="intro">Individualni uporabniki lahko izbirajo med tremi <a href="/d/{{language.id}}/cenik/zasebni-paketi">zasebnimi paketi</a>. V primeru potrebe po “white label” rešitvi in nadzoru nad večjim številom uporabnikov priporočamo <a href="/d/{{language.id}}/cenik/poslovni-paketi">poslovne pakete</a>.
|
||||
{% else %}
|
||||
<h1>Choose the right package tailored to your needs.</h1>
|
||||
<p class="intro">Individual users can also choose any <a href="/d/sl/cenik/poslovni-paketi">business package</a> that enables white-label solutions, monitoring users in the case of a large number of users (associations, organizations, companies). In case of individual use (one user), we recommend the following packages.</p>
|
||||
<p class="intro">Individual users can also choose any <a href="/d/{{language.id}}/cenik/poslovni-paketi">business package</a> that enables white-label solutions, monitoring users in the case of a large number of users (associations, organizations, companies). In case of individual use (one user), we recommend the following packages.</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
@ -34,14 +34,14 @@ END HEADER #}
|
||||
<div class="col">
|
||||
<div data-duration-in="300" data-duration-out="100" class="tabs-pricing w-tabs">
|
||||
<div class="tabs-menu-pricing w-tab-menu">
|
||||
<a data-w-tab="Posamezniki" href="/d/sl/cenik/zasebni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<a data-w-tab="Posamezniki" href="/d/{{language.id}}/cenik/zasebni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<div>{% if language.id == 'sl' %}
|
||||
Posamezniki
|
||||
{% else %}
|
||||
Individuals
|
||||
{% endif %}</div>
|
||||
</a>
|
||||
<a data-w-tab="Skupine" href="/d/sl/cenik/poslovni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<a data-w-tab="Skupine" href="/d/{{language.id}}/cenik/poslovni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<div>{% if language.id == 'sl' %}
|
||||
Skupine
|
||||
{% else %}
|
||||
@ -946,7 +946,7 @@ END HEADER #}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 10px;">
|
||||
<div>
|
||||
{% if language.id == 'sl' %}
|
||||
Cenik velja od 31. 3. 2021. Pridržujemo si pravico do spremembe brez obvestila. Vse cene so v EUR in brez DDV; če se izvedejo na fizični lokaciji uporabnika, se tarife zvišajo za 50 %.
|
||||
{% else %}
|
||||
|
@ -18,15 +18,15 @@
|
||||
<div data-w-id="251a98d8-19f7-4f9a-bc79-92e7e9596d22" data-animation-type="lottie" data-src="documents/icons8-menu-11.json" data-loop="0" data-direction="1" data-autoplay="0" data-is-ix2-target="1" data-renderer="svg" data-default-duration="1.1666666666666667" data-duration="0" class="burger"></div>
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="container">
|
||||
<div class="container wide">
|
||||
<div class="row pcenter">
|
||||
<div class="vrsta">
|
||||
{% if language.id == 'sl' %}
|
||||
<h1>Izbira pravega paketa glede na vrsto uporabnika</h1>
|
||||
<p class="intro">Poslovni uporabniki lahko za manjše potrebe izberejo katerikoli individualni paket (<a href="/d/sl/cenik/zasebni-paketi">zasebni paketi</a>). V primeru potrebe po “white label” rešitvi, nadzoru nad uporabniki v primeru večjega števila uporabnikov priporočamo katero izmed spodnjih prilagoditev.</p>
|
||||
<p class="intro">Poslovni uporabniki lahko za manjše potrebe izberejo katerikoli individualni paket (<a href="/d/{{language.id}}/cenik/zasebni-paketi">zasebni paketi</a>). V primeru potrebe po “white label” rešitvi, nadzoru nad uporabniki v primeru večjega števila uporabnikov priporočamo katero izmed spodnjih prilagoditev.</p>
|
||||
{% else %}
|
||||
<h1>Choose the right package tailored to your needs.</h1>
|
||||
<p class="intro">Business users can choose any individual package (<a href="/d/sl/cenik/zasebni-paketi">private packages</a>) for smaller needs. In case of the need for a white label solution, we recommend one of the following adjustments to control the users in the case of a larger number of users.</p>
|
||||
<p class="intro">Business users can choose any individual package (<a href="/d/{{language.id}}/cenik/zasebni-paketi">private packages</a>) for smaller needs. In case of the need for a white label solution, we recommend one of the following adjustments to control the users in the case of a larger number of users.</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
@ -34,7 +34,7 @@
|
||||
<div class="col">
|
||||
<div data-duration-in="300" data-duration-out="100" class="tabs-pricing w-tabs">
|
||||
<div class="tabs-menu-pricing w-tab-menu">
|
||||
<a data-w-tab="Posamezniki" href="/d/sl/cenik/zasebni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<a data-w-tab="Posamezniki" href="/d/{{language.id}}/cenik/zasebni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<div>{% if language.id == 'sl' %}
|
||||
Posamezniki
|
||||
{% else %}
|
||||
@ -48,7 +48,7 @@
|
||||
Groups
|
||||
{% endif %}</div>
|
||||
</a>
|
||||
<a data-w-tab="Ostale storitve" href="/d/sl/cenik/ostale-storitve" class="tab w-inline-block w-tab-link">
|
||||
<a data-w-tab="Ostale storitve" href="/d/{{language.id}}/cenik/ostale-storitve" class="tab w-inline-block w-tab-link">
|
||||
<div>{% if language.id == 'sl' %}
|
||||
Ostale storitve
|
||||
{% else %}
|
||||
@ -118,7 +118,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="/d/sl/narocilo-poslovni-uporabniki/virtualna-domena" class="button-pricechart pcb1 w-button">{% if language.id == 'sl' %}Naročilo{% else %}Order{% endif %}</a>
|
||||
<a href="/d/{{language.id}}/narocilo-poslovni-uporabniki/virtualna-domena" class="button-pricechart pcb1 w-button">{% if language.id == 'sl' %}Naročilo{% else %}Order{% endif %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
@ -172,7 +172,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="/d/sl/narocilo-poslovni-uporabniki/lastna-domena" class="button-pricechart pcb-2 w-button">{% if language.id == 'sl' %}Naročilo{% else %}Order{% endif %}</a>
|
||||
<a href="/d/{{language.id}}/narocilo-poslovni-uporabniki/lastna-domena" class="button-pricechart pcb-2 w-button">{% if language.id == 'sl' %}Naročilo{% else %}Order{% endif %}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
@ -261,7 +261,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<img src="/tema1ka/svg/icons-arrow-expand.svg" class="accordion-arrow"></div>
|
||||
<div class="accordion-toggle data-1">
|
||||
<div class="accordion-toggle active data-1">
|
||||
<div class="compare-wrap">
|
||||
<div class="compare-row">
|
||||
<div class="compare-col leftcol">
|
||||
@ -473,7 +473,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 10px;">
|
||||
<div style="margin-top: 20px;">
|
||||
{% if language.id == 'sl' %}
|
||||
Cenik velja od 1. 7. 2020. Pridržujemo si pravico do spremembe brez obvestila. Vse cene so v EUR in vključujejo DDV.
|
||||
{% else %}
|
||||
|
@ -18,15 +18,15 @@ END HEADER #}
|
||||
<div data-w-id="251a98d8-19f7-4f9a-bc79-92e7e9596d22" data-animation-type="lottie" data-src="documents/icons8-menu-11.json" data-loop="0" data-direction="1" data-autoplay="0" data-is-ix2-target="1" data-renderer="svg" data-default-duration="1.1666666666666667" data-duration="0" class="burger"></div>
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="container">
|
||||
<div class="container wide">
|
||||
<div class="row pcenter">
|
||||
<div class="vrsta">
|
||||
{% if language.id == 'sl' %}
|
||||
<h1>Izbira pravega paketa glede na vrsto uporabnika</h1>
|
||||
<p class="intro">Individualni uporabniki lahko izbirajo med tremi <a href="/d/sl/cenik/zasebni-paketi">zasebnimi paketi</a>. V primeru potrebe po “white label” rešitvi in nadzoru nad večjim številom uporabnikov priporočamo <a href="/d/sl/cenik/poslovni-paketi">poslovne pakete</a>.
|
||||
<p class="intro">Individualni uporabniki lahko izbirajo med tremi <a href="/d/{{language.id}}/cenik/zasebni-paketi">zasebnimi paketi</a>. V primeru potrebe po “white label” rešitvi in nadzoru nad večjim številom uporabnikov priporočamo <a href="/d/{{language.id}}/cenik/poslovni-paketi">poslovne pakete</a>.
|
||||
{% else %}
|
||||
<h1>Choose the right package tailored to your needs.</h1>
|
||||
<p class="intro">Individual users can also choose any <a href="/d/sl/cenik/poslovni-paketi">business package</a> that enables white-label solutions, monitoring users in the case of a large number of users (associations, organizations, companies). In case of individual use (one user), we recommend the following packages.</p>
|
||||
<p class="intro">Individual users can also choose any <a href="/d/{{language.id}}/cenik/poslovni-paketi">business package</a> that enables white-label solutions, monitoring users in the case of a large number of users (associations, organizations, companies). In case of individual use (one user), we recommend the following packages.</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
@ -41,14 +41,14 @@ END HEADER #}
|
||||
Individuals
|
||||
{% endif %}</div>
|
||||
</a>
|
||||
<a data-w-tab="Skupine" href="/d/sl/cenik/poslovni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<a data-w-tab="Skupine" href="/d/{{language.id}}/cenik/poslovni-paketi" class="tab w-inline-block w-tab-link">
|
||||
<div>{% if language.id == 'sl' %}
|
||||
Skupine
|
||||
{% else %}
|
||||
Groups
|
||||
{% endif %}</div>
|
||||
</a>
|
||||
<a data-w-tab="Ostale storitve" href="/d/sl/cenik/ostale-storitve" class="tab w-inline-block w-tab-link">
|
||||
<a data-w-tab="Ostale storitve" href="/d/{{language.id}}/cenik/ostale-storitve" class="tab w-inline-block w-tab-link">
|
||||
<div>{% if language.id == 'sl' %}
|
||||
Ostale storitve
|
||||
{% else %}
|
||||
@ -155,7 +155,7 @@ END HEADER #}
|
||||
</li>
|
||||
<li>
|
||||
<div class="pricetable-feature"><img src="/tema1ka/svg/circle_ckeckbox.svg" loading="lazy" alt="" class="circle_check">
|
||||
{% if language.id == 'sl' %}Ločevanje URL po ciljnih skupinah{% else %}Groups (multiple URLs per survey){% endif %}</div>
|
||||
{% if language.id == 'sl' %}Ločevanje URL po skupinah{% else %}Groups (multiple URLs per survey){% endif %}</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="pricetable-feature"><img src="/tema1ka/svg/circle_ckeckbox.svg" loading="lazy" alt="" class="circle_check">
|
||||
@ -312,7 +312,7 @@ END HEADER #}
|
||||
</div>
|
||||
</div>
|
||||
<img src="/tema1ka/svg/icons-arrow-expand.svg" class="accordion-arrow"></div>
|
||||
<div class="accordion-toggle data-1">
|
||||
<div class="accordion-toggle active data-1">
|
||||
<div class="compare-wrap">
|
||||
<div class="compare-row">
|
||||
<div class="compare-col leftcol">
|
||||
@ -1476,7 +1476,7 @@ END HEADER #}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 10px;">
|
||||
<div style="margin-top: 20px;">
|
||||
{% if language.id == 'sl' %}
|
||||
Cenik velja od 1. 7. 2020. Pridržujemo si pravico do spremembe brez obvestila. Vse cene so v EUR in vključujejo DDV.
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user