Nouvelle interface
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
$font-size-root : '16px';
|
||||
$body-bg: #f6f9ff;
|
||||
$tooltip-max-width: 400px;
|
||||
$tooltip-opacity: 1;
|
||||
|
||||
@import "bootstrap/scss/variables";
|
||||
@import "bootstrap/scss/maps";
|
||||
@@ -50,6 +52,14 @@ $body-bg: #f6f9ff;
|
||||
}
|
||||
|
||||
@import "bootstrap/scss/tooltip";
|
||||
|
||||
.custom-tooltip {
|
||||
--bs-tooltip-bg: var(--bs-primary);
|
||||
.tooltip-inner{
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
// Helpers
|
||||
@import "bootstrap/scss/helpers";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user