mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9 lines
163 B
SCSS
9 lines
163 B
SCSS
.invokeai__tooltip-content {
|
|
padding: 0.5rem;
|
|
background-color: grey;
|
|
border-radius: 0.25rem;
|
|
.invokeai__tooltip-arrow {
|
|
background-color: grey;
|
|
}
|
|
}
|