From 1633d93c61bcc0b644a76fb02db994c26754e9cc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 29 Mar 2021 17:29:45 +0200 Subject: [PATCH] fix: icon on buttons --- src/styles/admin-circles/_index.scss | 19 +++++++++++++++++++ src/styles/index.scss | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/styles/admin-circles/_index.scss b/src/styles/admin-circles/_index.scss index a08a058..d02c585 100644 --- a/src/styles/admin-circles/_index.scss +++ b/src/styles/admin-circles/_index.scss @@ -5,6 +5,25 @@ background-color: #E9F2FF; border: none; color: var(--color-secondary); + + &:before { + font-size: 15px; + margin-right: 6px; + content: "\e079"; + font-family: simple-line-icons; + font-style: normal; + font-weight: 400; + speak: none; + display: inline-block; + text-decoration: inherit; + width: 1em; + text-align: center; + font-variant: normal; + text-transform: none; + line-height: 1em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } } .masonry>div:nth-child(1) { diff --git a/src/styles/index.scss b/src/styles/index.scss index 5f1d26d..16342bc 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -122,6 +122,25 @@ hubl-create-contact { color: white; border: 1px solid var(--color-secondary); + &:before { + font-size: 15px; + margin-right: 6px; + content: "\e079"; + font-family: simple-line-icons; + font-style: normal; + font-weight: 400; + speak: none; + display: inline-block; + text-decoration: inherit; + width: 1em; + text-align: center; + font-variant: normal; + text-transform: none; + line-height: 1em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + &:hover { background: white; color: var(--color-secondary);