css: Reorder hotspots.scss so .hotspot-inline are in same line.

This commit is contained in:
Vaibhav
2019-06-05 21:58:25 +05:30
committed by Tim Abbott
parent 74e6b5c926
commit 9db1a5458d

View File

@@ -127,10 +127,6 @@
height: 83px; height: 83px;
} }
.hotspot-inline .hotspot-img {
margin-left: 5px;
}
.hotspot-confirm { .hotspot-confirm {
max-width: 125px; max-width: 125px;
max-height: 70px; max-height: 70px;
@@ -149,10 +145,6 @@
background-color: hsl(164, 44%, 56%); background-color: hsl(164, 44%, 56%);
} }
.hotspot-inline .hotspot-confirm {
display: block;
}
/* arrows */ /* arrows */
.hotspot-popover::after, .hotspot-popover::after,
.hotspot-popover::before { .hotspot-popover::before {
@@ -253,6 +245,14 @@
position: relative; position: relative;
} }
.hotspot-inline .hotspot-img {
margin-left: 5px;
}
.hotspot-inline .hotspot-confirm {
display: block;
}
.hotspot-inline-top .hotspot-title { .hotspot-inline-top .hotspot-title {
background-color: hsl(168, 100%, 35%); background-color: hsl(168, 100%, 35%);
margin: 0; margin: 0;