-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from EC-CUBE/dev
0.0.3リリース内容
- Loading branch information
Showing
11 changed files
with
223 additions
and
14 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
@import "../mixins/media"; | ||
/* | ||
会員情報編集完了 | ||
会員情報編集完了で使用するページコンポーネントです。 | ||
ex [会員情報編集完了](http://demo3.ec-cube.net/mypage/change_complete) | ||
Markup: | ||
include /assets/tmpl/elements/22.1.editComplete.pug | ||
+ec-userEditCompleteRole | ||
Styleguide 22.1 | ||
*/ | ||
.ec-userEditCompleteRole{ | ||
@include container; | ||
text-align: center; | ||
padding: 0 16px; | ||
& &__title{ | ||
margin-bottom: 16px; | ||
font-weight: bold; | ||
font-size: 24px; | ||
@include media_desktop(){ | ||
font-size: 32px; | ||
} | ||
} | ||
& &__description{ | ||
margin-bottom: 32px; | ||
font-size: 16px; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -64,3 +64,10 @@ Styleguide 20.0 | |
Styleguide 21.0 | ||
*/ | ||
|
||
/* | ||
会員情報編集完了 | ||
Styleguide 22.0 | ||
*/ | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
mixin ec-userEditCompleteRole | ||
+b.ec-userEditCompleteRole | ||
.ec-off2Grid | ||
.ec-off2Grid__cell | ||
+e.P.__title 会員登録内容の変更が完了いたしました | ||
+e.P.__description 今後ともご愛顧賜りますようよろしくお願い申し上げます。 | ||
.ec-off4Grid | ||
.ec-off4Grid__cell | ||
p.ec-blockBtn--cancel トップページへ |
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 |
---|---|---|
|
@@ -10,6 +10,6 @@ block content | |
+ec-navlist | ||
+ec-welcomeMsg | ||
.ec-role | ||
+ec-editRole | ||
+ec-registerErrorAddress | ||
|
||
|
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 |
---|---|---|
|
@@ -10,6 +10,6 @@ block content | |
+ec-navlist | ||
+ec-welcomeMsg | ||
.ec-role | ||
+ec-editRole | ||
+ec-registerAddress | ||
|
||
|
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ block content | |
+ec-navlist | ||
+ec-welcomeMsg | ||
.ec-role | ||
+ec-editRole | ||
+ec-registerErrorAddress | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -10,6 +10,6 @@ block content | |
+ec-navlist | ||
+ec-welcomeMsg | ||
.ec-role | ||
+ec-editRole | ||
+ec-registerAddress | ||
|
||
|
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