From c229eaa42dc123a91a3e9d35569938142175aff0 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 18 Feb 2020 00:01:59 +0100 Subject: [PATCH] :art: (form) fix style of icon in select --- src/styles/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 51898f0..dde12f1 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -86,6 +86,12 @@ img { width: 50px; } +.icon.is-left { + display: flex; + justify-content: center; + align-items: center; +} + .back-icon { vertical-align: middle; }