mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 07:44:50 +00:00
10 lines
194 B
SCSS
10 lines
194 B
SCSS
%tooltip-bubble,
|
|
%tooltip-tail {
|
|
color: $ui-white;
|
|
background-color: $ui-gray-800;
|
|
}
|
|
%tooltip-bubble {
|
|
border-radius: $decor-radius-200;
|
|
box-shadow: 0 3px 1px 0 rgba($ui-black, 0.12);
|
|
}
|