You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
346 B
CSS
18 lines
346 B
CSS
.sticker {
|
|
position: absolute;
|
|
user-select: none;
|
|
border: 1px solid currentColor;
|
|
white-space: nowrap;
|
|
background-color: white;
|
|
font-size: 18px;
|
|
padding: 0 6px;
|
|
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
|
|
text-decoration: none;
|
|
pointer-events: none;
|
|
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
*[data-sticker] {
|
|
position: relative;
|
|
} |