You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
327 B
20 lines
327 B
.mat-tooltip-panel {
|
|
pointer-events: none !important;
|
|
}
|
|
|
|
.mat-tooltip {
|
|
color: white;
|
|
border-radius: 4px;
|
|
margin: 14px;
|
|
max-width: 250px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.mat-tooltip-handset {
|
|
margin: 24px;
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
}
|