Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/modules/hero.scss')
-rw-r--r--assets/css/modules/hero.scss37
1 files changed, 37 insertions, 0 deletions
diff --git a/assets/css/modules/hero.scss b/assets/css/modules/hero.scss
new file mode 100644
index 00000000..b2ca70dc
--- /dev/null
+++ b/assets/css/modules/hero.scss
@@ -0,0 +1,37 @@
+.background {
+ padding-bottom: 0;
+ padding-top: 0;
+ background-repeat: no-repeat;
+ background-size: cover;
+ border-radius: 0 !important;
+ height: 70vh;
+ min-height: 600px;
+ max-height: 800px;
+ position: relative;
+ opacity: 0;
+
+ h1 {
+ padding-top: 0;
+ color: white;
+ opacity: 0;
+ transform: translateY(50px);
+ }
+
+ h2 {
+ color: white;
+ font-size: 20px;
+ line-height: 1.6;
+ text-shadow: 0px 0px 10px #333;
+ opacity: 0;
+ transform: translateY(50px);
+ }
+
+ .topheader {
+ position: absolute;
+ top: 30%;
+ margin: 0;
+ padding: 0;
+ max-width: 600px;
+ opacity: 0;
+ }
+}