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 - +
+ + + 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