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:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-10-05 14:29:27 +0300
committerJos Poortvliet <jos@opensuse.org>2017-10-05 16:08:16 +0300
commit80fcac20c3c3a4109b4a5ebfee52daa54442f308 (patch)
tree38436f1961ae6b90dc45da7ecb21a5e6c1d1755f /assets/css/pages/contribute.css
parentb088035219a61c063efb66049f44937d039a0f11 (diff)
seems css wasn't updated properly?
Diffstat (limited to 'assets/css/pages/contribute.css')
-rw-r--r--assets/css/pages/contribute.css42
1 files changed, 41 insertions, 1 deletions
diff --git a/assets/css/pages/contribute.css b/assets/css/pages/contribute.css
index 05526675..8f669720 100644
--- a/assets/css/pages/contribute.css
+++ b/assets/css/pages/contribute.css
@@ -1,2 +1,42 @@
-.nav:not(.scrolled){background-color:transparent;position:absolute}.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--contribute .section--heading-1{padding:80px 0 30px 0}.section--contribute .section--intro{font-weight:600;padding-top:30px;color:#2a2a36}@media (max-width: 768px){.section--contribute .section--intro{text-align:left !important}}.calltoaction{margin-top:50px;background-color:#0082c9;padding:50px 0;color:white}.calltoaction .section--heading-2{color:white}.calltoaction .section--paragraph{color:white}.calltoaction .hyperlink{color:white}
+/*Colors*/
+/*Shadows*/
+/*Breakpoints*/
+/* Make Navbar transparent */
+.nav:not(.scrolled) {
+ background-color: transparent;
+ position: absolute; }
+
+.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--contribute .section--heading-1 {
+ padding: 80px 0 30px 0; }
+ .section--contribute .section--intro {
+ font-weight: 600;
+ padding-top: 30px;
+ color: #2a2a36; }
+ @media (max-width: 768px) {
+ .section--contribute .section--intro {
+ text-align: left !important; } }
+
+.calltoaction {
+ margin-top: 50px;
+ background-color: #0082c9;
+ padding: 50px 0;
+ color: white; }
+ .calltoaction .section--heading-2 {
+ color: white; }
+ .calltoaction .section--paragraph {
+ color: white; }
+ .calltoaction .hyperlink {
+ color: white; }
+
/*# sourceMappingURL=contribute.css.map */