openreplay/frontend/app/styles/react-tippy-themes.scss
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

20 lines
No EOL
466 B
SCSS

.tippy-tooltip.tippy-light-theme {
background-color: white;
color: #333;
text-align: left;
border: 1px solid #ddd;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.tippy-tooltip.tippy-light-theme .arrow-regular {
// border-color: #ddd;
border-bottom-color: white;
}
.tippy-tooltip.tippy-light-theme[data-animatefill] {
background-color: transparent;
}
.tippy-tooltip.tippy-light-theme .tippy-backdrop {
background-color: white;
}