ソースを参照

Merge branch 'anatoly' of medgis/mo-assets into master

anatoly 6 年 前
コミット
735ffa53c9
3 ファイル変更17 行追加1 行削除
  1. 5 0
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 12 1
      src/files/scss/_base-style.scss

+ 5 - 0
src/files/css/main.css

@@ -8761,6 +8761,11 @@ footer .copyright .logo {
     margin-top: -15px;
     z-index: 3; }
 
+a[href^="https://metrika.yandex.ru"] {
+  position: absolute;
+  bottom: 10px;
+  right: 10px; }
+
 .text-page__text h2, .special-page__article h2, .full-news__text h2, .special-items__h2, .index-about h2 {
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-size: 25px;

ファイルの差分が大きいため隠しています
+ 0 - 0
src/files/css/main.css.map


+ 12 - 1
src/files/scss/_base-style.scss

@@ -3,6 +3,7 @@
 p {
     a {
         text-decoration: underline;
+
         &:hover {
             text-decoration: none;
         }
@@ -19,6 +20,7 @@ body {
         bottom: 0;
     }
 }
+
 header {
     position: fixed;
     /*height: 45px;*/
@@ -291,7 +293,7 @@ header .menu-mobile ul li a:hover {
     font-family: $fontcuprum;
     font-weight: 700;
     color: #004d7b;
-    @media(min-width: 1201px){
+    @media(min-width: 1201px) {
         max-width: 790px;
     }
 }
@@ -2593,6 +2595,7 @@ footer .copyright .logo {
 
 .slide-fancybox-video {
     position: relative;
+
     &:before {
         display: block;
         content: '';
@@ -2607,9 +2610,11 @@ footer .copyright .logo {
         border-radius: 5px;
         z-index: 2;
     }
+
     &:hover:before {
         background: #bd0505;
     }
+
     &:after {
         display: block;
         content: '';
@@ -2625,4 +2630,10 @@ footer .copyright .logo {
         margin-top: -15px;
         z-index: 3;
     }
+}
+
+a[href^="https://metrika.yandex.ru"] {
+    position: absolute;
+    bottom: 10px;
+    right: 10px;
 }

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません