SSH into you remote server and create a directory.
mkdir ~/passboltGo inside the directory
cd ~/passbolt| import { Container } from "./styles"; | |
| import { | |
| forwardRef, | |
| PropsWithChildren, | |
| useImperativeHandle, | |
| useRef, | |
| } from "react"; | |
| export type CursorProps = PropsWithChildren<{ | |
| className?: string; |
| /* PLYR https://github.com/sampotts/plyr/releases/tag/v3.6.12 */ | |
| :root { | |
| /* The primary UI color. */ | |
| --plyr-color-main: #00b3ff; | |
| /* The background color of video and poster wrappers for using alpha channel videos and poster images. */ | |
| --plyr-video-background: rgba(0, 0, 0, 1); | |
| /* The color used for the dotted outline when an element is :focus-visible (equivalent) keyboard focus. */ | |
| --plyr-badge-background: #4a5464; | |
| /* The text color for badges. */ |