Skip to content

Commit c7b8e83

Browse files
committed
footer style enhancement
1 parent 743d001 commit c7b8e83

File tree

7 files changed

+445
-315
lines changed

7 files changed

+445
-315
lines changed

assets/dist/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/css/atf.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/src/scss/components/footer.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin-bottom: $size__padding * .25;
1313
font-weight: 600;
1414
font-size: 21px;
15-
border-bottom: 1px solid $color__black;
15+
border-bottom: 1px solid transparentize($color__black, .8);
1616

1717
@media #{$mq__smaller-than-tablet} {font-size: 18px;}
1818
}
@@ -31,18 +31,18 @@
3131
padding: 0;
3232
margin: 0;
3333
ul {
34-
margin-left: $size__padding-resp
34+
margin-left: $size__padding-resp * .5;
3535
}
3636
}
3737

3838
li {
3939
list-style-type: none;
40-
padding: 0 0 $size__margin;
40+
padding: 0;
4141
margin: 0;
42+
line-height: 2.2;
4243

4344
a {
4445
@extend .ellipsis;
45-
font-size: $text__size - 2;
4646
font-weight: 400;
4747
}
4848

package-lock.json

Lines changed: 290 additions & 289 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"style": "./style.css",
2626
"devDependencies": {
27-
"@babel/core": "^7.6.3",
28-
"@babel/preset-env": "^7.6.3",
29-
"autoprefixer": "^9.6.4",
27+
"@babel/core": "^7.7.0",
28+
"@babel/preset-env": "^7.7.1",
29+
"autoprefixer": "^9.7.1",
3030
"cssnano": "^4.1.10",
3131
"del": "^5.1.0",
3232
"gulp": "^4.0.2",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Codekraft
33
Requires at least: 4.9.6
44
Tested up to: WordPress 5.2
55
Requires PHP: 5.6
6-
Stable tag: 1.2.4
6+
Stable tag: 1.2.5
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Donate link: https://www.paypal.com/pools/c/8g9fVFSHkc
@@ -144,6 +144,10 @@ You can find a [quick start guide here](https://modul-r.codekraft.it/2019/06/the
144144

145145
== Changelog ==
146146

147+
= 1.2.5 =
148+
* Dependencies update
149+
* Footer style enhancement
150+
147151
= 1.2.4 =
148152
* Main container width fix on small screens
149153
* Other enhancement or style regressions fixes

0 commit comments

Comments
 (0)