mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-28 14:31:31 +08:00
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
|
.tooltip {
|
||
|
font-size: @font-size-base;
|
||
|
}
|
||
|
|
||
|
// Wrapper for the tooltip content
|
||
|
.tooltip-inner {
|
||
|
padding: 5px 10px;
|
||
|
}
|