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,58 @@
1
+@media (min-width: @screen-lg) {
2
+  #icon-carousel {
3
+    @size: 240px;
4
+    font-size: @size;
5
+    line-height: @size + 35;
6
+    margin-top: @buffer-lg;
7
+  }
8
+
9
+  .carousel-control {
10
+    top: @size + 35px;
11
+    .square(40px);
12
+    font-size: 40px;
13
+    line-height: 40px;
14
+    left: 370/2 - 52px;
15
+    &.right {
16
+      right: 370/2 - 52px;
17
+    }
18
+  }
19
+
20
+  .jumbotron-ad {
21
+    padding: 50px 0;
22
+    h1 {
23
+      margin-top: 25px;
24
+      font-size: 90px;
25
+    }
26
+    p {
27
+      font-size: 28px;
28
+      margin: 35px 0 20px;
29
+    }
30
+  }
31
+
32
+  .jumbotron-carousel {
33
+    padding: 50px 0;
34
+    h1 { font-size: 100px; }
35
+    p {
36
+      font-size: 32px;
37
+      margin: 20px 0;
38
+    }
39
+    .btn-large {
40
+      font-size: 30px;
41
+      padding: 21px 35px;
42
+    }
43
+  }
44
+
45
+  .stripe-ad .lead { padding-top: 0; }
46
+
47
+  .lead {
48
+    font-size: 26px;
49
+    line-height: 36px;
50
+  }
51
+
52
+  .fort-awesome {
53
+    .tagline {  }
54
+    .action { width: 18%; }
55
+  }
56
+
57
+  .hide-lg { display: none; }
58
+}