aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src/css/_partial/_footer
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-24 03:20:47 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-24 03:20:47 +0000
commitf24f2d15275961f1c0144e68fde75a60aeaaa165 (patch)
tree38be1626f3ade436fbd17eadb2753fa2f0effb37 /themes/even/src/css/_partial/_footer
parentbf04383b34c4a4fdfe239de2805a30a051921002 (diff)
downloadcapotej.com-f24f2d15275961f1c0144e68fde75a60aeaaa165.tar.gz
move to bear theme
Diffstat (limited to 'themes/even/src/css/_partial/_footer')
-rw-r--r--themes/even/src/css/_partial/_footer/_copyright.scss23
-rw-r--r--themes/even/src/css/_partial/_footer/_social.scss19
2 files changed, 0 insertions, 42 deletions
diff --git a/themes/even/src/css/_partial/_footer/_copyright.scss b/themes/even/src/css/_partial/_footer/_copyright.scss
deleted file mode 100644
index d635354..0000000
--- a/themes/even/src/css/_partial/_footer/_copyright.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-// ==============================
-// Copyright
-// =============================
-
-.copyright {
- margin: $copyright-margin;
- color: $dark-gray;
- text-align: center;
- font-family: $global-font-family;
-
- .hexo-link,
- .theme-link {
- color: $theme-color;
- }
-
- .copyright-year {
- display: block;
-
- .heart {
- font-size: 14px;
- }
- }
-}
diff --git a/themes/even/src/css/_partial/_footer/_social.scss b/themes/even/src/css/_partial/_footer/_social.scss
deleted file mode 100644
index a23eb69..0000000
--- a/themes/even/src/css/_partial/_footer/_social.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-// ==============================
-// Social
-// =============================
-
-.social-links {
- text-align: center;
-
- .iconfont {
- font-size: $social-icon-font-size;
-
- & + .iconfont {
- margin-left: $social-link-margin-left;
- }
-
- &:hover {
- color: $theme-color;
- }
- }
-} \ No newline at end of file