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,3 @@
1
+.btn { box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); }
2
+.btn-default { text-shadow: 0 1px 0 #fff; }
3
+.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info { text-shadow: 0 1px 0 rgba(0,0,0,0.2); }
0 4
\ No newline at end of file