dist marks

This commit is contained in:
muerwre 2019-03-07 17:34:52 +07:00
parent e532a43f2e
commit b037bc00d9
5 changed files with 28 additions and 8 deletions

View file

@ -141,6 +141,17 @@
position: absolute;
z-index: -10;
padding: 2px 16px 2px 4px;
&::after {
content: ' ';
width: 8px;
height: 8px;
border-radius: 4px;
background: white;
position: absolute;
right: 5px;
top: 5px;
}
}
&.right {
@ -148,6 +159,11 @@
padding: 2px 4px 2px 16px;
left: -3px;
right: auto;
&::after {
left: 5px;
right: auto;
}
}
}
}