|
|
|
@ -20,27 +20,6 @@
|
|
|
|
|
<body class="bg-gray-200 font-poppinsLight">
|
|
|
|
|
<div class="w-full flex">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- NOTES POPUP THAT APPEARS WHEN CLICKING ON A SPECIFIC NOTE -->
|
|
|
|
|
<div id="notesModal"
|
|
|
|
|
class="w-full h-full bg-black bg-opacity-40 z-20 fixed justify-center items-center inset-0 p-5">
|
|
|
|
|
<div class="w-full s:w-[500px] h-fit rounded-md p-5 cursor-pointer relative"
|
|
|
|
|
style="background-color: red">
|
|
|
|
|
<p class="text-base text-gray-500 p-5 rounded-md relative" id="noteContent">
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div class="bg-white rounded-full h-[30px] w-[30px] shadow-md absolute top-2 right-2 p-2 flex justify-center items-center cursor-pointer"
|
|
|
|
|
onclick="closeModal()">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="12" viewBox="0 0 384 512">
|
|
|
|
|
<path
|
|
|
|
|
d="M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"
|
|
|
|
|
fill="grey" />
|
|
|
|
|
</svg>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- FIXED SIDE NAVBAR -->
|
|
|
|
|
<div class="fixed h-screen w-[300px] bg-osiblue pt-9 flex flex-col justify-between flex-grow overflow-y-auto fixedSideHeader"
|
|
|
|
|
id="fixedSideHeader">
|
|
|
|
@ -622,7 +601,7 @@
|
|
|
|
|
<div class="bg-white shadow-md rounded-md p-5">
|
|
|
|
|
<div class="w-full h-full flex flex-col justify-between items-center">
|
|
|
|
|
<div class="w-full flex justify-between items-center">
|
|
|
|
|
<p class="text-[22px] text-secondosiblue font-bold uppercase">Tickets {%if user_offline%} I am offline {% endif %}</p>
|
|
|
|
|
<p class="text-[22px] text-secondosiblue font-bold uppercase">Tickets</p>
|
|
|
|
|
<img src="{% static 'images/icons/tickets.png' %}" class="w-[50px]">
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|