From b32a325b0bf17906a9ba062548b89899ac400659 Mon Sep 17 00:00:00 2001 From: kimdahey Date: Sun, 15 Sep 2019 16:54:23 -0400 Subject: scss --- src/client/views/webcam/DashWebCam.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/webcam/DashWebCam.tsx b/src/client/views/webcam/DashWebCam.tsx index 4c78e5105..210b22958 100644 --- a/src/client/views/webcam/DashWebCam.tsx +++ b/src/client/views/webcam/DashWebCam.tsx @@ -5,6 +5,8 @@ import { observable, action } from "mobx"; import { DocumentDecorations } from "../DocumentDecorations"; import { InkingControl } from "../InkingControl"; import { CollectionFreeFormDocumentViewProps } from "../nodes/CollectionFreeFormDocumentView"; +import "../../views/nodes/WebBox.scss"; + //https://github.com/mozmorris/react-webcam is the source code used for the bigger part of this implementation. It's only modified to fit our current system. @@ -364,7 +366,7 @@ export class DashWebCam extends React.Component +