feat: Improve and simplify styles
This commit is contained in:
parent
ad12a8e26e
commit
6210b47684
@ -37,10 +37,6 @@ a {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-sm-2 {
|
|
||||||
padding-left: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border: none;
|
border: none;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
@ -290,46 +286,14 @@ h1 {
|
|||||||
background: #F8ECD7;
|
background: #F8ECD7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-list-rules {
|
|
||||||
|
|
||||||
|
.container-cards {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.card-rule {
|
|
||||||
width: 25%;
|
|
||||||
margin: 10px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 2%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container-list-moderation-actions {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.card-moderation-action {
|
|
||||||
width: 25%;
|
|
||||||
margin: 10px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 2%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 920px) {
|
|
||||||
.card-rule {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.photos {
|
.photos {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -345,16 +309,10 @@ h1 {
|
|||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adoption-notices {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
flex: 1 16%;
|
flex: 1 16%;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border-radius: 3%;
|
border-radius: 8px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: var(--background-three);
|
background: var(--background-three);
|
||||||
color: var(--text-two);
|
color: var(--text-two);
|
||||||
@ -381,12 +339,6 @@ h1 {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animals {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 920px) {
|
@media (max-width: 920px) {
|
||||||
.card {
|
.card {
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="animals">
|
<div class="container-cards">
|
||||||
{% for animal in adoption_notice.animals %}
|
{% for animal in adoption_notice.animals %}
|
||||||
{% include "fellchensammlung/partials/partial-animal-card.html" %}
|
{% include "fellchensammlung/partials/partial-animal-card.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="adoption-notices">
|
<div class="container-cards">
|
||||||
{% for adoption_notice in adoption_notices %}
|
{% for adoption_notice in adoption_notices %}
|
||||||
{% include "fellchensammlung/partials/partial-adoption-notice.html" %}
|
{% include "fellchensammlung/partials/partial-adoption-notice.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="container-list-moderation-actions">
|
<div class="container-cards">
|
||||||
{% for moderation_action in moderation_actions %}
|
{% for moderation_action in moderation_actions %}
|
||||||
{% include "fellchensammlung/partials/partial-moderation-action.html" %}
|
{% include "fellchensammlung/partials/partial-moderation-action.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="container-list-rules">
|
<div class="container-cards">
|
||||||
{% for rule in rules %}
|
{% for rule in rules %}
|
||||||
{% include "fellchensammlung/partials/partial-rule.html" %}
|
{% include "fellchensammlung/partials/partial-rule.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
<div class="card-rule">
|
<div class="card">
|
||||||
<h2>{{ rule.title }}</h2>
|
<h2>{{ rule.title }}</h2>
|
||||||
<p>{{ rule.rule_text | render_markdown }}</p>
|
<p>{{ rule.rule_text | render_markdown }}</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user