diff options
| author | horus | 2020-02-20 15:35:53 +0100 |
|---|---|---|
| committer | horus | 2020-02-20 15:35:53 +0100 |
| commit | 0edb438872796902d3e4d3c2eea791f6af1956aa (patch) | |
| tree | 849dca17ee23b25ec81808d1c981afc64e8ca33b /resources/sass/app.scss | |
| parent | 9ea335ab9c8f9e17e8ce8b6a7e76962bec7ed418 (diff) | |
| download | zeitumstellung-0edb438872796902d3e4d3c2eea791f6af1956aa.tar.gz | |
Supports iCal-Feed and styled website with bootstrap.css.
Diffstat (limited to 'resources/sass/app.scss')
| -rw-r--r-- | resources/sass/app.scss | 14 |
1 files changed, 13 insertions, 1 deletions
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; +} |
