瀏覽代碼

fixed recit icon position on map-popup

bach 2 年之前
父節點
當前提交
9a699929c5
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/assets/main.scss

+ 12 - 0
src/assets/main.scss

@@ -326,6 +326,12 @@ body{
         transform-origin: right bottom;
         transform: rotate(45deg);
       }
+      .popup-content-wrapper{
+        flex-direction:row-reverse;
+        .concernement-map-popup-recit{
+          padding-right: 0.8em;
+        }
+      }
     }
     &[pos="bottom-left"]{
       padding: 2em 2em 0 0;
@@ -335,6 +341,12 @@ body{
         transform-origin: right top;
         transform: rotate(-45deg);
       }
+      .popup-content-wrapper{
+        flex-direction:row-reverse;
+        .concernement-map-popup-recit{
+          padding-right: 0.8em;
+        }
+      }
     }
 
   }