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
+#social-buttons {
2
+  ul.list-inline { margin-bottom: 0; }
3
+
4
+  padding: 22px 0 17px;
5
+  text-align: center;
6
+  background-color: #f5f5f5;
7
+  border-top: 1px solid #fff;
8
+  border-bottom: 1px solid #eee;
9
+}
10
+
11
+#subscribe {
12
+  padding: 22px 0 17px;
13
+  text-align: center;
14
+}
15
+
16
+label.error {
17
+  color: @state-danger-text;
18
+  margin-top: 5px;
19
+}