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

workflow.scss « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb148dc328e62416970880b66cc0e5f5187e5011 (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';

.workflow-background {
  background: url('../../img/headers/workflow.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.col-md-8 p {
  text-align: center;
}


.section--desktop {
	padding-top: 80px;
}

section {
	padding: 100px 0;

	.section--paragraph__tittle {
		padding: 0;
	}
}


.feature--block {
    padding-top: 60px;
}

.row {
    padding-top: 60px;
}

.featuretitle {
    text-align: center;
}

footer {
    margin-top: 50px;
}