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

securedrop.css « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d2cd932a27ab2e6dc5671c25d7a7391df3ceab8 (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
/*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; }

/* @import '../modules/vertical'; */
.securedrop-background {
  background: url("../../img/headers/securedrop.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px; }

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

.video {
  margin-bottom: 30px; }

.section--overview {
  margin-top: 100px; }
  .section--overview .img-responsive {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .section--overview .section--paragraph__tittle {
    /*         padding-bottom: 10px; */ }
  .section--overview .row {
    margin-bottom: 15px; }

.section--keyfeatures .container-fluid .row {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
.section--keyfeatures .container-fluid li {
  list-style-image: url("../../img/enterprise/check.svg");
  list-style-position: inside;
  color: white; }

.section--details .row {
  margin-bottom: 50px; }
.section--details h2 {
  padding-bottom: 50px; }

.section--contact {
  margin: 100px 0 0 0;
  padding: 90px 0 70px 0;
  background: #0082c9; }
  .section--contact p {
    color: white; }
  .section--contact li {
    color: white; }
  .section--contact .hyperlink {
    color: white; }

footer {
  margin-top: 0px; }

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