This commit is contained in:
TheGiddyLimit
2024-01-06 14:47:30 +00:00
parent 0a4253c9f0
commit e3bf75f42a
48 changed files with 14038 additions and 524 deletions

View File

@@ -649,3 +649,29 @@
}
}
}
.ve-source-marker {
position: relative;
font-size: 80%;
display: inline-block;
margin-left: 1px;
align-self: start;
&--list {
left: 1px;
margin-top: 1px;
margin-left: -20px;
padding-left: 20px;
line-height: 8px;
height: 8px;
width: 8px;
}
&--partnered {
color: #00c797;
}
&--legacy {
color: $rgb-font--muted;
}
}