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

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


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

/* General */

section {
    padding: 50px 0 50px;
    .section--heading-1 {
        padding-bottom: 50px;
    }
    .section--paragraph--tittle {
        padding: 0;
    }
    .row {
/*         padding: 20px 0 20px 0; */
    }
}


/* Sections */
.section--vertical {
	background-color: #fff !important;
	h2 {
		margin-bottom: 15px;
	}
	.top-text {
		margin-bottom: 30px;
	}
}


footer {
/*     margin-top: 0px; */
}