mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 07:12:22 +04:00
20 lines
365 B
SCSS
20 lines
365 B
SCSS
.sparkline {
|
|
display: inline-block;
|
|
height: 2rem;
|
|
}
|
|
|
|
.jqstooltip {
|
|
box-sizing: content-box;
|
|
font-family: inherit !important;
|
|
background: #333 !important;
|
|
border: none !important;
|
|
border-radius: 3px;
|
|
font-size: 11px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 1 !important;
|
|
padding: 6px !important;
|
|
|
|
.jqsfield {
|
|
font: inherit !important;
|
|
}
|
|
} |