improvements with blur and stuff
This commit is contained in:
@@ -225,15 +225,16 @@ export default function ShortcutHelpModal() {
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span className="flex flex-col ml-2 items-end">
|
<span className="flex flex-col ml-2 items-end">
|
||||||
<span className="text-lg text-gray-500">Join a Room</span>
|
<span className="text-lg text-gray-500">
|
||||||
|
Create a Meeting Room
|
||||||
|
</span>
|
||||||
<span className={`text-md text-gray-300 text-right`}>
|
<span className={`text-md text-gray-300 text-right`}>
|
||||||
Click on the{" "}
|
Click on the{" "}
|
||||||
<button className="inline bg-gray-300 bg-opacity-25 p-1 rounded hover:bg-opacity-40">
|
<button className="inline bg-gray-300 bg-opacity-25 p-1 rounded hover:bg-opacity-40">
|
||||||
<FaPlus className="text-md text-white" />
|
<FaPlus className="text-md text-white" />
|
||||||
</button>{" "}
|
</button>{" "}
|
||||||
to create a <br></br>
|
to create a formal <FcGoogle className="inline text-lg" />{" "}
|
||||||
<FcGoogle className="inline text-lg" /> Meet (if your team
|
Meet.
|
||||||
has GSuite).
|
|
||||||
</span>
|
</span>
|
||||||
<span className={`text-md text-teal-600 text-right`}>
|
<span className={`text-md text-teal-600 text-right`}>
|
||||||
Spontaneous, scheduled, or recurring rooms.
|
Spontaneous, scheduled, or recurring rooms.
|
||||||
|
|||||||
@@ -350,7 +350,7 @@ export default function RoomCard(props: IRoomCardProps) {
|
|||||||
<span
|
<span
|
||||||
className={`flex flex-col ${
|
className={`flex flex-col ${
|
||||||
isUserInRoom ? " bg-white bg-opacity-80" : "bg-gray-300 bg-opacity-25"
|
isUserInRoom ? " bg-white bg-opacity-80" : "bg-gray-300 bg-opacity-25"
|
||||||
} rounded-lg justify-between w-96 m-2 shrink-0 h-[14rem]`}
|
} rounded-lg justify-between w-96 m-2 shrink-0 h-[14rem] shadow-md`}
|
||||||
>
|
>
|
||||||
{/* header */}
|
{/* header */}
|
||||||
<span className="flex flex-row justify-between items-start space-x-1 p-5 h-full">
|
<span className="flex flex-row justify-between items-start space-x-1 p-5 h-full">
|
||||||
|
|||||||
+1
-1
@@ -65,7 +65,7 @@ export default function Home() {
|
|||||||
|
|
||||||
{currUser ? (
|
{currUser ? (
|
||||||
<>
|
<>
|
||||||
<span className="text-gray-500">Welcome back,</span>
|
<span className="text-gray-500">Welcome back!</span>
|
||||||
<button
|
<button
|
||||||
onClick={() => window.open("/teams", "_self")}
|
onClick={() => window.open("/teams", "_self")}
|
||||||
className="rounded font-semibold bg-gray-200 p-2 text-teal-600 shadow-lg flex flex-row items-center space-x-2"
|
className="rounded font-semibold bg-gray-200 p-2 text-teal-600 shadow-lg flex flex-row items-center space-x-2"
|
||||||
|
|||||||
@@ -34,6 +34,10 @@ main {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
@apply backdrop-blur-md;
|
||||||
|
}
|
||||||
|
|
||||||
.font-satisfy {
|
.font-satisfy {
|
||||||
font-family: "Satisfy", cursive;
|
font-family: "Satisfy", cursive;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user