From 839544751d5c40ffeb2f5987d6b92a13edf2a9e9 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 14 Feb 2020 12:54:07 +0100 Subject: Font awesome (for pagination bar) --- assets/css/app.scss | 7 +++++++ lib/waev_web/templates/layout/app.html.eex | 2 ++ lib/waev_web/views/exports_view.ex | 16 ++++++++-------- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 8b221d0..2f528c7 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -15,6 +15,13 @@ body { background-color: var(--color-3); } +.button-large { + font-size: 1.4rem; + height: 4.5rem; + line-height: 4.5rem; + padding: 0 2rem; +} + .container { margin: 0 auto; max-width: 90.0rem; diff --git a/lib/waev_web/templates/layout/app.html.eex b/lib/waev_web/templates/layout/app.html.eex index 0b81432..72e0142 100644 --- a/lib/waev_web/templates/layout/app.html.eex +++ b/lib/waev_web/templates/layout/app.html.eex @@ -6,6 +6,8 @@