From f986cde07725fc3268a85e10297af0e2f16f023b Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Sun, 11 Mar 2018 11:12:09 -0600 Subject: [PATCH] web-ui: Add missing styles for bootstrap and the toastr --- web-ui/src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web-ui/src/styles.css b/web-ui/src/styles.css index 90d4ee0..1be7e93 100644 --- a/web-ui/src/styles.css +++ b/web-ui/src/styles.css @@ -1 +1,3 @@ /* You can add global styles to this file, and also import other style files */ +@import '~bootstrap/dist/css/bootstrap.min.css'; +@import "~ngx-toastr/toastr.css";