Nouvelle interface

This commit is contained in:
2023-06-19 17:38:49 +02:00
parent 97c2175e7b
commit ebbd1de1eb
10 changed files with 162 additions and 28 deletions

View File

@@ -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";