From 0edb438872796902d3e4d3c2eea791f6af1956aa Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 20 Feb 2020 15:35:53 +0100 Subject: Supports iCal-Feed and styled website with bootstrap.css. --- resources/sass/app.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'resources/sass/app.scss') diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 8337712..8352c35 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -1 +1,13 @@ -// +// Fonts +@import url('https://fonts.googleapis.com/css?family=Nunito'); + +// Variables +@import 'variables'; + +// Bootstrap +@import '~bootstrap/scss/bootstrap'; + +#index .btn { + margin-top: .25rem; + margin-bottom: .25rem; +} -- cgit v1.2.3