Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 27x | @import '../Base';
.popover {
background: container("fill");
border: container("border");
border-radius: 4px;
box-shadow: container("dropShadow");
left: 0;
position: absolute;
right: 0;
z-index: zIndex("low");
}
|