Kévin Tessier 6 gadi atpakaļ
vecāks
revīzija
904f9df742

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":192}
+{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":206}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"05-2018":755}
+{"05-2018":769}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":745,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
+{"\/":759,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527517050}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527517670}

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 6 - 2
user/themes/anissabensalah/css-compiled/theme.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
user/themes/anissabensalah/css-compiled/theme.min.css


+ 11 - 0
user/themes/anissabensalah/scss/theme/fonts.scss

@@ -8,5 +8,16 @@ body{
       font-size: $font36;
       color: white;
     }
+    .language-selector{
+      li{
+        &:nth-child(-n+2){
+          &::after{
+            font-size: $font36;
+            content: "-";
+            color: white;
+          }
+        }
+      }
+    }
   }
 }

+ 11 - 3
user/themes/anissabensalah/scss/theme/header.scss

@@ -1,5 +1,6 @@
-;#header{
+#header{
   position: fixed;
+  z-index: 999;
   .language-selector{
       display: flex;
       position: fixed;
@@ -7,8 +8,16 @@
       left: 50%;
       margin-left: -100px;
     li{
-      margin-right: 20px;
+      display: flex;
+      &:nth-child(-n+2){
+        &::after{
+          margin: 0 10px;
+          display: block;
+          position: relative;
+        }
+      }
     }
+
   }
   .navigation{
     li{
@@ -32,7 +41,6 @@
       }
       &:nth-child(5){
         transform: rotate(90deg);
-        // right: 50%;
         top: 50%;
         width: 100%;
         right: -50%;

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels