Skip to content

Commit e62ca6c

Browse files
committed
fix conflicts
1 parent a675ef9 commit e62ca6c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

templates/public/ureporters.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,11 @@
146146
class="md:flex engagement-graph-block hover-parent block mt-16 p-2 bg-dark-blue"
147147
id="graph-block-{{ metric.slug }}-{{ time_filter.time_filter_number }}">
148148
<div class="md:w-2/5 hover-parent">
149+
<<<<<<< HEAD
149150
<div class="bg-light1-v2024 h-1 w-16 mb-4"></div>
151+
=======
152+
<div class="bg-light1-home h-1 w-16 mb-4"></div>
153+
>>>>>>> 8396dbd6 (fix conflicts)
150154
<div class="text-3xl mb-4 font-bold">{{ metric.title }}</div>
151155
<div data-page="engagement" class="text-xs flex mb-6 text-black random-pill">
152156
{% for segment in data_segments %}

templates/public_base.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,19 @@
154154
display: block;
155155
}
156156
{% if org|config:"has_new_brand" %}
157+
<<<<<<< HEAD
157158
.bg-dark1-v2024, .bg-dark2-v2024, .bg-dark3-v2024, .bg-light1-v2024, .bg-light2-v2024 {
159+
=======
160+
.bg-dark1-home, .bg-dark2-home, .bg-dark3-home, .bg-light1-home, .bg-light2-home {
161+
>>>>>>> 8396dbd6 (fix conflicts)
158162
background: #00aeef;
159163
}
160164

161165
.bg-dark1-home.hover-dark:hover, .bg-dark2-home.hover-dark:hover, .bg-dark3-home.hover-dark:hover, .bg-light1-home.hover-dark:hover, .bg-light2-home.hover-dark:hover {
162166
background: #42ccff;
163167
}
164168

169+
<<<<<<< HEAD
165170
.border-dark1-v2024, .border-dark2-v2024, .border-dark3-v2024, .border-light1-v2024 {
166171
border-color: #00aeef;
167172
}
@@ -171,6 +176,9 @@
171176
}
172177

173178
.text-light1-v2024 {
179+
=======
180+
.text-light1-home {
181+
>>>>>>> 8396dbd6 (fix conflicts)
174182
color: #00aeef;
175183
}
176184

@@ -272,7 +280,11 @@
272280
</div>
273281
<div class="md:w-1/4 rtl:float-left rtl:text-left ltr:float-right ltr:text-right inline-block mb-4">
274282
<a href="#"
283+
<<<<<<< HEAD
275284
class="btn bg-light1-v2024 text-black inline-block download-screenshot hover-dark">Download</a>
285+
=======
286+
class="btn bg-light1-home text-black inline-block download-screenshot hover-dark">Download</a>
287+
>>>>>>> 8396dbd6 (fix conflicts)
276288
</div>
277289
<div class="mt-4 shadow">
278290
<img src="#" alt="" class="screenshot-rendered">
@@ -787,7 +799,11 @@
787799
{% endif %}
788800
</div>
789801
<a href="{% url 'public.ureporters' %}"
802+
<<<<<<< HEAD
790803
class="btn bg-light2-v2024 text-white inline-block hover-dark">{% trans "EXPLORE ENGAGEMENT" %}</a>
804+
=======
805+
class="btn bg-light2-home text-white inline-block hover-dark">{% trans "EXPLORE ENGAGEMENT" %}</a>
806+
>>>>>>> 8396dbd6 (fix conflicts)
791807
</div>
792808
</div>
793809
</div>

0 commit comments

Comments
 (0)