Skip to content

Commit

Permalink
Footer.scss file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
itxchandan committed May 20, 2019
1 parent b0c4ed9 commit 9e39ccb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions Template/astroid/tpl_jdseattle/scss/seattle/theme/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
}
}
}
.footer-nav-link {
ul {
display: block;
li {
a {
letter-spacing: normal;
position: relative;
&:hover {
color: $primary;
}
}
&:before{
content: "\ea4c";
@extend %LineIcons-font;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
ul.nav.list-inline {
display: block;
li {
a {
letter-spacing: normal;
position: relative;
display: inline-block;
vertical-align: middle;
&:hover {
color: $primary;
}
}
&:before{
content: "\ea4c";
@extend %LineIcons-font;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
}
}
Expand Down
36 changes: 18 additions & 18 deletions quickstart/templates/tpl_jdseattle/scss/seattle/theme/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
}
}
}
.footer-nav-link {
ul {
display: block;
li {
a {
letter-spacing: normal;
position: relative;
&:hover {
color: $primary;
}
}
&:before{
content: "\ea4c";
@extend %LineIcons-font;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
ul.nav.list-inline {
display: block;
li {
a {
letter-spacing: normal;
position: relative;
display: inline-block;
vertical-align: middle;
&:hover {
color: $primary;
}
}
&:before{
content: "\ea4c";
@extend %LineIcons-font;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
}
}
Expand Down

0 comments on commit 9e39ccb

Please sign in to comment.