mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
styled tooltips
This commit is contained in:
parent
e56b76bae7
commit
49c7c04f32
|
@ -21,6 +21,7 @@
|
|||
@import "progress";
|
||||
@import "pagination";
|
||||
@import "type";
|
||||
@import "tooltip";
|
||||
@import "popover";
|
||||
@import "cards";
|
||||
@import "modal";
|
||||
|
|
5
scss/_tooltip.scss
Normal file
5
scss/_tooltip.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
// specs https://material.google.com/components/tooltips.html#tooltips-tooltips-desktop-
|
||||
|
||||
.tooltip-arrow {
|
||||
display: none;
|
||||
}
|
|
@ -34,6 +34,7 @@ $bmd-label-color-inner-focus: $gray !default; // e.g. radio label or text-muted
|
|||
@import "variables/bootstrap/pagination";
|
||||
@import "variables/bootstrap/state";
|
||||
@import "variables/bootstrap/tables";
|
||||
@import "variables/bootstrap/tooltip";
|
||||
@import "variables/bootstrap/type";
|
||||
@import "variables/bootstrap/modals";
|
||||
|
||||
|
|
1
scss/variables/bootstrap/_tooltip.scss
Normal file
1
scss/variables/bootstrap/_tooltip.scss
Normal file
|
@ -0,0 +1 @@
|
|||
$tooltip-bg: rgba($grey-700, .9);
|
Loading…
Reference in New Issue
Block a user