Skip to content

Commit c25b376

Browse files
Added additional changes
1 parent e7f9dae commit c25b376

File tree

3 files changed

+43
-6
lines changed

3 files changed

+43
-6
lines changed

assets/scss/supporting/footer-widgets.scss

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,31 @@
22
----------------------------------------------------------------------------- */
33
.footer-widgets {
44
border-bottom: 1px solid $hr-border-color;
5-
padding: $spacer*2 0;
5+
padding: $spacer*4 0;
66
ul, ol {
77
@include list-unstyled;
8+
li {
9+
margin-bottom: $spacer;
10+
}
11+
}
12+
.widgettitle {
13+
margin-bottom: $spacer*2;
14+
}
15+
&.text-muted {
16+
.widgettitle {
17+
color: #fff;
18+
}
19+
a {
20+
&:hover {
21+
color: #fff;
22+
}
23+
}
24+
}
25+
&.bg-primary {
26+
a {
27+
&:hover {
28+
color: #fff;
29+
}
30+
}
831
}
932
}

assets/scss/supporting/footer.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,21 @@
88
ul {
99
@include list-unstyled;
1010
}
11+
a {
12+
color: inherit;
13+
}
14+
&.text-muted {
15+
a {
16+
&:hover {
17+
color: #fff;
18+
}
19+
}
20+
}
21+
&.bg-primary {
22+
a {
23+
&:hover {
24+
color: #fff;
25+
}
26+
}
27+
}
1128
}

assets/scss/supporting/widgets.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,15 @@
2626
li {
2727
margin-bottom: $spacer;
2828
a {
29-
color: $body-color;
29+
color: inherit;
3030
font-family: $headings-font-family;
3131
font-weight: $headings-font-weight;
32-
.footer-widgets & {
33-
color: $gray-100;
34-
}
3532
&:hover {
3633
color: $link-color;
3734
}
3835
}
3936
span {
40-
color: $gray-300;
37+
color: $text-muted;
4138
display: block;
4239
font-family: $font-family-sans-serif;
4340
font-size: 12px;

0 commit comments

Comments
 (0)