FUNCT Update main layout
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>
Thu, 20 Jun 2019 06:55:35 +0000 (08:55 +0200)
committerLorenzo Tilve <ltilve@igalia.com>
Tue, 4 Feb 2020 08:42:15 +0000 (09:42 +0100)
src/app.scss

index a15beb4..40d2929 100644 (file)
 
 html {
     height: 100%;
+    background-size: cover;
 }
 
 body {
-    font-size: 2rem;
-    font-family: Roboto, Arial;
-    color: #CCCCCC;
-    height: 100%;
-    width: 100%;
-    margin: 0;
+    font-size: 1.2rem;
+    font-family: Arial;
+    color: #999999;
+    margin: 5%;
 
     svg {
         path,
@@ -45,7 +44,7 @@ body {
         }
 
         circle {
-            fill: rgba(0,0,0, 0.4) !important;
+            fill: none !important;
         }
 
         text {
@@ -58,7 +57,7 @@ body {
         flex-direction: row;
         flex-wrap: wrap;
         justify-content: flex-start;
-        align-items: center;
+        align-items: flex-start;
         height: 100%;
 
         .item {