aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-20 08:55:35 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 09:42:15 +0100
commit071eb9c0335397c746b7035435f4f7393333d18b (patch)
tree856e517e28ea266070405a422a5ef3e39733030e
parentb3198b2a0407de071b14290af2415169b9198b9f (diff)
FUNCT Update main layout
-rw-r--r--src/app.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/app.scss b/src/app.scss
index a15beb4..40d2929 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -26,15 +26,14 @@
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 {