UNPKG

261 BCSSView Raw
1.wmf-wp-with-preview {
2 position: relative;
3 font-weight: 400;
4 color: inherit;
5 cursor: pointer;
6}
7
8.wmf-wp-with-preview::after {
9 content: '';
10 position: absolute;
11 left: 0;
12 bottom: -4px;
13 width: 100%;
14 opacity: 0.5;
15 border-bottom: 2px dashed;
16}