Pull request #124: Design QA: Icons not centered in the circle + Distance to tooltip
Merge in RED/ui from RED-1177 to master * commit 'e6a1d27eab75212a85843ff97b4bf8f7e829593b': Tooltip distance
This commit is contained in:
commit
f1cd70cce7
@ -2,12 +2,13 @@
|
||||
|
||||
.mat-tooltip {
|
||||
background-color: $accent;
|
||||
border-radius: 3px;
|
||||
border-radius: 3px !important;
|
||||
padding: 10px;
|
||||
margin: 12px !important;
|
||||
font-family: Inter, sans-serif;
|
||||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
color: white;
|
||||
color: $white !important;
|
||||
position: relative;
|
||||
overflow: visible !important;
|
||||
text-align: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user