Web Dev Solutions

Catalin Mititiuc

From ed61a234b9a80a8072c24955e03711c9eec2b934 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 14 Jun 2024 12:26:08 -0700 Subject: Fix classes --- public/assets/images/save.svg | 59 ++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) (limited to 'public/assets/images') diff --git a/public/assets/images/save.svg b/public/assets/images/save.svg index 5c1dcfa..49bbcc7 100644 --- a/public/assets/images/save.svg +++ b/public/assets/images/save.svg @@ -34,18 +34,9 @@ #bush { stroke-width:0.5px; stroke:green; fill:rgb(141, 202, 141); } .doors { stroke-width:2.25px; stroke:white; } .windows, .door-edges { stroke-width:2.5px; stroke:orange; } -.windows, .door-edges, .doors { stroke-linecap:square; } -.inner-walls { - stroke-linecap:square; - stroke:white; - fill:none; -} -.outer-walls { - stroke-width:2; - stroke-linecap:square; - stroke:black; - fill:none; -} +.windows, .door-edges, .doors, .inner-walls, .outer-walls { stroke-linecap:square; } +.inner-walls { stroke:white; } +.outer-walls { stroke-width:2; stroke:black; } .building path { fill:none; } .floor { fill:white; } #background { stroke: #304b75; fill: #bacae3; } @@ -1219,10 +1210,10 @@ class="inner-walls" d="m -33.25,-62.25 v 124.5 h 66.5 v -124.5 z m 26.5,24.5 v 44 h 9 v 56 m -35.5,-46 h 25.5 v 46 m 10,-23 h 31 m -19.5,-33 v -7.5 h 19.5" id="path2" />