Files
mostlymatter/webapp/sass/components/_tooltip.scss
2016-03-17 05:42:38 +05:00

11 строки
173 B
SCSS

@charset 'UTF-8';
.tooltip {
.tooltip-inner {
font-size: 13px;
font-weight: 500;
padding: 3px 10px 4px;
word-break: break-word;
}
}