padding fix
This commit is contained in:
parent
b276194f31
commit
e893f1baf1
3 changed files with 8 additions and 4 deletions
|
@ -45,13 +45,17 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
|
box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
/* border-radius: 7px; */
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* margin-right: auto; */
|
|
||||||
max-width: 320px;
|
max-width: 320px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.price-calc-section .card {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.price-calc-section .landing {
|
.price-calc-section .landing {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<span id="total">15</span>
|
<span id="total">15</span>
|
||||||
<span>CHF/{% trans "Month" %}</span>
|
<span>CHF/{% trans "Month" %}</span>
|
||||||
<div class="price-text">
|
<div class="price-text">
|
||||||
<p>{% trans "VAT included" %}</p>
|
<span>{% trans "VAT included" %}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="descriptions">
|
<div class="descriptions">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="dashboard-container create-vm-container">
|
<div class="dashboard-container create-vm-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-5">
|
||||||
<div class="dashboard-container-head">
|
<div class="dashboard-container-head">
|
||||||
<h3 class="dashboard-title-thin"><img src="{% static 'hosting/img/plusVM.svg' %}" class="un-icon" style="margin-top: -18px;width: 42px;height: 42px;"> {% trans "Create VM" %}</h3>
|
<h3 class="dashboard-title-thin"><img src="{% static 'hosting/img/plusVM.svg' %}" class="un-icon" style="margin-top: -18px;width: 42px;height: 42px;"> {% trans "Create VM" %}</h3>
|
||||||
{% if messages %}
|
{% if messages %}
|
||||||
|
|
Loading…
Reference in a new issue