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

groupware.scss « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8808ad58fe62d2c9ad075c71965af57bb2c6875 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@import '../variables';
@import '../modules/transparent-navbar';
/* @import '../modules/vertical'; */

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

.image--floated{
	float: right;
}

section {
	margin-top: 150px;
/* 	padding: 50px 0; */

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


.section--overview {
    margin-top: 100px;
    .icon {
        width: 100px;
        height: auto;
        margin: 50px auto 30px auto;

        img {
            width: 100%;
            height: auto;
        }
    }
    .section--paragraph__tittle {
/*         padding-bottom: 10px; */
    }
    .row {
        margin-bottom: 15px;
    }
}

.section--keyfeatures {
    .container {
        .row {
            margin-bottom: 100px;
        }
    }
}

.section--advantages {
    .container-fluid {
        .row {
            max-width: 1500px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 50px;
        }
        li {
            list-style: none;
            color: white;
        }
    }
    .row {
        margin-bottom: 50px;
    }
    h2 {
        padding-bottom: 50px;
    }
    li {
        list-style-type: none;
        color: white;
    }
}


.section--contact {
    margin: 100px 0 0 0;
    padding: 90px 70px 70px 70px;
    background: $nextcloud-blue;

    p {
        color: white;
    }
    li {
        color: white;
    }
    .hyperlink {
        color: white;
    }
}

.section--outlook {
    .featurerow {
        margin-top: 100px;
        padding-bottom: 50px;


        h2 {
            margin-bottom: 50px;
        }
    }
}


footer {
    margin-top: 0px;
}