Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d984773e08 |
@@ -34,7 +34,7 @@ export default function CalendarTable({ className }) {
|
|||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Calendar onChange={onChange} value={value} calendarType="US" />
|
<Calendar onChange={onChange} value={value} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ export default function Layout({ children }) {
|
|||||||
{logoutModal && (
|
{logoutModal && (
|
||||||
<ModalCom action={logoutModalHandler} situation={logoutModal}>
|
<ModalCom action={logoutModalHandler} situation={logoutModal}>
|
||||||
<div className="logout-modal-wrapper lg:w-[460px] h-full lg:h-auto bg-white dark:bg-dark-white lg:rounded-2xl">
|
<div className="logout-modal-wrapper lg:w-[460px] h-full lg:h-auto bg-white dark:bg-dark-white lg:rounded-2xl">
|
||||||
<div className="logout-modal-header w-full flex items-center justify-between lg:px-10 lg:py-8 px-[30px] py-[23px] border-b dark:border-[#5356fb29] border-light-purple dark:border-[#5356fb29] ">
|
<div className="logout-modal-header w-full flex items-center justify-between lg:px-10 lg:py-8 px-[30px] py-[23px] border-b border-light-purple dark:border-[#5356fb29] ">
|
||||||
<h1 className="text-26 font-bold text-dark-gray dark:text-white tracking-wide">
|
<h1 className="text-26 font-bold text-dark-gray dark:text-white tracking-wide">
|
||||||
Confirm
|
Confirm
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
|
import { Link } from "react-router-dom";
|
||||||
import topCreator1 from "../../assets/images/top-creator-1.png";
|
import topCreator1 from "../../assets/images/top-creator-1.png";
|
||||||
import topCreator2 from "../../assets/images/top-creator-2.png";
|
import topCreator2 from "../../assets/images/top-creator-2.png";
|
||||||
import topCreator3 from "../../assets/images/top-creator-3.png";
|
import topCreator3 from "../../assets/images/top-creator-3.png";
|
||||||
@@ -177,13 +178,15 @@ export default function RightSideBar() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="platform-list">
|
<div className="platform-list flex flex-col gap-4">
|
||||||
<div className="item flex space-x-3 items-center mb-4">
|
<Link to="/add-reminder" className="cursor-pointer p-2 md:hover:shadow-md transition md:hover:duration-300 rounded-md">
|
||||||
|
<div className="item flex space-x-3 items-center">
|
||||||
{/* image */}
|
{/* image */}
|
||||||
<div className="w-8 h-8 rounded-full">
|
<div className="w-8 h-8 rounded-full">
|
||||||
<svg
|
<svg
|
||||||
width="40"
|
className="w-[100%]"
|
||||||
height="41"
|
// width="40"
|
||||||
|
// height="41"
|
||||||
viewBox="0 0 40 41"
|
viewBox="0 0 40 41"
|
||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@@ -206,12 +209,15 @@ export default function RightSideBar() {
|
|||||||
</div>
|
</div>
|
||||||
{/* action */}
|
{/* action */}
|
||||||
</div>
|
</div>
|
||||||
<div className="item flex space-x-3 items-center mb-4">
|
</Link>
|
||||||
|
<Link to="/#" className="cursor-pointer p-2 md:hover:shadow-md transition md:hover:duration-300 rounded-md">
|
||||||
|
<div className="item flex space-x-3 items-center">
|
||||||
{/* image */}
|
{/* image */}
|
||||||
<div className="w-8 h-8 rounded-full">
|
<div className="w-8 h-8 rounded-full">
|
||||||
<svg
|
<svg
|
||||||
width="40"
|
className="w-[100%]"
|
||||||
height="41"
|
// width="40"
|
||||||
|
// height="41"
|
||||||
viewBox="0 0 40 41"
|
viewBox="0 0 40 41"
|
||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@@ -237,7 +243,7 @@ export default function RightSideBar() {
|
|||||||
</div>
|
</div>
|
||||||
{/* action */}
|
{/* action */}
|
||||||
</div>
|
</div>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -670,38 +670,3 @@ TODO: Responsive ===========================
|
|||||||
@apply mb-2;
|
@apply mb-2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar */
|
|
||||||
.react-calendar{
|
|
||||||
width: 100%;
|
|
||||||
min-height: 23.2rem;
|
|
||||||
border-radius: 7px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.react-calendar__navigation{
|
|
||||||
margin-top: 2px;
|
|
||||||
margin-inline: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.react-calendar__navigation button:enabled:hover,
|
|
||||||
.react-calendar__navigation button:enabled:focus{
|
|
||||||
@apply rounded-full transition duration-500
|
|
||||||
}
|
|
||||||
|
|
||||||
.react-calendar__month-view__days{
|
|
||||||
display: grid !important;
|
|
||||||
grid-template-columns: repeat(7, 1fr);
|
|
||||||
}
|
|
||||||
|
|
||||||
.react-calendar__month-view__weekdays__weekday abbr:where([title]){
|
|
||||||
text-decoration: none !important;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.react-calendar__tile{
|
|
||||||
border: 1px solid #cfd7e3 !important;
|
|
||||||
border-left: 0;
|
|
||||||
text-align: right;
|
|
||||||
height: 4.813rem !important;
|
|
||||||
transition: all 500ms;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user