Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,94 @@
1
+@media (max-width: @screen-xs-max) {
2
+  #icon-carousel {
3
+    @size: 180px;
4
+    font-size: @size;
5
+    line-height: @size + 30;
6
+    width: 280px;
7
+    margin: 30px auto 0;
8
+  }
9
+  .carousel-control {
10
+    top: 40%;
11
+    .square(44px);
12
+    font-size: 44px;
13
+    line-height: 44px;
14
+    left: -7px;
15
+    &.right { right: -7px; }
16
+  }
17
+
18
+  .jumbotron-carousel {
19
+    h1 { font-size: 58px; }
20
+    p { font-size: 24px; }
21
+    .btn-large {
22
+      font-size: 20px;
23
+      padding: 14px 26px;
24
+    }
25
+    .shameless-self-promotion { font-size: 12px; }
26
+  }
27
+
28
+  .jumbotron-ad {
29
+    h1 { font-size: 39px; }
30
+    p {
31
+      font-size: 20px;
32
+      margin-bottom: 20px;
33
+    }
34
+  }
35
+
36
+  .jumbotron-icon {
37
+    .fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 { margin-right: 0; }
38
+    .fa-6 { font-size: 16em; }
39
+    h1 small {
40
+      display: block;
41
+      margin-top: 15px;
42
+      margin-left: 0;
43
+      line-height: 20px;
44
+    }
45
+  }
46
+
47
+  .stripe-ad .lead {
48
+    margin-top: @buffer-lg;
49
+    padding: 0;
50
+  }
51
+
52
+  #fusionads {
53
+    float: none;
54
+    display: block;
55
+    margin-left: 0;
56
+    .clearfix();
57
+  }
58
+
59
+  .vertical-ad #fusionads {
60
+    width: 300px;
61
+    .fusion-img {
62
+      float: left;
63
+      padding-right: 10px;
64
+    }
65
+  }
66
+
67
+
68
+  .fonticons {
69
+    padding: 15px 0;
70
+    .tagline, .action { display: block; }
71
+    .tagline { margin-bottom: 10px; }
72
+  }
73
+
74
+  .hide-xs { display: none; }
75
+
76
+  .block-xs { display: block; }
77
+
78
+  .modal-footer .block-xs + .block-xs {
79
+    margin-left: 0;
80
+    margin-top: 10px;
81
+  }
82
+
83
+
84
+  .navbar-org { display: none; }
85
+  #banner {
86
+    text-align: center;
87
+    .message-container, .tagline, .action { display: block; }
88
+    .tagline { padding-right: 0; }
89
+    .btn-primary { margin-top: 10px; }
90
+  }
91
+
92
+  .signup-button .btn { white-space: normal; }
93
+  .v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
94
+}