alexlcdee преди 8 години
родител
ревизия
4f5300f332
променени са 4 файла, в които са добавени 18 реда и са изтрити 4 реда
  1. 8 3
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 5 0
      src/files/scss/_base-style.scss
  4. 5 1
      src/files/scss/_media-overrides.scss

+ 8 - 3
src/files/css/main.css

@@ -6505,10 +6505,15 @@ header .circles .circle:nth-child(3) {
 
 header .burger {
   display: none;
+  margin: 7px 2px 5px;
   width: 30px;
   height: 30px;
   background: url(../img/style/menu-burger.png) center no-repeat;
-  cursor: pointer; }
+  cursor: pointer;
+  position: absolute;
+  left: 0;
+  right: 0;
+  z-index: 2; }
 
 header .menu-mobile {
   list-style: none;
@@ -9975,8 +9980,8 @@ footer .copyright .logo {
   .main-container .col-lg-10 {
     width: 73% !important; }
 
-  header .circles {
-    position: static !important; }
+  header .burger {
+    display: block; }
 
   header .menu ul li a {
     font-size: 14.5px; }

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
src/files/css/main.css.map


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

@@ -82,10 +82,15 @@ header .circles .circle:nth-child(3) {
 
 header .burger {
     display: none;
+    margin: 7px 2px 5px;
     width: 30px;
     height: 30px;
     background: url(../img/style/menu-burger.png) center no-repeat;
     cursor: pointer;
+    position: absolute;
+    left: 0;
+    right: 0;
+    z-index: 2;
 }
 
 header .menu-mobile {

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

@@ -75,7 +75,11 @@
     }
 
     header .circles {
-        position: static !important;
+        //position: static !important;
+    }
+
+    header .burger {
+        display: block;
     }
 
     header .menu ul li a {

Някои файлове не бяха показани, защото твърде много файлове са промени