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
path: root/assets
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-03-10 17:32:35 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-03-10 17:32:35 +0300
commitb7e9c11c9cd2f82d62d1a7221cc071f390e0b070 (patch)
treed919bd203e4f93fc717289108f621416f3ba0386 /assets
parentb0f3e1c90cf0e46f271f7134a98b54481007a6f7 (diff)
fix hub page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/css/pages/hub.css15
-rw-r--r--assets/css/pages/hub.scss19
2 files changed, 0 insertions, 34 deletions
diff --git a/assets/css/pages/hub.css b/assets/css/pages/hub.css
index a943faf7..f2c0cd2d 100644
--- a/assets/css/pages/hub.css
+++ b/assets/css/pages/hub.css
@@ -214,21 +214,6 @@
.section--mainbenefits .col-md-6 p {
padding-top: 0px; }
-.section--on-premise {
- position: relative; }
- .section--on-premise .gradient {
- background: #36383f;
- background: -webkit-radial-gradient(center, ellipse, #36383f 0%, #1a1d22 60%, #000 90%);
- background: radial-gradient(ellipse at center, #36383f 0%, #1a1d22 60%, #000 90%);
- z-index: -1;
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%; }
- .section--on-premise .section--heading-1, .section--on-premise h3, .section--on-premise p {
- color: white; }
-
.section--benefits .row {
margin-top: 50px; }
diff --git a/assets/css/pages/hub.scss b/assets/css/pages/hub.scss
index f49fa3f2..1777131f 100644
--- a/assets/css/pages/hub.scss
+++ b/assets/css/pages/hub.scss
@@ -252,25 +252,6 @@
}
}
-.section--on-premise {
- position: relative;
- .gradient {
- background: #36383f;
- background: -webkit-radial-gradient(center, ellipse, #36383f 0%, #1a1d22 60%, #000 90%);
- background: radial-gradient(ellipse at center, #36383f 0%, #1a1d22 60%, #000 90%);
- z-index: -1;
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- }
- .section--heading-1, h3, p {
- color: white;
- }
-
-}
-
.section--benefits {
.row {
margin-top: 50px;