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

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

.separator{
	margin: 100px 0 50px 0;
	height: 40px;
	background: #f6f6f6;
}

.channels-background {
  background: url("../../img/headers/channels.jpg") no-repeat;
  background-position: right center;
  background-size: cover;
  margin-bottom: 50px
}

section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section--intro {
	padding-top: 0px;
	margin-top: 0px;
}

footer {
    margin-top: 0px;
}