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
|
||||
|
||||
dev: docker migration watch
|
||||
dev: docker migration build-font watch
|
||||
|
||||
clean:
|
||||
-rm -r ./build
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"modules": [
|
||||
"bootstrap"
|
||||
"bootstrap",
|
||||
"font-awesome"
|
||||
],
|
||||
"dest": "build/public"
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"font-awesome": "^4.7.0",
|
||||
"jquery": "^2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,4 +1,5 @@
|
||||
@import "bootstrap/less/bootstrap.less";
|
||||
@import "font-awesome/less/font-awesome.less";
|
||||
|
||||
body {
|
||||
padding-top: 70px;
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
<div class="movie-details-buttons">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user