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,17 @@
1
+@media (min-width: @screen-sm) {
2
+  .signup-input {
3
+    padding-right: 0;
4
+    input {
5
+      border-top-right-radius: 0;
6
+      border-bottom-right-radius: 0;
7
+      border-right-width: 0;
8
+    }
9
+  }
10
+  .signup-button {
11
+    padding-left: 0;
12
+    .btn {
13
+      border-top-left-radius: 0;
14
+      border-bottom-left-radius: 0;
15
+    }
16
+  }
17
+}