-
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.
Updated text on homepage Show API for developers link on homepage Show pins around victory monument
- Loading branch information
Showing
10 changed files
with
96 additions
and
21 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 |
---|---|---|
|
@@ -265,3 +265,11 @@ | |
} | ||
} | ||
} | ||
|
||
|
||
#page-error { | ||
.title-icon { | ||
font-size: 12rem; | ||
color: $cl-lightgray; | ||
} | ||
} |
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,21 @@ | ||
page-error | ||
|
||
#page-error | ||
.container | ||
.row | ||
.col.s12.m6.offset-m3.l4.offset-l4 | ||
|
||
.spacing-large | ||
|
||
.center | ||
i.icon.material-icons.title-icon { icon } | ||
h4.center { title } | ||
h5 { message } | ||
|
||
.spacing-large | ||
|
||
script. | ||
const self = this; | ||
self.title = opts.title || 'เกิดปัญหาขึ้น!'; | ||
self.message = opts.message || 'ลองดูใหม่นะ'; | ||
self.icon = opts.icon || 'info_outline' |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.