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

order.css « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c0eb01b87e764165f68ac5ef6bcdb3738c2eb62 (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
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* New widest container for headers */
.container-widest {
  max-width: 1800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container-widest .container-widest {
      width: 738px; } }
  @media (min-width: 992px) {
    .container-widest .container-widest {
      width: 962px; } }
  @media (min-width: 1200px) {
    .container-widest .container-widest {
      width: 1170px; } }
  @media (min-width: 1500px) {
    .container-widest .container-widest {
      width: 1470px; } }
  @media (min-width: 1800px) {
    .container-widest .container-widest {
      width: 1770px; } }

/* Make Navbar transparent */
.nav:not(.scrolled) {
  background-color: transparent;
  position: absolute; }

.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; }

.contact h4 {
  font-weight: lighter;
  margin-bottom: 0px;
  margin-top: 20px; }

.collaboraNote {
  line-height: 1; }

#orderform input,
#orderform textarea,
#orderform label span {
  font-weight: normal; }

#orderform input.error,
#orderform textarea.error {
  border: 1px solid #d20406; }

#orderform #form-error {
  color: #d20406; }

#orderform input[type="submit"] {
  padding: 8px 20px; }

label {
  margin-bottom: 0px; }

.question {
  margin-bottom: 0px; }

.details {
  margin-top: 0px; }

/*# sourceMappingURL=order.css.map */