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: 0a3f0b730dc2a1c8e039b7020fa8f4bf22699942 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@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--intro {
    padding-top: 80px;
}

.section--contribute {
	padding-top: 30px;
/* 	display: inline-block; */
    .row {
        padding-top: 50px;
    }
	.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;
		}
	}
	img {
        padding: 15px;
    }
}

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