Prechádzať zdrojové kódy

Merge branch 'fixes-organizations' of Adyn/medgis-ru-assets into master

Alexander Larkin 8 rokov pred
rodič
commit
583d3fff63

+ 24 - 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 {
@@ -100,6 +115,15 @@ $organizationMediaSelector: 'organization-media';
             display: block;
         }
 
+        &-phones-list {
+            max-height: 123px;
+            transition: all 0.5s ease-in-out;
+            overflow: hidden;
+            &--all {
+                max-height: 9999px;
+            }
+        }
+
         &-skype {
             font-family: $fontcuprum;
             padding: 2px 0 1px 25px;

+ 25 - 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;
@@ -3069,6 +3084,16 @@ body {
   margin-bottom: 4px;
   display: block; }
 
+.organization-info__contacts-phones-list {
+    max-height: 123px;
+    transition: all 0.5s ease-in-out;
+    overflow: hidden;
+}
+
+.organization-info__contacts-phones-list--all {
+    max-height: 9999px;
+}
+
 .organization-info__contacts-skype {
     font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
     padding: 2px 0 1px 25px;

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
app/www/css/all.css.map


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
app/www/css/all.min.css


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov