Bladeren bron

organization location map

alexlcdee 8 jaren geleden
bovenliggende
commit
0dae2948d0
4 gewijzigde bestanden met toevoegingen van 30 en 0 verwijderingen
  1. 15 0
      app/assets/styles/content/centerbar/organization.scss
  2. 15 0
      app/www/css/all.css
  3. 0 0
      app/www/css/all.css.map
  4. 0 0
      app/www/css/all.min.css

+ 15 - 0
app/assets/styles/content/centerbar/organization.scss

@@ -82,6 +82,21 @@ $organizationMediaSelector: 'organization-media';
         }
     }
 
+    &__map-container {
+        width: 700px;
+        max-width: 100%;
+        position: relative;
+        padding-top: 100%;
+    }
+
+    &__map {
+        position: absolute;
+        top: 0;
+        bottom: 0;
+        left: 0;
+        right: 0;
+    }
+
     &__contacts {
 
         &-header {

+ 15 - 0
app/www/css/all.css

@@ -3055,6 +3055,21 @@ body {
   .organization-info__map-link:hover {
     background: #d2dee9; }
 
+.organization-info__map-container {
+    width: 700px;
+    max-width: 100%;
+    position: relative;
+    padding-top: 100%;
+}
+
+.organization-info__map {
+    position: absolute;
+    top: 0;
+    bottom: 0;
+    left: 0;
+    right: 0;
+}
+
 .organization-info__contacts-header {
   font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
   font-size: 13px;

File diff suppressed because it is too large
+ 0 - 0
app/www/css/all.css.map


File diff suppressed because it is too large
+ 0 - 0
app/www/css/all.min.css


Some files were not shown because too many files changed in this diff