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
+.panel {
2
+  .box-shadow(none);
3
+}
4
+
5
+.panel-heading {
6
+  margin: -1px;
7
+  border-bottom-width: 0;
8
+  padding: 11px 15px;
9
+}
10
+
11
+.panel-default .panel-heading {
12
+  margin: 0;
13
+  border-bottom-width: 1px;
14
+  padding: 10px 15px;
15
+}
0 16
\ No newline at end of file