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:
authorPaulo Moura <itsme@paulomoura.com>2017-07-22 13:30:01 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-26 15:41:09 +0300
commit5a18ab4b21deabc85a0b5b7fa88d95bad240809b (patch)
treededb093e0c58ced70b7603ec029f4358933c044c /assets/css/pages/contribute.scss
parent85a25e9836a97f605c81ac13c80a94b8a8485ae3 (diff)
update home, remove trash and organize scss files by pages
Diffstat (limited to 'assets/css/pages/contribute.scss')
-rw-r--r--assets/css/pages/contribute.scss51
1 files changed, 51 insertions, 0 deletions
diff --git a/assets/css/pages/contribute.scss b/assets/css/pages/contribute.scss
new file mode 100644
index 00000000..7e6c70b3
--- /dev/null
+++ b/assets/css/pages/contribute.scss
@@ -0,0 +1,51 @@
+@import "variables.scss";
+@import "transparent-navbar.scss";
+
+.contribute-background {
+ background: url("../img/headers/team.jpg") no-repeat;
+ background-position: center;
+ background-size: cover;
+}
+
+footer.page-footer {
+ margin-top: 0;
+}
+
+.section--contribute {
+ padding-top: 80px;
+ display: inline-block;
+
+ .section--heading-1 {
+ padding: 80px 0 30px 0;
+ }
+
+ .section--intro {
+ font-weight: 600;
+ padding-top: 30px;
+ color: $dark-blue;
+
+ @media (max-width: $break-small) {
+ text-align: left !important;
+ }
+ }
+}
+
+.calltoaction {
+ margin-top: 50px;
+ background-color: $nextcloud-blue;
+ padding: 50px 0;
+ color: white;
+
+ .section--heading-2 {
+ color: white;
+ }
+
+ .section--paragraph {
+ color: white;
+ }
+
+ .hyperlink {
+ color: white;
+ }
+}
+