From 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf Mon Sep 17 00:00:00 2001 From: horus Date: Sat, 27 Jun 2026 05:40:45 +0200 Subject: merge --- ssh/resources/sass/_background.scss | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ssh/resources/sass/_background.scss (limited to 'ssh/resources/sass/_background.scss') diff --git a/ssh/resources/sass/_background.scss b/ssh/resources/sass/_background.scss deleted file mode 100644 index 452d4d2..0000000 --- a/ssh/resources/sass/_background.scss +++ /dev/null @@ -1,26 +0,0 @@ -html { - height: 100%; -} - -body { - width: 100%; - height: auto; - min-height:35rem; - background: linear-gradient(to bottom, rgba(1,1,1,.25) 0%, rgba(1,1,1,.45) 90%, rgba(2, 11, 26, 0.65) 100%), url("/img/world-bg.jpg"); - background-color: rgba(2, 11, 26, 0.65); - background-position: center; - background-repeat: no-repeat; - background-attachment: scroll; - background-size: cover; -} -.cover-container { - color: white; - max-width: 42em; -} -.cover { - padding: 0 1.5rem; -} -.cover .btn-lg { - padding: .75rem 1.25rem; - font-weight: 700; -} -- cgit v1.2.3