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,8 @@
1
+.tooltip {
2
+  font-size: @font-size-base;
3
+}
4
+
5
+// Wrapper for the tooltip content
6
+.tooltip-inner {
7
+  padding: 5px 10px;
8
+}