Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 1, 2018
1 parent db9f49e commit fe9848d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frugue/core"
,"version": "0.2.6"
,"version": "0.2.7"
,"description": "A custom module for frugue.com"
,"type": "magento2-module"
,"homepage": "https://github.com/frugue/core"
Expand Down
12 changes: 12 additions & 0 deletions view/frontend/web/_cms.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// 2018-06-01
// «Magento 2 store footer update & content page update»
// https://www.upwork.com/ab/f/contracts/20124474
.cms-page-view {
.page-main {padding-top: 2rem;} // 2018-06-01 It is `100px` in the design theme.
h1.page-title {margin-bottom: 1.5rem;} // 2018-06-01 It is `36px` in the design theme.
h2 {
font-size: 1.25rem; // 2018-06-01 It is `1.5rem` in the design theme.
margin-bottom: 0.2rem; // 2018-06-01 It is `25px` in the design theme.
margin-top: 1.25rem;
}
}
1 change: 1 addition & 0 deletions view/frontend/web/main.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '_checkout';
@import '_cms';
@import '_flags';
@import '_product';
@import '_products';

0 comments on commit fe9848d

Please sign in to comment.