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

contribute.scss « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64605bb1761d49a8ff38ca7ab8460aed4676ec8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@import '../variables';
@import '../modules/transparent-navbar';

.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: 30px;
/* 	display: inline-block; */
    .row {
        padding-top: 50px;
    }
	.section--heading-1 {
		padding: 80px 0 30px 0;
	}
}

.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;
	}
}