From 9db1a5458d5997f3d042b5e384f9b51dba88c8eb Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Wed, 5 Jun 2019 21:58:25 +0530 Subject: [PATCH] css: Reorder hotspots.scss so `.hotspot-inline` are in same line. --- static/styles/hotspots.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/styles/hotspots.scss b/static/styles/hotspots.scss index a46b2026b2..9132c9c270 100644 --- a/static/styles/hotspots.scss +++ b/static/styles/hotspots.scss @@ -127,10 +127,6 @@ height: 83px; } -.hotspot-inline .hotspot-img { - margin-left: 5px; -} - .hotspot-confirm { max-width: 125px; max-height: 70px; @@ -149,10 +145,6 @@ background-color: hsl(164, 44%, 56%); } -.hotspot-inline .hotspot-confirm { - display: block; -} - /* arrows */ .hotspot-popover::after, .hotspot-popover::before { @@ -253,6 +245,14 @@ position: relative; } +.hotspot-inline .hotspot-img { + margin-left: 5px; +} + +.hotspot-inline .hotspot-confirm { + display: block; +} + .hotspot-inline-top .hotspot-title { background-color: hsl(168, 100%, 35%); margin: 0;