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

devices.scss « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97f0407483553e29778c96338857d70e23b65931 (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
@import '../variables';
@import '../modules/transparent-navbar';

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

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

section {
	padding: 100px 0;

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

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

.row {
	padding-top: 60px;
}

footer {
	margin-top: 150px;
}