From 23c6b9400ee2d2917e3f5e8cf3d327fd2a537747 Mon Sep 17 00:00:00 2001 From: tykayn Date: Sun, 7 Jun 2020 13:52:14 +0200 Subject: [PATCH] :zap: styling themes --- README.md | 6 ++--- src/app/app.component.html | 16 +++++------ .../components/header/header.component.html | 2 +- .../components/header/header.component.scss | 7 +++++ src/app/core/services/theme.service.ts | 2 +- .../page-not-found.component.scss | 5 ++++ src/styles.scss | 2 +- src/styles/partials/_forms.scss | 9 +++++++ src/styles/partials/_navigation.scss | 13 ++++++--- src/styles/themes/_base.scss | 12 ++++++--- src/styles/themes/_dark.scss | 26 ++++++++++++++---- src/styles/themes/_light.scss | 12 +++++++++ src/styles/themes/_red.scss | 27 ++++++++++++++++--- 13 files changed, 108 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index ecebe84a..b4d32f1a 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ | | [uuid](https://www.npmjs.com/package/uuid) | handle client-side generation of uuids | --- - +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.1. # Framadate -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.1. +A libre polling software make by contributors around the French association Framasoft. ## Development server -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. +Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. ## Code scaffolding diff --git a/src/app/app.component.html b/src/app/app.component.html index 222bd836..422dce62 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,16 +1,14 @@
- - -
- - -
- - +
+ +
+ +
+ +
- diff --git a/src/app/core/components/header/header.component.html b/src/app/core/components/header/header.component.html index 3a3e0b95..c5a76c78 100644 --- a/src/app/core/components/header/header.component.html +++ b/src/app/core/components/header/header.component.html @@ -1,4 +1,4 @@ -
+