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

vertical.scss « modules « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 887554fa893978b661e5fcf229339b4bc4ea8a18 (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';

.section--vertical {
    margin: 0 0 0 0;
    padding: 90px 0px 70px;
    background-color: #eee;
    .row {
        margin-bottom: 10px;
    }
    img {
        padding: 20px;
    }
    .description {
		min-height: 100px;

	}
	.button--blue {
		text-decoration: none;
		color: $nextcloud-blue;
		background-color: transparent;
		border: solid 1px $nextcloud-blue;
	}
	.button--blue:hover {
		text-decoration: none;
		color: white;
		background-color: $nextcloud-blue;
	}
	.button--small {
		width: 100%;
		max-width: 300px;
	}
}