Add font-awesome
This commit is contained in:
parent
81207046a5
commit
b4be290888
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ migration-dev-data: docker migration-schema
|
|||||||
|
|
||||||
migration: migration-schema migration-dev-data
|
migration: migration-schema migration-dev-data
|
||||||
|
|
||||||
dev: docker migration watch
|
dev: docker migration build-font watch
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -r ./build
|
-rm -r ./build
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"modules": [
|
"modules": [
|
||||||
"bootstrap"
|
"bootstrap",
|
||||||
|
"font-awesome"
|
||||||
],
|
],
|
||||||
"dest": "build/public"
|
"dest": "build/public"
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^3.3.6",
|
"bootstrap": "^3.3.6",
|
||||||
|
"font-awesome": "^4.7.0",
|
||||||
"jquery": "^2.2.4"
|
"jquery": "^2.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
@import "bootstrap/less/bootstrap.less";
|
@import "bootstrap/less/bootstrap.less";
|
||||||
|
@import "font-awesome/less/font-awesome.less";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<div class="movie-details-buttons">
|
<div class="movie-details-buttons">
|
||||||
<a id="imdb-link" type="button" class="btn btn-warning" href="http://www.imdb.com/title/{{ .ImdbID }}">
|
<a id="imdb-link" type="button" class="btn btn-warning" href="http://www.imdb.com/title/{{ .ImdbID }}">
|
||||||
IMDB
|
<i class="fa fa-external-link"></i> IMDB
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user