From 29bfe45acac4905a4f9df4f343993beebe9c6fee Mon Sep 17 00:00:00 2001
From: tykayn
Date: Mon, 12 Aug 2019 15:13:05 +0200
Subject: [PATCH] :art: striked button and icon style
---
.../create-or-retrieve.component.html | 20 ++++++++++++++-----
src/assets/scss/atoms/_buttons.scss | 10 ++++++++++
2 files changed, 25 insertions(+), 5 deletions(-)
diff --git a/src/app/page/create-or-retrieve/create-or-retrieve.component.html b/src/app/page/create-or-retrieve/create-or-retrieve.component.html
index d9755fbe..33313934 100644
--- a/src/app/page/create-or-retrieve/create-or-retrieve.component.html
+++ b/src/app/page/create-or-retrieve/create-or-retrieve.component.html
@@ -9,11 +9,21 @@
Planifiez des rendez-vous avec vos amis ou votre famille ou créez un sondage avec du texte, des images ou des
liens… un sondage quoi !
-
- C'est parti
-
+
diff --git a/src/assets/scss/atoms/_buttons.scss b/src/assets/scss/atoms/_buttons.scss
index 468abf3b..76973c5d 100644
--- a/src/assets/scss/atoms/_buttons.scss
+++ b/src/assets/scss/atoms/_buttons.scss
@@ -2,6 +2,16 @@
a {
color: $black;
+
+ .icon {
+ font-size: 1.5em;
+ &.right{
+ float: right;
+ display: inline-block;
+ margin: -0.3em 0.4em;
+
+ }
+ }
}
// buttons