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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_footer.scss')
-rw-r--r--assets/sass/_footer.scss39
1 files changed, 0 insertions, 39 deletions
diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss
deleted file mode 100644
index aa86bdb..0000000
--- a/assets/sass/_footer.scss
+++ /dev/null
@@ -1,39 +0,0 @@
-footer {
- width: 8.25in;
- margin: 36px auto;
- text-align: center;
- display: flex;
- flex-flow: column;
-}
-
-.link-text {
- font-weight: 700;
-}
-
-.footer-item {
- //I'm doing nothing here.
-}
-
-#link::after {
- content: "\00B7";
-}
-
-#link:last-child::after {
- content: "";
-}
-
-footer {
- a {
- color: $turk;
- padding: 0 4px;
- &:hover {
- color: white;
- background-color: $turk;
- transition: all 0.35s ease-out;
- transition-property: all 0.35s ease-out;
- -webkit-transition-property: all 0.35s ease-out;
- -moz-transition-property: all 0.35s ease-out;
- -o-transition-property: all 0.35s ease-out;
- }
- }
-} \ No newline at end of file