Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_buttons.scss')
-rw-r--r--assets/scss/_buttons.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/scss/_buttons.scss b/assets/scss/_buttons.scss
index f313080..565a298 100644
--- a/assets/scss/_buttons.scss
+++ b/assets/scss/_buttons.scss
@@ -80,9 +80,11 @@
.btn-link {
color: $primary-color;
- i {
+ i,
+ svg {
font-size: 12px;
margin-left: 5px;
+ margin-bottom: 1px;
transition: .2s ease;
}
@@ -93,8 +95,9 @@
color: $primary-color;
text-decoration: none;
- i {
+ i,
+ svg {
margin-left: 10px;
}
}
-} \ No newline at end of file
+}