From 2ad120727f2a2e773b7b4d9571f6d15b782a78bc Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 25 Oct 2021 23:20:08 +0200 Subject: [PATCH] Move footer import before fontawesome --- app/assets/stylesheets/sqm_application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sqm_application.scss b/app/assets/stylesheets/sqm_application.scss index bef218c9..a7d8fd3d 100644 --- a/app/assets/stylesheets/sqm_application.scss +++ b/app/assets/stylesheets/sqm_application.scss @@ -7,9 +7,9 @@ @import "dashboard"; @import "navigation"; @import "buttons"; +@import "sqm_footer"; @import "scss/fontawesome.scss"; @import "scss/solid.scss"; -@import "sqm_footer"; .height-56 { height: 56px;