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

buy.scss « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 824c8c6efae9f4e424b7f58b91b8f1a1d48e1824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import '../variables';
@import '../modules/transparent-navbar';

.buy-background {
  background-image: url("../../img/enterprise/enterprise.jpg");
  background-position: bottom 0 right 0;
}

.contact {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact > h3 {
	margin-top: 90px;
	margin-bottom: 20px;
	text-align: left;
}