diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 0420ad8e1..b5b97baaf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -673,6 +673,32 @@ ul.compact{ height: 50%; } +.ishtar-map-popup{ + background-color: #fff; + padding: 0.5em 1em; + border-radius: 0.5em; + border-style: solid; + border-width: 1px; + border-color: $gray-500; +} + +.ishtar-map-popup ul { + margin: 0; + padding: 0; + list-style: none; +} + +.ishtar-map-popup::after { + content: ""; + position: absolute; + top: 100%; + left: 50%; + margin-left: -5px; + border-width: 5px; + border-style: solid; + border-color: $gray-700 transparent transparent transparent; +} + .lg .lg-sub-html{ text-align: left; } |