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

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

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

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

    }
}

.section--video {
    .video-wall {
        width: 100%;
    }
    iframe {
        width: 100%;
        height: 500px;
    }
}

.section--overview {
    p {
        margin-top: 20px;
    }
}

.section--advantages {
    padding-bottom: 0px;

    h1.section--heading-1 {
        padding-bottom: 5px;
    }
    h3 {
        padding-bottom: 20px;
    }

    .row {
        margin-top: 30px;
    }
}

.section--features {
    padding-top: 0px;
    .row {
        margin-top: 50px;
    }
    li {
        list-style-image: url("../../img/enterprise/check.svg");
    }
}