Explorar el Código

moved logo to prefectly superpose with player timeline

Bachir Soussi Chiadmi hace 6 años
padre
commit
e31f0c34a7

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 4 - 2
sites/all/themes/custom/edlptheme/assets/styles/app.scss

@@ -75,8 +75,9 @@ header[role="banner"]{
     margin:0; display: inline-block;
     a.site-name{
       display: block;
-      $w:290px;
+      $w:260px;
       width:$w; height:$w * 0.22;
+      margin-top: 0.15em;
       background-image: url(../img/logo.svg);
       background-color: white;
       background-repeat:no-repeat;
@@ -496,6 +497,7 @@ main[role="main"]{
 #audio-player{
   position: absolute;
   top:0; left:0;
+  padding-left:1.2em;
   background-color: white;
   height:100%; min-width:300px;
   z-index: 20;
@@ -526,7 +528,7 @@ main[role="main"]{
       width:70px; height:1px;
       background-color: #000;
       overflow: visible;
-      transform: rotateZ(-45deg);
+      transform: rotateZ(-46deg);
       .loader{
         width:0; height:100%;
         background-color: red;

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio