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,15 @@
1
+div.bsap {
2
+  margin-bottom: 20px;
3
+  a {
4
+    display: inline-block !important;
5
+    border-bottom: inherit !important;
6
+    margin: 0 15px 20px !important;
7
+  }
8
+  a.adhere {
9
+    background: inherit !important;
10
+    border: 1px solid #ccc !important;
11
+    &:hover {
12
+      background: mix(#000,@jumbotron-bg,15%) !important;
13
+    }
14
+  }
15
+}
0 16
\ No newline at end of file