mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
15 lines
254 B
SCSS
15 lines
254 B
SCSS
@import "./mixins/mixins.scss";
|
|
@import "./theme/default.scss";
|
|
|
|
@include b(tooltip) {
|
|
position: relative;
|
|
}
|
|
|
|
@include b(tooltip__content) {
|
|
padding: 8px 14px;
|
|
white-space: nowrap;
|
|
&.n-tooltip__content--fix-width {
|
|
white-space: normal;
|
|
}
|
|
}
|