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

collabora.scss « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5c53f9ab3f3f2d31b65f62c42be7385f281c6e2 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@import '../variables';
@import '../modules/transparent-navbar';

.collabora-background {
	background-image: url('../../img/headers/collabora.jpg');
	background-size: cover;
}

.collaboravideo {
	float:none;
	margin-left: auto;
	margin-right: auto;
}

.section--heading-1 {
	margin-bottom: 35px;
}

.featurerow {
	margin-top: 100px;
	padding-bottom: 50px;

	.floated {
		float: right;
		padding-bottom: 50px;
	}

	p {
		margin-top: 15px;
	}

	h1 {
		margin-bottom: 50px;
		text-align: center;
	}
}

section {
	margin-top: 70px;
}

.featureblock {
	.section--heading-1 {
		margin-top: 5px;
		color: #2a2a36;
		margin-bottom: 5px;
	}

	.wrapper--buttons {
		.button {
			margin: 20px 10px 20px 20px;
		}
	}
}

.collabora-integration {
	h1, h2, h3, h4 {
		margin-top: 70px;
		margin-bottom: 20px;
	}
	hr {
		margin-top: 70px;
	}
}


.call-to-action {
	margin: 80px 0 0px 0;
	padding: 50px 0px;
	background: $nextcloud-blue;
	color: white;
	h1 {
		color: white;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	a {
		color: white;
	}
}