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,19 @@
1
+.feature-list {
2
+  .col-md-4 { margin-bottom: 22px; }
3
+  h4 {
4
+    .fa:before {
5
+      vertical-align: -10%;
6
+      font-size: 28px;
7
+      display: inline-block;
8
+      width: 30/28em;
9
+      text-align: center;
10
+      margin-right: 5px;
11
+      //      color: mix(@grayLight, @grayLighter, 70%);
12
+
13
+      // Gradient on the icons
14
+      //      background: -webkit-linear-gradient(mix(@grayLight, @grayLighter, 50%), mix(@gray, @grayLight, 50%));
15
+      //      -webkit-background-clip: text;
16
+      //      -webkit-text-fill-color: transparent;
17
+    }
18
+  }
19
+}