1140, Update the tooltip arrow color

This commit is contained in:
Ahmed Ejaz 2023-08-31 16:11:03 +05:00
parent 56122d3288
commit 0987bb0156
1 changed files with 12 additions and 0 deletions

View File

@ -473,6 +473,18 @@ strong {
}
// Tooltips
.tooltip--permissions.hint--bottom:before{
border-bottom-color: #298625;
}
.tooltip--conditions.hint--bottom:before{
border-bottom-color: #0d648a;
}
.tooltip--limitations.hint--bottom:before{
border-bottom-color: #812a28;
}
.tooltip--permissions:after{
background-color: #d8f4d7;
color: #298625;