-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
87 additions
and
380 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,113 +1,8 @@ | ||
|
||
/********************************* | ||
17. Footer | ||
*********************************/ | ||
.footer { | ||
padding-top: 52px; | ||
padding-bottom: 40px; | ||
background-color: rgba(133, 205, 202, 0.2); | ||
} | ||
.footer .logo_container { | ||
height: auto; | ||
margin-bottom: 18px; | ||
margin-top: -10px; | ||
} | ||
.footer .logo { | ||
top: auto; | ||
} | ||
.footer .logo a { | ||
color: #000000; | ||
} | ||
.footer_title { | ||
font-size: 14px; | ||
color: #000000; | ||
} | ||
.footer_phone { | ||
font-size: 18px; | ||
color: #0e8ce4; | ||
margin-top: 13px; | ||
} | ||
.footer_contact_text { | ||
margin-top: 10px; | ||
} | ||
.footer_contact_text p { | ||
margin-bottom: 0px; | ||
} | ||
.footer_social { | ||
margin-top: 27px; | ||
} | ||
.footer_social ul li { | ||
display: inline-block; | ||
width: 30px; | ||
height: 30px; | ||
background: #fafafa; | ||
border-radius: 50%; | ||
cursor: pointer; | ||
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); | ||
margin-right: 16px; | ||
text-align: center; | ||
} | ||
.footer_social ul li i { | ||
color: #000000; | ||
line-height: 30px; | ||
-webkit-transition: all 200ms ease; | ||
-moz-transition: all 200ms ease; | ||
-ms-transition: all 200ms ease; | ||
-o-transition: all 200ms ease; | ||
transition: all 200ms ease; | ||
} | ||
.footer_social ul li:hover i { | ||
color: var(--fb-light-green); | ||
} | ||
.footer_subtitle { | ||
font-size: 12px; | ||
color: #000000; | ||
} | ||
.footer_column ul:first-of-type { | ||
margin-top: 21px; | ||
} | ||
.footer_column ul { | ||
margin-top: 7px; | ||
list-style: none; | ||
padding: 0; | ||
} | ||
.footer_list li { | ||
margin-bottom: 6px; | ||
} | ||
.footer_list li a { | ||
font-size: 14px; | ||
color: rgba(0, 0, 0, 0.6); | ||
-webkit-transition: all 200ms ease; | ||
-moz-transition: all 200ms ease; | ||
-ms-transition: all 200ms ease; | ||
-o-transition: all 200ms ease; | ||
transition: all 200ms ease; | ||
} | ||
.footer_list li a:hover { | ||
color: var(--purple); | ||
text-decoration: underline; | ||
} | ||
.footer_list_2 { | ||
margin-top: 42px !important; | ||
} | ||
|
||
.copyright { | ||
width: 100%; | ||
background: #fafafa; | ||
} | ||
.copyright_container { | ||
width: 100%; | ||
height: 56px; | ||
} | ||
.copyright_content { | ||
font-size: 12px; | ||
color: rgba(0, 0, 0, 0.6); | ||
} | ||
.logos_list li { | ||
display: inline-block; | ||
margin-right: 16px; | ||
} | ||
.logos_list li:last-child { | ||
margin-right: 0px; | ||
} | ||
|
||
padding-top: 52px; | ||
padding-bottom: 40px; | ||
background-color: rgba(133, 205, 202, 0.2); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.