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);