new
parent
3172f48060
commit
64300a0851
Binary file not shown.
@ -1,59 +0,0 @@
|
||||
{% load static %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Osina</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href='{% static "dist/output.css" %}'>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
||||
</head>
|
||||
|
||||
|
||||
<body class="font-poppinsLight">
|
||||
|
||||
<p class="text-xl text-secondosiblue text-center mt-3"><span class="font-poppinsBold">10</span> Reactions</p>
|
||||
|
||||
<!-- ALL REACTIONS CONTAINER -->
|
||||
<div class="w-full flex flex-col gap-5 mt-5">
|
||||
|
||||
<!-- Reaction 1 -->
|
||||
<div class="w-full flex items-center gap-3">
|
||||
<div class="flex gap-1 items-center">
|
||||
<p class="text-xs text-secondosiblue">8</p>
|
||||
<p>😄</p>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col text-sm max-h-[50px] overflow-y-auto text-secondosiblue reactionDetails px-3">
|
||||
<p>Salim Elliye</p>
|
||||
<p>Nataly Abi Wajeh</p>
|
||||
<p>Diana Abi Wajeh</p>
|
||||
<p>Roy Hawa</p>
|
||||
<p>Salim Elliye</p>
|
||||
<p>Nataly Abi Wajeh</p>
|
||||
<p>Diana Abi Wajeh</p>
|
||||
<p>Roy Hawa</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Reaction 2 -->
|
||||
<div class="w-full flex items-center gap-3">
|
||||
<div class="flex gap-1 items-center">
|
||||
<p class="text-xs text-secondosiblue">2</p>
|
||||
<p>😍</p>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col text-sm max-h-[50px] overflow-y-auto text-secondosiblue reactionDetails px-3">
|
||||
<p>Salim Elliye</p>
|
||||
<p>Nataly Abi Wajeh</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue