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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-09 18:14:13 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-09 18:14:13 +0300
commit2a45a5bc8b7e4a59287f6872bc673e32825f99db (patch)
tree98ea52f4e7cb0219ae5f21982d100fef761b810b /assets
parent1f8ebe563014f291d97f71a5312dadaf61abede4 (diff)
Add made with love at footer
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_footer.scss19
-rw-r--r--assets/sass/_svg.scss2
2 files changed, 17 insertions, 4 deletions
diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss
index 3677a87..9339c8d 100644
--- a/assets/sass/_footer.scss
+++ b/assets/sass/_footer.scss
@@ -1,16 +1,29 @@
footer {
background-color: $theme-color;
text-align: center;
+ color: $theme-inverse-color;
.footer-navigation {
- padding: 40px 0;
+ padding: 40px 0 20px;
a {
- color: $theme-inverse-color;
-
.inline-svg {
margin: 0 5px;
}
}
}
+
+ .made-with-love {
+ font-size: 12px;
+ margin-bottom: 30px;
+
+ .inline-svg {
+ vertical-align: middle;
+
+ svg {
+ color: #f56b6b;
+ height: 12px;
+ }
+ }
+ }
}
diff --git a/assets/sass/_svg.scss b/assets/sass/_svg.scss
index 23512c3..5d90093 100644
--- a/assets/sass/_svg.scss
+++ b/assets/sass/_svg.scss
@@ -2,7 +2,7 @@
display: inline-block;
svg {
- height: 40px;
+ height: 35px;
width: auto;
}
}