Browse Source

виджет госуслуг

alexlcdee 4 năm trước cách đây
mục cha
commit
719e79cc80

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

@@ -8789,6 +8789,10 @@ a[href^="https://metrika.yandex.ru"] {
   bottom: 10px;
   right: 10px; }
 
+.gu-widget {
+  margin-top: 10px;
+  margin-bottom: 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;
@@ -10994,7 +10998,8 @@ img {
 @media (min-width: 768px) {
   .left-side {
     padding-right: 15px;
-    padding-left: 15px; }
+    padding-left: 15px;
+    min-height: 60vh; }
 
   .today .today-item {
     float: left;
@@ -11006,10 +11011,7 @@ img {
 
   .specs-container .today .today-item {
     float: left;
-    width: 33.333332%; }
-
-  .info {
-    min-height: 50vh; } }
+    width: 33.333332%; } }
 @media (min-width: 1200px) {
   .swiper-container {
     height: 290px; }

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
src/files/css/main.css.map


+ 5 - 0
src/files/scss/_base-style.scss

@@ -2663,4 +2663,9 @@ a[href^="https://metrika.yandex.ru"] {
     position: absolute;
     bottom: 10px;
     right: 10px;
+}
+
+.gu-widget {
+    margin-top: 10px;
+    margin-bottom: 10px;
 }

+ 1 - 3
src/files/scss/_media-overrides.scss

@@ -15,6 +15,7 @@
     .left-side {
         padding-right: 15px;
         padding-left: 15px;
+        min-height: 60vh;
     }
     .today .today-item {
         float: left;
@@ -29,9 +30,6 @@
         float: left;
         width: 33.333332%;
     }
-    .info {
-        min-height: 50vh;
-    }
 }
 
 @media (min-width: 1200px) {

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác