From 7a2a8345fbf528d63050f7bebcf10dd62a0eb2b4 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 26 Mar 2020 22:07:56 +0100 Subject: [PATCH] Add example static file --- assets/static/css/style.css | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 assets/static/css/style.css diff --git a/assets/static/css/style.css b/assets/static/css/style.css new file mode 100644 index 0000000..e731d9d --- /dev/null +++ b/assets/static/css/style.css @@ -0,0 +1,47 @@ +.mt-1, .my-1 { + margin-top: .1875rem !important; +} + +.mt-2, .my-2 { + margin-top: .375rem !important; +} + +.mt-3, .my-3 { + margin-top: .75rem !important; +} + +.mt-4, .my-4 { + margin-top: 1.5rem !important; +} + +.mt-5, .my-5 { + margin-top: 2.25rem !important; +} + +.mb-1, .my-1 { + margin-bottom: .1875rem !important; +} + +.mb-2, .my-2 { + margin-top: .375rem !important; +} + +.mb-3, .my-3 { + margin-bottom: .75rem !important; +} + +.mb-4, .my-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5, .my-5 { + margin-bottom: 2.25rem !important; +} + +.auth-background { + background: linear-gradient(#23d160e0, #23d160e0), url(/static/images/jordan-harrison-1208586-unsplash.jpg); + background-position: 50%; + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; +} \ No newline at end of file