From 7a5d4aecd7a85b9e333a11f846669729fca1fa86 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 14 Mar 2021 18:02:52 +0100 Subject: [PATCH] feat(css-theme): Added path.bartack class --- packages/css-theme/src/components/_draft.scss | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/packages/css-theme/src/components/_draft.scss b/packages/css-theme/src/components/_draft.scss index ca11059bd81..290b5bd5b9c 100644 --- a/packages/css-theme/src/components/_draft.scss +++ b/packages/css-theme/src/components/_draft.scss @@ -188,7 +188,17 @@ svg.freesewing.draft text { stroke: none; fill: $fc-bg-dark; } - + path.bartack { + stroke: $fc-draft-fabric-light; + stroke-width: 2; + stroke: #fd7e14; + stroke-opacity: 0.7; + stroke-linecap: butt; + } + path.logo { + fill: currentColor; + stroke: none; + } /* New style for sampled sizes */ path.made-to-measure { stroke: #212529; @@ -294,7 +304,17 @@ svg.freesewing.draft text { stroke: none; fill: $fc-bg-light; } - + path.bartack { + stroke: $fc-draft-fabric-light; + stroke-width: 2; + stroke: #ff922b; + stroke-opacity: 0.7; + stroke-linecap: butt; + } + path.logo { + fill: currentColor; + stroke: none; + } /* New style for sampled sizes */ path.made-to-measure { stroke: #f8f9fa;