File size: 379 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | @import "@automattic/typography/styles/variables";
.status-popover {
display: flex;
align-items: center;
.gridicon {
cursor: pointer;
color: var(--color-text-subtle);
}
}
.popover.status-popover__tooltip {
outline: none;
.popover__inner {
color: var(--color-neutral-50);
font-size: $font-body-small;
max-width: 220px;
padding: 16px;
text-align: left;
}
}
|